Forum Moderators: open

Message Too Old, No Replies

How can I open a page in another window

         

Gian04

3:28 pm on Aug 3, 2007 (gmt 0)

10+ Year Member



I know target=_blank in a text link will open the page in another window.

But how can I open a page in another window if the user click a submit button?

rayofshadow

4:59 pm on Aug 3, 2007 (gmt 0)

10+ Year Member



use target="_blank" in your form

<form name="test" target="_blank" action="file_new_windows.htm">
<input type="text">
<input type="submit">
</form>

Gian04

5:30 pm on Aug 3, 2007 (gmt 0)

10+ Year Member



I have tried that already before I post my question here. It doesnt work, it opens on the same window