Dear,
I made a button and in 'client before' I use the following code :
document.forms.editform1.value_code_1.value=Math.floor(Math.random()*(9548659-1109867)+1109867);
return;
code is my actual fieldname, still it doesnt show the random generated number in the text bos in phprunner 5.3 (It did work in 5.2)
Any ideas?
Regards,