I'm not certain about the missing anchor in the url, but I do know
that browsers can't accept both a query string and an anchor... if the
url has a query string prior to the anchor, the browser assumes the
anchor is part of the query string. If the url has a query string
following an anchor, the browser assumes the query string is part of
the anchor.

Doesn't sound related to your issue, but what I've done in my own apps
is passed a url variable and then used javascript to set the anchor.

index.cfm?varx=1&hash=myanchor

<body onload="document.location.hash='#url.hash#';">

This is a crude example, but it ought to work. Figured I'd share it,
just in case.


s. isaac dealey   954.522.6080
new epoch : isn't it time for a change?

add features without fixtures with
the onTap open source framework

http://www.fusiontap.com
http://coldfusion.sys-con.com/author/4806Dealey.htm




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:205260
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