Cille
05-23-2003, 09:40 AM
How do I create a link to a page, that opens the page in a new window???
|
View Full Version : pop-up links Cille 05-23-2003, 09:40 AM How do I create a link to a page, that opens the page in a new window??? designhazard 05-23-2003, 10:31 AM use this code: <a href="link..." target="_blank">text...</a> |