Ask a Question related to Adobe Acrobat Windows, Design and Development.
-
Erin_Pitzer@adobeforums.com #1
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
-
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. ... -
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... -
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... -
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... -
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),... -
Ben_Marchbanks@adobeforums.com #2
Re: New Windows from IE Browser Using Acrobat Professional 6.0
try javascript:void(window.open(.........
Ben_Marchbanks@adobeforums.com Guest
-
Erin_Pitzer@adobeforums.com #3
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
-
JLTT@adobeforums.com #4
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
-
Erin_Pitzer@adobeforums.com #5
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
-
Ben_Marchbanks@adobeforums.com #6
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
-
Andrea_Weissmann@adobeforums.com #7
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
-
Joe_Helton@adobeforums.com #8
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



Reply With Quote

