How can I put into a CF-generated page a link to some other place in the same page?
It's easy in HTML - A HREF="#section_A" and A NAME="section_A".
But when I tried this in CF with
CFOUTPUT
A HREF="##section_A"
/CFOUTPUT
it didn't work - the browser simply reloaded the page.
It's easy in HTML - A HREF="#section_A" and A NAME="section_A".
But when I tried this in CF with
CFOUTPUT
A HREF="##section_A"
/CFOUTPUT
it didn't work - the browser simply reloaded the page.