Javascript in Adobe livecycle 8.0

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Tovah137
    New Member
    • Jan 2007
    • 3

    Javascript in Adobe livecycle 8.0

    I am trying to create a program of sorts in Adobe Livecycle 8.0, I want to make a message box pop up when you click on certain things asking "have you checked for ____", I want to be able to click the "yes" or "okay" and have it redirected to another section of the document. Is this possible or am I thinking way to far out of the box on this one?
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    Yes, you can do all of those things with Javascript.

    Comment

    • Tovah137
      New Member
      • Jan 2007
      • 3

      #3
      Originally posted by acoder
      Yes, you can do all of those things with Javascript.
      Okay then .... how would you do it?

      Comment

      • acoder
        Recognized Expert MVP
        • Nov 2006
        • 16032

        #4
        What code do you have so far? You'll have to describe the problem and post your code? If you're completely new with Javascript, read this tutorial.

        Comment

        • John Rau
          New Member
          • Sep 2010
          • 2

          #5
          Hey Tovah, Adobe has put together some documentation on this. Basically you can write scripts in a form using one of two languages: JavaScript (traditional) or FormCalc (more like excel). If you're familiar with JavaScript, stick to that! :)

          Specifically, you can check out the following:

          Best of luck,
          -John

          Comment

          Working...