Alert and PHP
Posted: Fri May 15, 2009 6:41 am
<input type="submit" value="Send" onclick="alert('Are you really sure?')" />
1) How can I get a "OK" / "CANCEL" button, instead of just "OK"?
2) If someone is pressing "Send", the php file won't process the information unless they press "OK", right?
1) How can I get a "OK" / "CANCEL" button, instead of just "OK"?
2) If someone is pressing "Send", the php file won't process the information unless they press "OK", right?