everything but: Variable Condition

Aaron, I don't see how that solves his problem. You can set up an action to run for the Tab key - fine. You can set one to run for Any key - fine. But how do you set one up for any key BUT the Tab key? I thought the Else was limited to testing variables. How would you test for a keystroke?The only solution is I have come up with is something like this:On Page Show Action: Set Variable to 0.On Tab Key Action: Set Variable to 1.On Any Key Action: If variable =1 do tab key stuff, Else display incorrect popup.Jay, You can save these three actions as a Library object and use them easily over and over.

Discussions have been disabled for this post