Home | Javascript validator | JavaScript Editor | Get Advanced JavaScript and Ajax Editor, Validator and Debugger! 1st JavaScript Editor. |
Microsoft® JScript® anchor Method |
Language Reference Version 1 |
Places an HTML anchor with a NAME attribute around specified text in the object.
strVariable.anchor(anchorstring)
"String Literal".anchor(anchorstring)The anchorstring argument is text you want to place in the NAME attribute of an HTML anchor.
Call the anchor method to create a named anchor out of a String object. The following example demonstrates how the anchor method accomplishes this:The value of strVariable after the last statement is:var strVariable = "This is an anchor" ; strVariable = strVariable.anchor("Anchor1");No checking is done to see if the tag has already been applied to the string.<A NAME="Anchor1">This is an anchor</A>
Home | Javascript validator | JavaScript Editor | Get Advanced JavaScript and Ajax Editor, Validator and Debugger! 1st JavaScript Editor. |