Hi all,
I'm using phprunner 5.1
simple question:
how can i get the value in a spesific textbox running in view page? and in which event i should write my code? onload or something else?
for example:
suppose i have two textboxes and one in the view page:
textbox1 contain value 10
textbox2 contain value 20
$result=textbox1 + textbox2
echo $result;
how can i get the value in a spesific textbox running in view page?
thank you all,