hotspot target question

Q&A about the latest versions
Post Reply
Carel
Posts: 178
Joined: Tue Sep 12, 2006 5:59 am
Location: Pasadena, CA USA
Contact:

What is the correct use for "target" in the Create Hotspot window? How does the target differ from the html page?

Carel Struycken
User avatar
thomas
Chief Gnome
Posts: 2611
Joined: Fri Sep 01, 2006 3:56 pm
Location: Vienna, Austria
Contact:

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
MfG, Thomas
Post Reply