Linked Files

C

Cindy

I am using Publisher 2003. I am having trouble linking to files - pdf, doc,
xls I have uploaded all my files to my ftp site and have hyperlinked them
through that site. my site is www.awanacentralcal.org/test I want to be able
to open the file, and also to have it open another window. I have looked
through the posts and tried what I see there, but it still doesn't work.
Thanks
 
D

DavidF

I found one link to a pdf file, and you had the link written incorrectly. Go
back and write them like this one:
http://www.awanacentralcal.org/OtherFiles/EventParticipationAgreement.pdf

As per opening in a new window...why? I can see it if you are opening an
offsite link, but this is to your own website, and the viewer only has to
click the back button??? It will complicate life for the viewer to open the
second window...

But if you must, then this is one way. Insert this code snippet via the
insert html code fragment tool somewhere it won't be in the way on your
page:

<script language="JavaScript" type="text/javascript">function Show(Url,
Name, Features) { window.open(Url, Name, Features); }</script>

and then change the hyperlinks to:

javascript:Show('http://www.awanacentralcal.org/OtherFiles/EventParticipationAgreement.pdf','newwindow','')

You will probably need to write your links, copy, and then use Ctrl V to
paste the links into the address field in the hyperlink dialog, otherwise
you are likely to make mistakes.

DavidF
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top