This Message Forum is no longer in use

Please use the new Bravenet Help Forums FOUND HERE

General Forum
This Forum is Locked
Author
Comment
Keeping your site on the screen when a link is clicked to another site

is there a code that will keep your page from disappearing when you click on a link to anohter site that is on your page? I don't even know what it's called but i know there is a wa to doit! Thanks for any help!!
Molly

Re: Keeping your site on the screen when a link is clicked to another site

I assume you are talking about your link page. You can add a target attribute to your links that will open them up in another window and leave your site in the original window. Using one of the links on your link page as an example, you might change it to look like this:

target="_blank">

If you did that to all of your links, they would each open in a new window. The target "_blank" is a reserved keyword but you could also just use a simple name in the link. If all of the links then had the same name, the first one to be clicked would open in a new window. Subsequent clicks would open other sites in that same window. Just about any name will do.

target="link_window">