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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Text from submit button

Status
Not open for further replies.

BRP250

Programmer
Sep 18, 2001
33
AU
Is there a way to add text to the page or button from a submit button to tell the user that processing could take a few minutes??

This code displays a message box which stops execution of the code to load the next page.

<input type=&quot;submit&quot; Name=&quot;Button1&quot; value=&quot;Select&quot; onClick=&quot;window.alert('Text here')&quot;href>

It would be better to just put some text on the page instead of the message box.

Bruce
 
faq333-3223 _________________________________________________________
for the best results to your questions: FAQ333-2924
01001111 01101110 01110000 01101110 01110100
onpnt2.gif
[/sub]
 
Thanks for the quick reply.

I will use the solution from FAQ if necassary. But is there a way I can write to the current screen before it loads the secocnd, possibly using the onclick event???
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top