New WindowIf you want to load a file into a new browser window, just add the target="_blank" parameter to the anchor tag as in the example below. <a href="filename.html" target="_blank">Link Text</a> See the Link Targets page at EchoEcho.com for more details. |