How to disable Submit Button onLoad - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Skype & Technology (/forumdisplay.php?fid=9) +---- Forum: Tech Talk (/forumdisplay.php?fid=17) +----- Thread: How to disable Submit Button onLoad (/showthread.php?tid=29078) How to disable Submit Button onLoad by jasonallen on 07-25-2004 at 12:43 AM
How do I disable a submit button on my website when the page loads? This is temporary for people to send questions in for my competition. If the competition is not running I want the submit button to be disabled. RE: How to disable Submit Button onLoad by lopardo on 07-25-2004 at 03:56 AM Hmmm... I think I don't understand what you want to do... Could you explain it a little more or provide some sample code? RE: How to disable Submit Button onLoad by matty on 07-25-2004 at 05:11 AM <input disabled="true" type="button" value="Button" name="B3"> |