Alright. How do I make a new window open then go to the link? Rather than using the current window to open the link.
Got it too.
Add target="_blank"
Before:
<td class="topmenubg"><a href="http://video.google.com/videoplay?docid=8968326093647118174&q=elmo+tmx&hl= en">Elmo TMX Video</a></td>
After:
<td class="topmenubg"><a href="http://video.google.com/videoplay?docid=8968326093647118174&q=elmo+tmx&hl= en"target="_blank">ELMO TMX VIDEO</a></td>
|