Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

new window question

Status
Not open for further replies.

flnMichael

Programmer
Nov 13, 2003
96
US
Hey, I have a .PDF with a link to my ASP page. I want the page to open in a new window, but don't know how to do it. I have to hard code the URL into the PDF, but I can't figure a way to do "target=resource window" within the URL. Is that possible? If not, is it possible to do it on the page that the link is pointing to without changing the page with the link?

Thanks
Mike
 
<a href=&quot;file.html&quot; target=&quot;_blank&quot;>This link opens in new window</a>

Hope it helps.
 
this is what I have:


as the URL for the link. It isn't exactly HTML, but for example, if I wanted to cut and paste it into the address bar in a newly opened window, how would I tell the URL it was a new window. How would I make the URL up top open without having it coded through HTML? I've tried:


and it tells me the page can't be found because it takes the %20target=&quot;_blank&quot; as part of the style variable name.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top