PDA

View Full Version : how to add target="_blank" to a form



is0lized
June 4th, 2002, 21:17
how can i make it so when you press submit it opens in a new window

ashben
June 5th, 2002, 02:35
You've got it already. Just edit the opening form tag:

<form ... target="_blank">

is0lized
June 5th, 2002, 03:48
cool, thanks man