Search found 2 matches
- Tue Oct 21, 2003 7:14 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: 'unspecified error' when prompting users to navigate away
- Replies: 2
- Views: 2577
- Mon Oct 20, 2003 5:10 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: 'unspecified error' when prompting users to navigate away
- Replies: 2
- Views: 2577
'unspecified error' when prompting users to navigate away
Here's the setup:
I'm using the menu in a frame.
I have a page that tracks user entry and if they try to leave without saving, I use the windows prompt to let them know their changes aren't saved. The prompt offers an Ok or Cancel button.
Here's the code:
function BodyBeforeUnload()
{
if ...
I'm using the menu in a frame.
I have a page that tracks user entry and if they try to leave without saving, I use the windows prompt to let them know their changes aren't saved. The prompt offers an Ok or Cancel button.
Here's the code:
function BodyBeforeUnload()
{
if ...