Options

hyper links in Word and PDF's

DevilWAHDevilWAH Member Posts: 2,997 ■■■■■■■■□□
I know how to put a link in to a PDF or word document, but I want to create a PDF that has a link that will open in a new browser window of 600X800 (or specified size). I know you can do this in HTML with <a href...... />, but not how you can do it in word or PDF.

Any thoughts?

Cheers
  • If you can't explain it simply, you don't understand it well enough. Albert Einstein
  • An arrow can only be shot by pulling it backward. So when life is dragging you back with difficulties. It means that its going to launch you into something great. So just focus and keep aiming.

Comments

  • Options
    DevilWAHDevilWAH Member Posts: 2,997 ■■■■■■■■□□
    I thought of another way to do this, but not sure how to do it in an ASP web page

    In the document I want to put the link in the form of

    http:\\site.com\contact.aspx?name=Devilwah

    then the contact.aspx page takes this and rewrites it to "http:site.com/details.aspx?domainname=aaa.com&userid=DevilWAH&......."

    and then forces a pop up windows using the kind of logic below.


    <a href="#" onclick="window.open('your_url_here','mywindow','width=450,height=300,toolbar=no,location=no,directories=no,s tatus=no,menubar=no,scrollbars=yes,copyhistory=yes,resizable=yes')"> Click Here</a>

    So when the person clicks on the link in the word document the site does the rewrite and creates the pop up. Does this make sense ? IF so does any one know how to do it :)
    • If you can't explain it simply, you don't understand it well enough. Albert Einstein
    • An arrow can only be shot by pulling it backward. So when life is dragging you back with difficulties. It means that its going to launch you into something great. So just focus and keep aiming.
Sign In or Register to comment.