action on return to page

The easiest way I do that is to create a variable based on that page, say menuVisited. The initial value is FALSE.


Then, I would place an action on the page level to show the text box IF menuVisited = TRUE. 


Of course, at some point, you need to set menuVisited = TRUE. It could be on a subsequent page. It could even be on that page (though I suggest a slight delay in setting it to TRUE, just in case there's any weird network lag that causes this action to fire first).


Kevin


ckncajun said:Is there a simple way/action command that would cause a text box to hide or appear upon the second viewing of a page?

Discussions have been disabled for this post