Forum Moderators: open
But how can I open a page in another window if the user click a submit button?
<form name="test" target="_blank" action="file_new_windows.htm"> <input type="text"> <input type="submit"> </form>