Forum Moderators: open
i tried to use this . but it didnt work! can anyone help me please?
<FORM NAME=test ACTION="www?ID=0000" target = "_blank" METHOD="POST" style="margin: 0px">
Besides of that if you put "return window.open(...)" into the onsubmit, then the form can not be submitted when the window was not opened (window.open returns false), but when the window is opened, it returns a javascript window object, which is not false, but not true either, so I'd move this command to a function, and return boolean values only to onsubmit.
By the way, I quickly checked it in on both FF2 and IE6, and it was working as expected.