in reply to Re^2: Using hidden .. onmousdown
in thread Using hidden .. onmousdown

This is getting off-topic, but something like this should work:
<div id="waitmessage" style="display:none">Please wait..</div> <form action=... method=... onsubmit="document.getElementById('waitmes +sage').style.display='block'; return true"> ... </form>

Replies are listed 'Best First'.
A reply falls below the community's threshold of quality. You may see it by logging in.