O
Oliver Arndt
hi,
I have a little problem with a form, specially the target defined in the
form tag:
<form name="mailMe" method="post" accept-charset="utf-8"
action="http://www.mysite.net/cgi" target="tempMail"
onSubmit="openPopup()"> [...] </form>
the function openPopup opens the target browserwindow (by
window.open('etc...) and loads a html with a frameset in the popup. the
second frame is named tempMail (=target) and its framesource is set to
"about:blank".
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.
<base target="tempMail"> doesn't help...
any help would be appreciated
I have a little problem with a form, specially the target defined in the
form tag:
<form name="mailMe" method="post" accept-charset="utf-8"
action="http://www.mysite.net/cgi" target="tempMail"
onSubmit="openPopup()"> [...] </form>
the function openPopup opens the target browserwindow (by
window.open('etc...) and loads a html with a frameset in the popup. the
second frame is named tempMail (=target) and its framesource is set to
"about:blank".
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.
<base target="tempMail"> doesn't help...
any help would be appreciated