Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

onClick speed issue

Status
Not open for further replies.

billycat

MIS
Apr 28, 2005
22
US
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">
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top