How to run alert box when document opens

I am using Acrobat 9 and would like an alert box come up when the document is opened. I have successfully gotten an alert box to pop up using the script below when saving using document actions, but do not know how to make it execute when the document opens. Can anyone tell me how to modify this to add it to Javascript actions so it will run when the document opens? Thank you!
app.alert("Save your completed form and email as an attachment to [email protected]", 0, 0,)

It's not a questions of modifying it, but placing it in the right location.
You need to go to Advanced - Document Processing - Document JavaScripts...
Then create a new script, clear the contents of the window that opens (the
function declaration) and paste this line of code instead.
Save the file and that's it.

Similar Messages

  • I have a packardbell laptop with photoshop elements 8 installed from new. I have used it on several occasions but I cannot get it to run now.  When I open a photo using elements the Adobe box pops up saying that the programme has unexpectedley quit? can a

    I have a packardbell laptop with photoshop elements 8 installed from new. I have used it on several occasions but I cannot get it to run now.  When I open a photo using elements the Adobe box pops up saying that the programme has unexpectedley quit? can anyone help me please as I have several photos to edit before the end of this month. Many thanks for any help

    The "restore disk" is built into the Mac. See About Recovery.
    Need more specifics about what error messages you got while installing Adobe Flash.
    However, you can almost avoid Flash altogether by setting YouTube to play the HTML5 version instead.
    Click the Try something new! link at the bottom of the YouTube page.
    I don't know about the sound issue. Might be hardware as you think. Try other headphones to check.

  • How do I keep the source document open when linking to a target document using the destination option in Adobe X?

    How do I keep the source document open when linking to a target document using the destination option in Adobe X? Have several links to create in the source document and want to keep the source document and target document open at the same time.

    Go to Edit - Preferences - Documents and un-tick "Open cross-document links
    in the same window".

  • How to give manual font path location when document opening?

    Hi,
    I want to know how to give manual path location for fonts when document opening like LinoType FontExplorerX, Font Book, UTS. Please Help me its very urgent
    Thanks

    Hi, I am doing the code likthis,please give the solution.
    SQL> create or replace procedure insProc(xmlDoc IN CLOB, tableName IN VARCHAR2) is
    2 insCtx DBMS_XMLSave.ctxType;
    3 l_ctx dbms_xmlsave.ctxtype;
    4 rows number;
    5 begin
    6 insCtx := DBMS_XMLSave.newContext(tableName); -- get the context handle
    7 rows := DBMS_XMLSave.insertXML(insCtx,xmlDoc); -- this inserts the document
    8 DBMS_XMLSave.closeContext(insCtx); -- this closes the handle
    9 end;
    10 /
    Procedure created.
    SQL> begin
    2 insProc('/usr/tmp/ROWSET.xml', 'emp');
    3 end;
    4 /
    begin
    ERROR at line 1:
    ORA-29532: Java call terminated by uncaught Java exception: oracle.xml.sql.OracleXMLSQLException:
    Start of root element expected.
    ORA-06512: at "SYS.DBMS_XMLSAVE", line 65
    ORA-06512: at "SCOTT.INSPROC", line 7
    ORA-06512: at line 2
    Kishore B

  • Just had help installing cc 2014. get this dialog box when i open the app. One or more files in the adobe folder necessary for running photoshop are missing. Help

    Just had help installing cc 2014. get this dialog box when i open the app. One or more files in the adobe folder necessary for running photoshop are missing. Help

    Please Run the Cleaner tool to remove Ps CC 2014 :http://www.adobe.com/support/contact/cscleanertool.html .
    Restart your system and then try installing Ps CC 2014 again.
    Regards,
    Ashutosh

  • How do I turn off automatic OCR when document opens?

    Hello,
    I just installed Adobe Acrobat Standard X on my work computer and was given the dialogue box to automatically scan PDF's for recognizable text when I open them. I accidentally set this to run the OCR tool everytime I open a PDF, which I do a lot. This is annoying because I have a lot of PDF's with hundreds of pages which can take a long time to OCR if I don't cancel it. Is there a way to turn off this feature so that Acrobat does not OCR every PDF that I open?
    I appreciate any help.

    [discussion moved to Creating, Editing & Exporting PDFs forum]

  • How to ensure that giving the firefox.exe command in run dialog box in Windows opens up a specific firefox Profile?

    I have a firefox profile with certain proxy settings set. When I type firefox.exe in the run dialog Box in windows it opens up the default profile. I have a firefox shortcut specified with the command line args -P "profilename". I want this to be used as it will force the custom profile. Is there an environment variable that i can set for this?

    You can set the default profile to use in the Profile Manager to be used when no profile is specified and otherwise use desktop shortcuts with a profile specified (-P "profile").<br />
    There is also a "Don't ask at startup" check box in the PM window.
    *http://kb.mozillazine.org/Profile_Manager

  • How do i position a dialog popup box when it opens???

    i'm using the adf faces to follow a navigation link (dialog:addUser) to a new dialog popup page. all is working great; i am able to return the values in the popup as expected.
    what i can't find is how do i position this popup when it opens? i don't want it in the upper left over the calling page...i want to move it over and down so it appears to be more centered. can this be done? there's an attribute for height and one for width but not one for upper left X and Y positions that i can find.
    thanks for any support on this.

    apparently, i'm using the defaults as I don't have any idea as to that attribute. i searched for the showPopupBehavior and it's nowhere in my application. btw: i'm using jDeveloper 10.1.3.4

  • Javascript that runs when document opens

    I’m new to javascripting. I created a timesheet in Adobe Acrobat Pro 9 that the user can digitally sign. I need a script that will execute when the document opens that will check to see if a field has a certain value in it, and if it does, reset the signature field. When the employee opens the timesheet to fill it out each pay period I would like Acrobat to clear the signature field, removing their old signature. After signing the timesheet they send it to their supervisor for signature. I can’t add reset form to the doc open because I need the employee signature intact at this point, I don’t want it to remove the employee signature when the supervisor opens it to sign it. I would like Acrobat to examine a checkbox field called “Submitted for Approval”; if this field is checked, then leave the signature intact. If it isn’t checked, remove the signature. Can anyone help me with this script? I’m new to javascripting.

    I’m new to javascripting. I created a timesheet in Adobe Acrobat Pro 9 that the user can digitally sign. I need a script that will execute when the document opens that will check to see if a field has a certain value in it, and if it does, reset the signature field. When the employee opens the timesheet to fill it out each pay period I would like Acrobat to clear the signature field, removing their old signature. After signing the timesheet they send it to their supervisor for signature. I can’t add reset form to the doc open because I need the employee signature intact at this point, I don’t want it to remove the employee signature when the supervisor opens it to sign it. I would like Acrobat to examine a checkbox field called “Submitted for Approval”; if this field is checked, then leave the signature intact. If it isn’t checked, remove the signature. Can anyone help me with this script? I’m new to javascripting.

  • Info box when Firefox opens

    When I log on to Firefox there is an information box, maybe its called and Advertising Box - How do I remove it - It is very distracting. Its like this one which I copied when I opened Firefox:
    ''Congress is trying to censor the internet. Help Mozilla fight for a free and open web: Get involved today.''

    You should never respond to such a pop-up.<br />
    By doing that you most likely got infected by malware.<br />
    Only update via Help > About and download and install Firefox via the official Mozilla servers.
    Do a malware check with some malware scanning programs.<br />
    You need to scan with all programs because each program detects different malware.<br />
    Make sure that you update each program to get the latest version of their databases before doing a scan.<br /><br />
    *http://www.malwarebytes.org/mbam.php - Malwarebytes' Anti-Malware
    *http://www.superantispyware.com/ - SuperAntispyware
    *http://www.microsoft.com/windows/products/winfamily/defender/default.mspx - Windows Defender: Home Page
    *http://www.safer-networking.org/en/index.html - Spybot Search & Destroy
    *http://www.lavasoft.com/products/ad_aware_free.php - Ad-Aware Free
    See also:
    *"Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked

  • I bought a 32GB tablet and a broken 16GB tablet was in the sealed box when I opened it

    I have no Idea where to go next...  I have contacted Sony support and was told by multiple representatives that all they can do is either fix the 16GB tablet or if it is not repairable, replace it.  I did not purchase a 16GB tablet, I purchased a more expensive 32GB tablet so this does not fix my problem.  The Sony seal was intact on the box when I watched my wife open it so whoever switched the 32 for the broken 16 did so before the box was sealed.  I proved my purchase by faxing my sales receipt to Sony.  The serial number on the box (which is clearly a box for a 32GB SGPT122US/S tablet) is different than the serial number on the tablet itself (which is clearly a SGPT121US/S tablet).  The retail store I bought the tablet from told me that they cannot take back the tablet because it does not match what I purchased and Sony will not accept a return from them either.
    The customer service representative did not want either serial numbers when I offered them.  I find this strange.  The serial number on the outside of the box obviously does not match the one on the tablet.  I would think that Sony would be able to track down info on both tablets when given the serial numbers, but apparently they don't care...  I asked if they wanted them multiple times.  If anyone knows what I can do from here I would appreciate it!  Thank you

    Hi SUS,
    I'm glad that we're able to work towards a positive resolution with you. Please feel free to let us know if there's anything else that we can help you out with.
    -Amanda Maffei

  • How do I stop my excel documents opening up in ITunes

    My Excel and Word documents are opening automatically In iTunes when I open my Windows Vista laptop. Infact all my documents seem to be quickly transferring themselves into iTunes, so I cant open them at all. H. When I open an Excel Document that has been emailed to me in Microsoft Outook it can only now be opened in iTunes. Any help will be really appreciated

    Turning your laptop off and starting it again is the equivalent of a reboot but this takes two separate actions whereas a restart/reboot can be performed in one action. But back to your main problem.
    When you refer to your Inbox I presume you are talking about the Inbox in Mail app on your iPad.
    I think what you are trying to tell us is that you cannot open certain files on your iPad that have been synced or emailed to it. If this is correct then you need to have a compatible app on your iPad.
    However, the undermentioned list of file attachments [courtesy of Demo, another participart] are VIEWABLE in the Mail programme as standard but if you want to save and work on them then a compatible app must be installed-
    Viewable document types: .jpg, .tiff, .gif (images); .doc and .docx (Microsoft Word); .htm and .html (web pages); .key (Keynote); .numbers (Numbers); .pages (Pages); .pdf (Preview and Adobe Acrobat); .ppt and .pptx (Microsoft PowerPoint); .txt (text); .rtf (rich text format); .vcf (contact information); .xls and .xlsx (Microsoft Excel)
    If the file is not one of these file types, you will need an app in order to open and view them - i.e. - .wmv files ...
    Are we on the right lines?

  • How do I remove yahoo when I open a new tab?

    I want to remove the automatic window to yahoo search engine when I open a new tab. I did not have this before and I do not want it.
    How can I remove this intervention?

    Yes, extensions (malware Vosteran) was the problem.
    Thanks!

  • How to implement animation effection when page opening?

    I have seen some Flash page, when you open it, at first, it
    shows an animation first, and then show up the real page.
    I would like do my Flex page like this. When open the page,
    it shows the big company logo, and it is going to shrink and move
    to left corner (where is the location of logo display on real
    page), and in same time, the real page come out. Or, the real page
    already in there, the big logo on top of it, and it shrink to small
    and move the logo location.
    I know Flex have some effection, but I don’t know which
    one I can use. And I don’t know how can I make it work when
    the page opening. Or, I need use a swf file show the animation, and
    bind the swf file on the flex code?
    Any idea will be great help. Thanks.

    Try the download on the following link. The download itself is for the 4620, but for the exact same issue. Based on the file name of the download it doesnt look like it is specific to that model of printer, so its worth a shot.
    http://h10025.www1.hp.com/ewfrf/wc/softwareDownloa​dIndex?softwareitem=mp-104077-2&cc=us&dlc=en&lc=en​...
    Jon-W
    I work on behalf of HP
    Please click “Accept as Solution ” on the post that solves your issue to help others find the solution.
    Click the KUDOS STAR on the left to say “Thanks” for helping!

  • Alert boxes when I use ebay

    Hi people,
    I'm suddenly getting Safari ‘alerts’ when I view my summary page on ebay.
    When I click on my ebay page in top sites (or refresh my summary page when I’m already on ebay, or return to the summary page from another ebay page) I get the summary page but am also getting a pop up little (4 inches x 1.5 inches approx) Safari alert box with the Safari symbol on the left, with http://my.ebay.co.uk in bold type and the number 3 in plain type under that and the blue OK button to click on on the right.
    I click on it and the alert disappears to be replaced by an identical box. I click on the OK button on that one and it disappears completely and I can use safari properly.
    Can anyone tell me what’s going on? I tried resetting Safari but it’s still happening. It’s a bit irritating to have to get rid of the two alerts every time I want to view that page.
    Thanks.

    From the Safari menu bar, select
    Safari ▹ Preferences ▹ Extensions
    Turn all extensions OFF and test. If the problem is resolved, turn extensions back ON and then disable them one or a few at a time until you find the culprit.
    If you wish, you may be able to salvage the malfunctioning extension by uninstalling and reinstalling it. That will revert its settings to the defaults.

Maybe you are looking for

  • Firewire 800 to 400 Hub?

    This new Mac (which I love) has Firewire 800. My hard drives and scanner has Firewire 400 connections. I bought a cable that connects the 800 port into my 400 port in the hard drive but since the Mac has only 1 800 port I am unable to connect my scan

  • Importing files and getting CD i

    okay, so i got my zen, and i have a lot of music files on my comp, and...i can't use them b/c they are all realone files and i don't think i can convert them. at least, my attempts (and they are numerous) have failed. i also can't seem to, when i'm r

  • SAPScript Form - Check Print

    Hi. I am trying to create SAPScript Form to print checks and need your help. I am very new to the SAPscript, so I have one general question and one specific question. 1. Is there a really good tutorial for creating a check form? 2. Currently, AP in o

  • Trouble with live monitoring my overdubbs.

    im using an 8 track presonus firpod that connects through firwire to my computer (obviously).  Im trying to do a vocal overdub but I cant figure out how to hear the mix while hearing what I am recording at the same time.  I'm ending up having to outp

  • Flash site play all frames without stopping

    Hi all, I'm just getting back into flash and have forgotten most of what I knew. I've been handed a file and need to figure out how to proceed to address this issue: The file is a full website. It's a fairly simple design with a graphic and some butt