Page 1 of 1

hotspot target question

Posted: Tue Feb 05, 2008 1:14 am
by Carel
What is the correct use for "target" in the Create Hotspot window? How does the target differ from the html page?

Carel Struycken

Re: hotspot target question

Posted: Thu Feb 07, 2008 3:57 am
by thomas
There are several useful special values like:
  • _self specifies the current frame in the current window.
  • _blank specifies a new window.
  • _parent specifies the parent of the current frame.
  • _top specifies the top-level frame in the current window.
or you can use them to target a popup window or (i)frame.
see for example http://www.htmlcodetutorial.com/linking/_A_TARGET.html
for Flash: http://www.adobe.com/support/flash/acti ... ry377.html
and for QuickTime:
http://www.apple.com/quicktime/tutorial ... ml#targetn