Click to See Complete Forum and Search --> : submit button


Xiz343
07-28-2006, 05:18 PM
Is it possible to make a submit button that is timed. for example you click the button to register and it takes 10 seconds for the button to work. or proccess. if it is can someone please show me a copy

Charles
07-28-2006, 05:54 PM
<form action="some-script.pl" name="fido" onsubmit="setTimeout ('document.forms.fido.submit()', 100); return false">