Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

Feedback on: irt.org FAQ Knowledge Base Q1179, Tuesday June 05, 2007 at 19:44:00

You are here: 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

©2018 Martin Webb