No apologies needed. Thanks for trying.
Yup, the "display every error" is set and both alerts, right before and right after the submit() get displayed. Still no submit happening.
I'm on IE 5.0 soooooo...I'm thinking it's a version bug. Will download and report back.
Thanks again.
The following works fine in NN but not in IE. Any ideas? IE gets to the submit() line but seems to ignore it.
function CheckSave(){
if (NotSaved){
if (confirm("Do you wish to save your notes first?")) {
NotSaved = 0;
document.notes.submit();
return false;
}
else return false...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.