Home Articles FAQs XREF Games Software Instant Books About Feedback Search Site-Map
irt.org logo

Feedback on: irt.org FAQ Knowledge Base Q1179

irt.org | About | Feedback | 4673 [ previous next ]

Feedback on:
irt.org FAQ Knowledge Base Q1179

Sent by
on Tuesday June 05, 2007 at 19:44:00

Worth:
Very worth reading

Length:

Technical:

Comments:
this item was also useful while I was trying to incorporate a javascript confirm box and the form would keep on submitting even when the user would press "cancel" on the confirm box.
What I did was

my submit button

input type = button, onClick= return checksubmit(form);

function checksubmit(form){
var resp = confir("do you say yes or no")
if( resp == true){
form.submit()
}
else {
do whatever u like...
}
}




Other feedback on 'irt.org FAQ Knowledge Base Q1179' - show all


Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 21st December 2007. Maintained by: Martin Webb
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2008 irt.org, All Rights Reserved.