Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2002
    Posts
    1

    Grin HyperLink area using a yes/no dialog box.

    I am new to this so bare with me. I am setting up a hyperlink to a hidden page in my menu. I want to include a yes/no dialog box to allow the user to choose to go the hidden page or not. Can some one help me in this area. I have the yes part but can't seem to get the no to work. No matter what they click we always go to the hidden page. I just do not understand the variables that well. Thanks in advance for you help.

  2. #2
    Join Date
    May 2000
    Location
    Indigo Rose Software
    Posts
    2,150

    Re: HyperLink area using a yes/no dialog box.

    Basically you will need to have a Yes/No Dialog that asks the question "do you want to go to page X". This will set a variable to either YES or NO. Then the next action you will have is a JumpToPage action that points to the hidden page. In that action you will need to add a Boolean condition:

    Value A:
    %YESNOVAR%

    Operator:
    Equals

    Value B:
    YES

    Note that the 'Value A' field will contain the variable that was set by the YES/NO dialog.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts