Hazel Shawhshail
02-17-2003, 05:58 AM
Is there a way to make all of the links on a page automatically open in a new window without adding target="_blank" to each of them?
|
View Full Version : All links open in a new window? Hazel Shawhshail 02-17-2003, 05:58 AM Is there a way to make all of the links on a page automatically open in a new window without adding target="_blank" to each of them? Sheila 02-17-2003, 06:13 AM <Base Target="_blank"> Then you don't have to do it individually. Hazel Shawhshail 02-18-2003, 04:07 AM Thank you! Yay, no messing around with javascript. |