Properties of the Anchor Object : Anchor : HTML : JavaScript DHTML examples (example source code) Organized by topic

JavaScript DHTML
C++
PHP
JavaScript DHTML Home »  HTML   » [  Anchor  ]   
 



Properties of the Anchor Object


/*
JavaScript Unleashed, Third Edition
by Richard Wagner and R. Allen Wyke 

ISBN: 067231763X
Publisher Sams CopyRight 2000



+----------------+------------------------------------------------------------+
  Property         Description
+----------------+------------------------------------------------------------+
  name             A name that provides access to the anchor from a link.
+----------------+------------------------------------------------------------+
  text             The text that appears between the <a> and </a> tags.
+----------------+------------------------------------------------------------+
  x                The x-coordinate of the anchor.
+----------------+------------------------------------------------------------+
  y                The y-coordinate of the anchor.
+----------------+------------------------------------------------------------+
*/
           
       
Related examples in the same category
1.  Anchor 'target' Example
2.   A Document with Anchors
3.  Reading the Number of Anchors
4.  Anchors array
5.  Return the number of anchors in a document
6.  List anchor in a document
























Home| Contact Us
Copyright 2003 - 04 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.