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:var strVariable = "This is an anchor" strVariable.anchor("Anchor1")The value of strVariable after the last statement is <A NAME="Anchor1">This is an anchor</A>.
No checking is done to see if the tag already exists.
© 1997 by Microsoft Corporation. All rights reserved.
file: /Techref/inet/iis/jscript/htm/js776.htm, 2KB, , updated: 1997/9/30 04:45, local time: 2024/10/31 17:13,
3.144.19.224:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/techref/inet/iis/jscript/htm/js776.htm"> anchor Method</A> |
Did you find what you needed? |