How to use a drop down menu to post a link internal

I use Acrobat Pro DC. I want to use a drop down menu to post an internal link in my PDF document. I think its possible, and the solution is probably with JavaScript. I am very new to JS. I have the drop down created through forms, but nothing I have add in the preferences in JS is the case. Any help would be greatly appreciated.

Thank you

Ok. So first check the box that says 'Immediately validate the selected value' under the drop down properties, tab Options, and enter this code as its custom validation script:

If (event.value == "A") this.pageNum = 1; Go to page 2

If (event.value == "B") this.pageNum = 4; Go to page 5, etc.

Adjust the values and page numbers, as required.

Tags: Acrobat

Similar Questions

  • Use the drop-down menu to set the value of check boxes

    Hello everyone, I am using a drop-down list field in a form to also check or uncheck the different boxes, based on the value. I'm looking for something like the following:

    f = this.getField (event.target.name) .value;

    g = this.getField ("Checkbox1");

    h = this.getField ("Checkbox2");

    If (f is 'Value1')

    {

    g.Value = true;

    h.Value = false;

    }

    on the other

    {

    g.Value = false;

    h.Value = true;

    }

    and so on. It works the way I want. This is probably a simple syntax or a thing of terminology. Can someone advise? Thank you!

    The value of the boxes is not true or false, but one channel (either 'Off' or the value of exports).

    You can also set the like this, but:

    this.getField("Checkbox1").checkThisBox (0, true); check one

    this.getField("Checkbox2").checkThisBox (0, false); to clear a check box

    Edit: fixed the code

  • How to add my drop down menu on my site

    I followed a dreamweaver video to create a dropdown menu with pure css which turned out to be great.  My problem is when you follow a video I followed the instructions and started a new html and then attached the css styles to the new html called "dropdownmenu.  But as I don't know how to put it in my index page.  I understand that css is the rules but how to I get in my website.  Most of the prob an easy one for all what you experts out there!

    I hope someone will help me please.

    Thank you, Karen

    Oh im using cs5.5

    karenserjy1 wrote:

    My link to the page index between the 'head' is -so am I right in saying that the styles.css is finding in the index to the MB page and future pages if I want to.

    Yes that's correct.

    karenserjy1 wrote:

    And the navMenu.html link is - and it becomes the dropdown css information.

    If I'm not mistaken the two copies of the dropdown.css can I?  I hope that it's nice and clear for you!

    Again thank you very much for your help... it is very enjoyed!  I spend most of my time learning to youtube and don't really like to bother people, but after an hour of scratching my head, I gave up!

    Forget the folder 'drop-down list' - as a space for experimentation.

    Add another link in your index under the link page to your styles.css css main as below:

    Now copy the HTML menu on the navMenu.html page and paste it into the index page where you want the menu to appear.

    It is not uncommon to have two or three linked css style on one page sheets.

  • How to insert a drop-down menu item via HTML without moving any other existing content?

    Hello

    I inserted an Electrolux (Bullseye Locators) reseller on my business through HTML Web site. When you preview in a browser and try to use the Locator, the results appear, but because it is a drop down with the results, he pushes in fact all content below down and I get a white space between the Locator & content. I tried to separate with the Locator on another layer, but it doesn't seem to help. Anyone had this happen before? If so how to solve the problem? -Thank you

    Draw the HTML in Design view of Muse large enough to fit the entire height expanded area of the Locator.

  • How to display a drop-down menu when the user clicks on a point on lineseries?

    Hi all

    I am new to flex development.

    I watch the series online on the Board, I would like to give a response when the user clicks on the "point" on the line, I want to display a menu drop down and react to the choice of the user on the menu item.

    Is this feasible? Any sample or reference?

    Thanks in advance.

    Jack

    I prefer to use itemClick localX or stageX, according to me, one of these will help you get what you want.

  • Using a drop-down menu to set a radio button

    I searched and seeking in vain, tried a lot of different things can I can't seem to find an answer already or tripping on a similar code to help.

    I have a drop-down list, then when you select different values defined different fields of the form. This part works very well this kind of things in the validate custom:

    If (event.value == 'Thing1') {}

    this.getField("DESC01").value = "Words that fill a description box.";

    this.getField("DESC02").value = "words more that fill another description box."

    this.getField("F_SKILL1").value = "1";

    this.getField("RB_SKILL1").isBoxChecked (1);

    this.getField("F_SKILL2").value = "1";

    this.getField("F_SKILL3").value = "1";

    } Else if (event.value == 'Thing2') {}

    this.getField("DESC01").value = "Different words that fill a description box.";

    this.getField("DESC02").value = 'words of more different that fill out another box of description';

    this.getField("F_SKILL4").value = "1";

    this.getField("RB_SKILL1").isBoxChecked (0);

    this.getField("F_SKILL5").value = "1";

    this.getField("F_SKILL6").value = "1";

    }

    etc, etc. I have a few ifs else different, but they all follow this kind of format. There are also radio button next to the skills on the sheet to visually display this skill is known. I would like to check this option. My isBoxChecked does not work, and I hope it is because it doesn't work like that. I have a lot of radio buttons on the form, but they all 1 choices in them are no groups. Again, I use it as a Visual representation that SKILLX is known. The area I dropped the box on the sheet is a very small circle, that's why I'm trying to use a radio button, as it is visually similar.

    If there is a better solution to what I'm trying to do, I'm happy to try it, or if someone can tell me what I am doing wrong that would be great

    Thank you!

    The value of the box is for her to control or to "Off" to uncheck export value

    this.getField("RB_SKILL1").value = 'yes '.

    this.getField("RB_SKILL1").value = 'Off '.

  • How to use the drop-down list box to fill in a text box

    I'm a beginner when it comes to Java Script.  I have seen a lot of different discussions, look at a lot of articles "helping" Acrobat 9 and Java Script, but only to be left confused and dazed.  I hope someone can tell me how to write a script that fills a text box that sits on my form with the value of exports of the selection in the combo box...

    Thank you

    If you want that the read-only text box, simply set with the following custom calculate script:

    Set this field to the value of the drop-down list box

    Event.Value = getField("combo1").value;

    but replace "combo1' with the actual name of the combo box field.

    If you want something else, post again with more information.

  • How to close the drop-down menu that I get when I right click on the arrow to the left (to the left of the address bar)? EXHAUST used to do.

    When a tab has a bit of history associated with it, the back and arrows forward near the address bar (IE lefet) opens this story of tabs when clicked.

    But, I can't close this pop-up history.

    In the past, hitting escape close this window. (firefox 14). Now (firefox 27) ESCAPE does not close the window.

    How to close this window?

    (I want to do this via the keyboard and NOT BY SIMPLE CLICK a RANDOM place on the screen.)

    Thank you Gingerbread Man.

    My problem was an extension: MOUSELESS BROWSING.

    I really like this extension, but he did not get a lot of support.

  • How to prevent the drop-down menu when you click in the URL field?

    Hello

    For some time there is Safari displays a short title in the URL field when you view a web page (for example, at the moment it says "Apple Inc").  Quite often I want to drage the actual URL in a note or on the desktop for later use.  Whenever I click in the URL field to do this, Safari down a bunch of icons corresponding to the bookmarks in the bookmarks bar, which is useless as my favorite bar is always visible.

    What I would do is to disable this action so that when I click on all I get is the URL so I can drag it somewhere.  Quite often when I drag the URL and domain of Favorites icons is visible, Safari think I want to lodge in this area and therefore mixes the existing icons around according to what path taking when you drag.  It's really very annoying behavior and there must be a way to disable.

    Thank you!

    -Tod

    Safari > Preferences > search

    Uncheck the "Show Favorites".

  • How to add the drop-down Menu to other pages of a Navigation link title bar

    Hello

    I'm going through "Dreamweaver 8 Missing Manual", but I need a direction.

    Do I need to use behaviors and Extension to achieve?

    see you soon,

    Dreamer101.1

    My Naivation bar looks like this so far.

    Google "Server Side includes" and see if that gets you anywhere?

    It isn't really a thing of DW, but it is a very popular way to do what you want to achieve.  It is also a very effective way to use your code.

    Martin.

  • Drop Down Menu tips

    I was wondering if someone could give some tips as to how I could use the drop down menus to switch between 50 different indicators and charts.

    So, I'm going to build a program to monitor 50 engines. Right now, I have a program (attached) which can control a single motor. I want to use a drop-down menu to select which engine info (about 50) I can see at some point. Selecting the drop must update all buttons / indicators / graphics associated with the selected engine. I would also like to engines that are not visible, but have been selected (with a Boolean called start end data collection) to collect data in the background.

    At the present time, there is a Subvi called main station that controls everything for an engine. I don't know how I would extend this to 50. The Subvi from the main train station lies in a while loop (while the loop is part of the main VI) which collects data of an acquisition of data on each loop. The station is a business structure that runs or stops if the Boolean value OFF is activated (as a state machine). Thus, all engines position must run and collect data even if they are not visible/selected on the front panel.

    Here is a front view.

    As you can see, there are four sections for controls indicators and two sections for the graphics. Each section will be / has a menu drop-down. Each menu has a selection of 50 engines (labeled 1 engine, 2 motors... Engine 50).

    I want information in the indicators / chart to display information specific to the selected engine, while the program updates the other engines (which are defined on the data collection) to continue the collection of data. The only stored data in the charts, but I also controls remain selected (even if not visible on the front panel) If a user has selected the.

    Any help/suggestions would be appreciated. Let me know if the zip is missing files. Thank you

    Sub-panels will be your friend here.  The idea is that you have 50 copies of the same VI running, each review data for a different engine.  So with the secondary, you just select the reference of the instance of VI to display in it.

  • Drop-down menu problem

    Sorry to be a pain people but can someone tell me how to get the drop-down menu to review the slide show instead behind him please. I'm using CS5. The link below.

    http://www.sunridgegraphics.co.UK/just

    Your slideshow is a stacking higher than your menu order. Try to add to your CSS:

    {#fadeshow1}

    position: relative;

    {z - index:-1}

    Nancy O.
    ALT-Web Design & Publishing
    Web | Graphics | Print | Media specialists
    http://ALT-Web.com/
    http://Twitter.com/ALTWEB

  • Music drop down menu setting

    After installing windows 10, I have to use the drop-down menu music to choose my location of library or folder.  Previously on windows 7, the default music would show my albums., is this a change with windows! 0 I change it?

    You use the same version of iTunes, or have you updated that as well?

  • When I click on a drop down menu, my options open to the left.  They used to open to the right, how to change this back to be able to open them to the right?

    When I click on a drop down menu, my options open to the left.  They used to open to the right, how to change this back to be able to open them to the right?

    Which is caused by a windows setting.

    http://timsneath.com/Windows-10-menu-alignment/

  • How to display the drop-down list box in MS excel by using labview report generation toolkit? pleasepost code block diagram?

    How to display the drop-down list box in MS excel by using labview report generation toolkit? Please post the block diagram of the code so that I can able to generate from the drop-down list box in excel with the menu drop-down...

    Like this. (edition, use the reference forms instead of the reference to the worksheet)

    Ben64

Maybe you are looking for