Show()

Syntax:

Show( ResetPosition )

Parameters:

ResetPosition – If an object has been moved via other scripting by default showing the object will reset it to its initial position. ResetPosition can be true or false. If true, the object is reset to its original position. If false, the object is not reset to its original position. This parameter is optional and the default is true.

Remarks:

This function will show the specified object on the page. If the specified object shows with a transition effect the next line of code in the Script Action or Script Object will not execute until the object has finished showing.

image\Script_Button.jpgExamples