iwz
Oct 21, 2003
history.back() works for IE, I believe. but the problem here is that if the user is leaving the page by going to any other page, forward in the site, some other site altogether, or whatever, win...
back isn't important, I need a way of preventing them from leaving the page when they:
1) click any link in the page
2) click any button in the page (except the save changes button, which will clear the dirty flag)
How would I do this? I can't add onClick()'s to every link in the page, because some of them are from an included page that has navigation links, and is used on pages where there is no dirty flag.