New Windows from IE Browser Using Acrobat Professional 6.0

Ask a Question related to Adobe Acrobat Windows, Design and Development.

  1. #1

    Default New Windows from IE Browser Using Acrobat Professional 6.0

    I'm trying to create links to other web pages in my PDF document. I want them to open up in a new window. The following will get it to open up in a new window, however the PDF document is the active window while the new window is placed behind the PDF document.

    javascript:itemwindow=window.open('http://63.241.27.97/Publications/Pubs/pdf/10050.pdf', 'newwin','scrollbars=yes, status=no, resizable=yes,alwaysRaised=yes');itemwindow.docume nt.close()

    Is there a way to get the new window to be on top?

    Thanks in advance for your help.
    Erin_Pitzer@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. HP Officejet 7130 Scanner on WIndows XP Professional not recognized by Acrobat 6.0.1 Professional
      I am using WIndows XO pro on a Dell inspiron 8600, running Acrobat 6.0.1 Professional, with a HP officejet all-in-one 7130 scanner/printer. ...
    2. Acrobat Professional 6.0 on Windows Server (2000 or 2003)
      Are there known issues when trying to create PDFs from Acrobat Professional 6.0 on a Windows Server 2000 or Windows Server 2003? When trying to...
    3. Error on Installing Acrobat 6.0 Professional on Windows 2000
      Help...I've downloaded the trial version of Acrobat 6.0 Professional (have actually purchased it on CD but it has not arrived yet) and got this error...
    4. Acrobat Professional V6 vs. Acrobat Reader V6 in Internet Explorer
      I have both Acrobat Professioanl v6 and Acrobat Reader v6 on my PC. When I view a PDF via Internet Explorer, Acrobat Professional is launched. I want...
    5. Acrobat 6.0/6.0.1 freezes on Windows 2000 Professional
      I am running Windows 2000 Professional and installed the trial version of Acrobat 6.0. After a few days, I decide to purchase the upgrade (from 4.0),...
  3. #2

    Default Re: New Windows from IE Browser Using Acrobat Professional 6.0

    try javascript:void(window.open(.........
    Ben_Marchbanks@adobeforums.com Guest

  4. #3

    Default Re: New Windows from IE Browser Using Acrobat Professional 6.0

    That didn't even open up the new site...but thanks for trying to help.
    Erin_Pitzer@adobeforums.com Guest

  5. #4

    Default Re: New Windows from IE Browser Using Acrobat Professional 6.0

    itemwindow.focus()? Or whatever the equivalent is in Adobe's JS?
    JLTT@adobeforums.com Guest

  6. #5

    Default Re: New Windows from IE Browser Using Acrobat Professional 6.0

    Tried itemwindow.focus() and that didn't work either.
    Erin_Pitzer@adobeforums.com Guest

  7. #6

    Default Re: New Windows from IE Browser Using Acrobat Professional 6.0

    You will find more messages on the this topic by searching
    Javascript:void...

    These are the correct formats - if you do not get a new window there is something amiss with your syntax -

    weblink

    javascript:void(window.open('http://www.alQemy.com',''))

    Button field JS action

    getURL("javascript:void(window.open('http://www.alQemy.com',''))")
    Ben_Marchbanks@adobeforums.com Guest

  8. #7

    Default Re: New Windows from IE Browser Using Acrobat Professional 6.0

    Please click on the following URL:

    Lars Elmenthaler "Opening a new browser window from a PDF link" 1/21/04 6:03am </cgi-bin/webx?13@@.2ccde4ef/4>
    Andrea_Weissmann@adobeforums.com Guest

  9. #8

    Default Re: New Windows from IE Browser Using Acrobat Professional 6.0

    Has anyone gotten this to work? Every variation on javascript:void window.open that I've tried opens a new browswer window, but fails to bring it to the foreground automatically. If this functionality is not possible from Adobe Acrobat 6.0.1 is it planned for a future release? Please respond if you have information. Thanks.
    Joe_Helton@adobeforums.com Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139