| |
Stumpedtechy
Posts: 41
Score: 0
Joined: 11/30/2007
Status: offline
|
Okay I have this - [Delete] [] Are you sure? Basically this is a button and then a check box. I want to ensure this does NOT run unless the "Are you sure?" is checked E.G. <input id=deletebutton class="button" type="button" value="Delete" name="delete_button" onClick="Delete"><input type="checkbox" name="Sure"> Are you sure? This all looks good but when I click on it it still will go to my script portion that is Sub Delete how do I get it so this sub will NOT run if the box is not checked?
|
|