Re: Unspecified Error with onbeforeunload and document.form.submit
From: Dustin Goodyear (bigdustin_at_gmail.com)
Date: 11/01/04
- Next message: wk6pack: "Re: confirm when user clicks "X" in IE corner"
- Previous message: Michael Harris \(MVP\): "Re: window.close method self.document issue"
- Next in thread: Dustin Goodyear: "Re: Unspecified Error with onbeforeunload and document.form.submit"
- Reply: Dustin Goodyear: "Re: Unspecified Error with onbeforeunload and document.form.submit"
- Messages sorted by: [ date ] [ thread ]
Date: 1 Nov 2004 13:27:53 -0800
Dave,
I guess I am not really sure what I am returning a value to. Basiclly
this is just the code that is causing me problems... if there is any
way to get the onbeforeunoad to act in the same manner without the
error, thats what I want to get done.
"Dave Anderson" <GTSPXOESSGOQ@spammotel.com> wrote in message news:<uy7YvFstEHA.2664@TK2MSFTNGP12.phx.gbl>...
> Dustin Goodyear wrote:
> > function unloadMess(){
> > mess="I am the changed unload message";
> > return mess;
> > }
> > window.onbeforeunload = (true) ? unloadMess : null;
>
> I'm curious about the above. To what do you think you're returning a value?
- Next message: wk6pack: "Re: confirm when user clicks "X" in IE corner"
- Previous message: Michael Harris \(MVP\): "Re: window.close method self.document issue"
- Next in thread: Dustin Goodyear: "Re: Unspecified Error with onbeforeunload and document.form.submit"
- Reply: Dustin Goodyear: "Re: Unspecified Error with onbeforeunload and document.form.submit"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|