Posted by Oliver Arndt on 05/03/06 15:25
hi jim,
thanks for the tip. unfortunately this didn't change anything. although
I thought, that ONSUBMIT must get a "return true" after all to launch
the ACTION...(?)
Jim Moe schrieb:
> 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;"
>
[Back to original message]
|