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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PDF to open in new page

Status
Not open for further replies.

hcubed

IS-IT--Management
May 9, 2002
100
AU
How can I get the PDF file to open in a new page? I have tried with the TARGET="_blank" but I must be doing something wrong?

<p><font face=&quot;Verdana&quot; size=&quot;4&quot;><b><font size=&quot;3&quot;><i> <a href=&quot;/actionsportsbrfiles/actionsportspdf/LifeTimeTennismembershipapplicationform.pdf&quot; TARGET=&quot;_blank&quot; CLASS=&quot;Link1&quot; onMouseOut=&quot;MM_swapImgRestore()&quot; onMouseOver=&quot;MM_swapImage('membership','','animatedgifs/membership_f2.jpg',1);&quot; >
</a> <a href=&quot;#&quot; onMouseOut=&quot;MM_nbGroup('out');&quot; onMouseOver=&quot;MM_nbGroup('over','membership','animatedgifs/membership_f2.gif','animatedgifs/membership_f3.gif',1);&quot; onClick=&quot;MM_nbGroup('down','navbar1','membership','animatedgifs/membership_f3.gif',1);&quot; ><img name=&quot;membership&quot; src=&quot;animatedgifs/membership.gif&quot; width=&quot;166&quot; height=&quot;63&quot; border=&quot;0&quot;>
<!-- fwtable fwsrc=&quot;membership.png&quot; fwbase=&quot;membership.gif&quot; fwstyle=&quot;Dreamweaver&quot; fwdocid = &quot;742308039&quot; fwnested=&quot;0&quot; -->
</a> <a href=&quot;/actionsportsbrfiles/actionsportspdf/LifeTimeTennismembershipapplicationform.pdf&quot; onMouseOut=&quot;MM_swapImgRestore()&quot; onMouseOver=&quot;MM_swapImage('membership','','animatedgifs/membership_f2.jpg',1);&quot; >
</a> <br>
 
The link that point to the PDF doesnt seem to have anything to click between the <A> </A> tags Tony
reddot.gif WIDTH=400 HEIGHT=2 VSPACE=3

 
OK, could you send me the code with the the alterations
 
You can try this...
Code:
  <p><font face=&quot;Verdana&quot; size=&quot;4&quot;><b><font size=&quot;3&quot;><i> <a href=&quot;/actionsportsbrfiles/actionsportspdf/LifeTimeTennismembershipapplicationform.pdf&quot; TARGET=&quot;_blank&quot; CLASS=&quot;Link1&quot; onMouseOut=&quot;MM_swapImgRestore()&quot;  onMouseOver=&quot;MM_swapImage('membership','','animatedgifs/membership_f2.jpg',1);&quot; > 
PUT YOUR LINK TEXT OR IMG HERE                </a>

But, it sounds like the pdf file is opening, just not in a new window. Is that right? If so, post the full code, cause it could have something to do with the image swapping in combination. Hope this helps,
Jessica
[ponytails2]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top