Target Property

Path Control

Sets the object to follow the path. Read/write at run time; write access is available at run time only when the path is stopped.

Syntax

HTML<PARAM NAME="Target" VALUE="objTarget">
ScriptingpathObj.Target [ = objTarget ]

Possible Values

objTarget
String identifying the path's target object.

Remarks

The target object must have an initial position. This can be set with the target object's STYLE attribute, as shown in the following examples.

<IMG SRC="target1.gif" ID="target1" STYLE="position:relative">

— or —

<IMG SRC="target1.gif" ID="target1" STYLE="position:absolute;
left=100; top=100">

Example

Right-click inside the frame and select View Source to see the HTML code for the Target property example.


Top of Page Top of Page
© 2000 Microsoft and/or its suppliers. All rights reserved. Terms of Use.