Ian is right ColdFusion won't know what to do, the scrolling happens
by the client so this is really OT, but...

The best solution is to put a id="id-name" on some html element where
you want to scroll to, then using the javascript that follows tell the
browser to jump to that section. (note: the pound sign should not be
inside of a <cfoutput> block... if it is, double it up.

<script language="javascript">window.location.hash = '#id-name';</script>

This will move the focus to that section of the page, and is more
cross-browser compliant than what you were trying to do as I outlined
on my site: http://www.jehiah.com/archive/jump-to-page-anchor

-- 
[EMAIL PROTECTED]
http://www.jehiah.com/

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:194156
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to