Click to See Complete Forum and Search --> : opening a page in a new window


srimca
01-27-2003, 11:49 PM
i have a word document.
i have a link to thatword document.
so when i click on the link, the word document should open in a new window and not in internet explorer.
how do i do that

Compguy Pete
01-28-2003, 12:31 AM
<a href="wordfile.doc" target="word">word file link here</a>

Using the Target makes this happen. I say to use something other than _blank since that can sometimes crash a browser window.