Hi,
What is the best way to submit a form, and then close the window that the form is submitted from.
This works in Internet Explorer:
but not in firefox.
Thanks
What is the best way to submit a form, and then close the window that the form is submitted from.
This works in Internet Explorer:
Code:
<form name="paynow_frm" method="post" target="_blank"action="[URL unfurl="true"]http://test.asp"[/URL] onsubmit="javascript:return window.close();paynow_liens();">
but not in firefox.
Thanks