[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: reentrant call to interrupt window
I had the same problem on Solaris when trying to submit a form not by
a button, but from a href (link).
I wanted to use href="javascript:form.submit()".
But it produces reentrant call... Brendam Eich wrote me about it on 26 Jan:
"...This is a bug: using a javascript: URL in an HREF attribute that
causes another URL to be fetched (form.submit() essentially fetches a URL,
in order to get or post form data), will lead to "reentrant call"..."
Then he continues: "...Workaround: use the link's onClick handler rather
than a javascript:HREF. You'll need to set HREF="" to make the <A> tag
a link."
I tried this, but it didn't work.
Martin
>
> Hi.
>
> I have heard that my JavaScript supersearch-interface bugs for users of
> "Mozilla 2.0 (Macintosh; I; PPC)"
> It works, but they get some annoying "reentrant call to interrupt
> window"
> all the time, and I have no idea why!!!
>
> Does anyone know what this could be? Please please help!?
>
> The URL is:
>
> http://www.wineasy.se/robban/ss.htm
>
> I'll be glad if you report to me if you find any other problems...
> Welcome to visit!
> --
> Regards,
>
> Robban
>
> -----------------------------
> http://www.wineasy.se/robban/
> -----------------------------
>
> --------------------------------------------------------------------
> This message came from the mailing list javascript. For help using the
> mailing list software, please send a message to 'majordomo@obscure.org'
> with the message body 'help'. To unsubscribe, send a message to
> 'majordomo@obscure.org' with the message body 'unsubscribe javascript'.
>
--
------------------------------------------------------
| Martin Senger m.senger@dkfz-heidelberg.de |
| voice: (0049) 6221/422340 |
| fax: (0049) 6221/422333 |
------------------------------------------------------
--------------------------------------------------------------------
This message came from the mailing list javascript. For help using the
mailing list software, please send a message to 'majordomo@obscure.org'
with the message body 'help'. To unsubscribe, send a message to
'majordomo@obscure.org' with the message body 'unsubscribe javascript'.