F
Flex
Hi everybody,
what's the code for a form submission in a new window? i wasn't sure it it
should go in the form action tag, or in the submit button.
I tried something like this:
<form name="frmContact" method="POST"
action="javascript:window.open('send_email.asp',null,'width=450, height=225,
status=no, directories=no, toolbar=no, location=no, menubar=no,
scrollbars=no, resizable=no');" onSubmit="return CheckForm();" >
but it don't work:
i 've a new window but no parameters + " [object Window] " write on the
first page
help,
please
Thanks
what's the code for a form submission in a new window? i wasn't sure it it
should go in the form action tag, or in the submit button.
I tried something like this:
<form name="frmContact" method="POST"
action="javascript:window.open('send_email.asp',null,'width=450, height=225,
status=no, directories=no, toolbar=no, location=no, menubar=no,
scrollbars=no, resizable=no');" onSubmit="return CheckForm();" >
but it don't work:
i 've a new window but no parameters + " [object Window] " write on the
first page
help,
please
Thanks