javascript thread: Re: JavaScript Error: illegal URL method - an err msg from NN4
> Hello,
>
> What I want to do is to run some server side code for cleaning job just
when
> a window is to be closed by clicking the window close button X. So I
wrote a
> line in the document like this:
>
> <body
> onUnload="window.open('cleanup.asp','CleanUp','width=200,height=200')">
>
> It comes out that no new window is opened, and the err message from NN4
> shows:
>
> JavaScript Error: illegal URL method
> 'cleanup.asp'
>
> Can anyone help me?
>
> Douglas Chen
>
I have also ran into this problem, except 'file' is my illegal URL
method. If I may ask what did you do to fix it? Thank you ,
Steven Sato