Script
(string) The script to assign to the specified object's event.
Note: The script specified in this argument will replace any script existing in the event. If you want to append to the event (instead of replacing the script), you must first perform a Page.GetObjectScript action.
Re t u r n s
Nothing. You can use Application.GetLastError to determine whether this action failed, and why.
See also: Related Actions
Page.SetObjectZOrder
OverviewExamples
Page.SetObjectZOrder ( string ObjectName,
number Position,
string ReferenceObject = "" )
De s cr ip t ion
Sets the z-position of an object on the current page.
P arame t er s
ObjectName
(string) The name of the object.