How to show a "Wait..." caption after pushing 'Send' button

F

francescomoi

Hi.

I've developed a web application which handles a big ammount of data
(acquired via
web form), so it takes 30-40 seconds to show the result.

In order to calm down users, I want to implement some JavaScript code
which shows:
 
T

Thomas 'PointedEars' Lahn

I've developed a web application which handles a big ammount of data
(acquired via
web form), so it takes 30-40 seconds to show the result.

In order to calm down users, I want to implement some JavaScript code
which shows:

<form ... onsubmit="this.elements['foo'].value = 'Wait a moment....';">
...
<input name="foo" disabled>
...
</form>


PointedEars
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top