Posted by Jim Moe on 11/24/78 11:47
Oliver Arndt wrote:
>
> <form name="mailMe" method="post" accept-charset="utf-8"
> action="http://www.mysite.net/cgi" target="tempMail"
> onSubmit="openPopup()"> [...] </form>
>
> this works perfectly in IE and in opera but not in firefox! firefox
> opens the target in the popup (as defined) AND in the main window itself
> where the form is located.
>
Change
onSubmit="openPopup()"
to
onsubmit="openPopup(); return false;"
--
jmm (hyphen) list (at) sohnen-moe (dot) com
(Remove .AXSPAMGN for email)
Navigation:
[Reply to this message]
|