These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

is there anyway to create a popup window when the pdf form is opened?

fanchunrong
Registered: Mar 4 2008
Posts: 37

I want to have a popup window comes up when user opens the pdf file. One this popup window, I want to let user choose a value from a dropdown list. Based on the value user chose, I will apply different edits on the filed of the form. Anyone knows how to create this popup with the dropdown?

THanks!

My Product Information:
Acrobat Pro 8.0, Windows
gkaiseril
Expert
Registered: Feb 23 2006
Posts: 4308
With a doucment level function one can use the either the 'app.popupMenu()' method, [url=http://www.acrobatusers.com/tutorials/popup-menus-acrobat]Popup menus for Acrobat[/url] by Thom Parker, or the 'app.dialogExec()' menthod, [url=http://www.acrobatusers.com/tutorials/2006/popup_windows_part5]Custom Dialog Boxes: Part 5 of 5 on Popup Windows[/url] by Thom Parker. More information in in the [url=http://www.adobe.com/devnet/acrobat/javascript.php]Acrobar JavaScript Documentation].

George Kaiser