Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Named Anchors

Status
Not open for further replies.

ziwacky

Programmer
Jun 27, 2000
43
US
How do one implement a "named anchor" in coldfusion to make sort of an index for a page.

I know you need this:

<a href=&quot;#YourFirstIndex&quot;>First Index</a>

.
.
.

First Index <a name=&quot;YourFirstIndex&quot;></a>

I am using a variable, instead of 'YourFirstIndex' constant.
How do I use it in the <a href> tag without it breaking.

Thx,

Z
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top