Hello list - sort of off topic but involves cf and very critical for me 
- rather my client
I have quite a few lists being output from coldfusion - the way the page 
works is that I am using named anchors with
<cfoutput query="OutputList">
<a href="##Count#">Technology & Security Benefits</a>
</cfoutput>
so that would increment - href="#1", href="#2" etc etc

which obviously jumps down to the <a name="2"></a>(or whatever number 
obviously it relates to) further down the page.
But page shifts as well... typically this is okay -but I am jumping 
layers around - so it is important page does not shift -

I had tried implementing
<a href="#2" onClick("javascript:(void);">Technology & Security Benefits</a>
but that obviously terminates the href - so hyper link doesn't do anything.

I know that simply placing the javascript(void) in the href tag will 
prevent page from jumping on empty tags - but how do I accomplish this 
when I need the anchor to work?
Thanks!
jason miller

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to