Xyphon Posted August 27, 2008 Share Posted August 27, 2008 How do I make it so, a button cant be clicked. Like, a submit button. I have a file that didnt finish a certain part, so I cant have my members click a button to an unfinished script. Help. Link to comment https://forums.phpfreaks.com/topic/121528-unclickable-button/ Share on other sites More sharing options...
Fadion Posted August 27, 2008 Share Posted August 27, 2008 Remove the button? Or just add a dummy one: <input type="button" name="button" id="button" value="Click Me!" /> Link to comment https://forums.phpfreaks.com/topic/121528-unclickable-button/#findComment-626743 Share on other sites More sharing options...
LemonInflux Posted August 27, 2008 Share Posted August 27, 2008 comment it out? <input type="button" disabled> also works? Link to comment https://forums.phpfreaks.com/topic/121528-unclickable-button/#findComment-626746 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.