Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.70K
1 Posted Topic
Hi guys, I did this but when I hit cancel it still deletes anyway. Here's my code: [code]<script type="text/javascript"> <!-- function confirmation(){ var answer = confirm('Are you sure you want to delete?'); if(answer){ form1.submit(); } else{ alert("Cancelled the delete!") } } //--> </script> <form name="form1" method="post" action=""> <table width="918" border="1"> …
The End.
Samuz