PDA

View Full Version : HyperLink area using a yes/no dialog box.


Asskikr
07-17-2002, 08:15 AM
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.

Adam
07-17-2002, 03:26 PM
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.