31. An action: Display; Message: Var(your variable name) displays it however you set it up - on click, on show, on hide, on enter, on exit.2. To see the value of a variable when the page is displayed and you forgot to put those in enter in the Address field of the browser where you normally put a web address:Javascript: alert(Var____.getValue())Replace ____ with your variable name. Capitalization is important.3. Read about debugging in the user guide.Edited By: Ben Pitman on 2007-8-8 6:43:41