Click to See Complete Forum and Search --> : Sticky Links:Probably a Dumb Question


vic brown
04-27-2003, 11:06 AM
If I provide external links from my site, how can I ensure that after browsing that site, the browser returns me to my own site should the viewer close the window to the external site ?

pyro
04-27-2003, 12:29 PM
You are going to have to open the links in a new window. You can do it like this: <a href="http://www.w3c.org" target="_blank">

vic brown
04-27-2003, 01:59 PM
Thanks to Pyro - problem solved

pyro
04-27-2003, 03:23 PM
You're welcome