GotoURLBehaviors
A collection of goto URL behavior objects.
GotoURLBehaviors Properties
| Property |
Type |
Access |
Description |
| item |
Object |
read |
Returns the goto URL behavior with the specified index or name. |
| length |
Long |
read |
The number of goto URL behaviors in the collection. |
GotoURLBehaviors Methods
| Method |
Returns |
Description |
| add |
GotoURLBehavior |
Create a new goto URL behavior. |
| anyItem |
Object |
Returns any goto URL behavior. |
| firstItem |
Object |
Returns the first goto URL behavior. |
| itemByID |
Object |
Returns the goto URL behavior with the specified ID. |
| itemByRange |
Objects |
Returns the goto URL behaviors within the specified range. |
| lastItem |
Object |
Returns the last goto URL behavior. |
| middleItem |
Object |
Returns the middle goto URL behavior. |
| nextItem |
Object |
Returns the next goto URL behavior. |
| previousItem |
Object |
Returns the previous goto URL behavior. |