Question
What is the code to open a new browser window when you click on a link?
Answer
Never mind-didn't look at the forum this was in
Answer
Yeah, I know that trick too but I want to add the link in my auction, so that when potential bidders click on it, they will automatically have a new window browser open and the original auction browser stays open.
mommygonecrazy
Hey, your original response is gone now...lol
Answer
For a new window every time:
HTML Code:
<a href="yourpage.html" target="_blank">yourlinktext</a>
If you want to open a new window once, and load any additional pages to the same window:
HTML Code:
<a href="yourpage.html" target="anynewname">yourlinktext</a>
using the same "'target="anynewname"' attribute in each tag.
Answer
That's because I looked at what forum this was in and realized you wanted the code FOR your site
Originally Posted by Trish
Hey, your original response is gone now...lol
Answer
Thanks Jayne