When the onclick occurs.. the popup page loaded in the function loads, and at the same time. the value of the text box changes. is there anyway to make the value of textbox change immediately, even before the popup page loads?
Code:
<INPUT TYPE="text" NAME="values" value="" onClick="this.value = 'page loading'; testResults(this.form); " class="formfield">