grobandork
03-11-2003, 04:04 PM
how can i make it so that when someone clicks on a link to another site, the site opens up in a new page?? like a popup or a new window.
|
View Full Version : popup question/new window grobandork 03-11-2003, 04:04 PM how can i make it so that when someone clicks on a link to another site, the site opens up in a new page?? like a popup or a new window. Alcy 03-11-2003, 04:16 PM <a href="LINK.HTML" target="_blank">click</a> Stormx 03-15-2003, 10:18 AM What wold I put instead of _blank or would I keep that the same? epolady 03-15-2003, 10:34 AM Originally posted by Stormx What wold I put instead of _blank or would I keep that the same? You keep it as is _blank. :) |