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="submit" Name="Button1" value="Select" onClick="window.alert('Text here')"href>
It would be better to just put some text on the page instead of the message box.
Bruce
This code displays a message box which stops execution of the code to load the next page.
<input type="submit" Name="Button1" value="Select" onClick="window.alert('Text here')"href>
It would be better to just put some text on the page instead of the message box.
Bruce