freelanceprogrammers.org Forum Index » Cold Fusion
cflocation won`t accept anchor tag in IE
Joined: 29 Jul 2005
Posts: 1
cflocation won`t accept anchor tag in IE
I`m trying to use a redirect based on a url.variable.
my code is
<cfif url.lvl1 is "nazbel">
<cflocation url="page.cfm?lvl1=welcom&faq=6##p6" addtoken="no">
</cfif>
Basically, it will redirect to the page.cfm and the lvl1=welcom is
recognized. However, the faq=6 AND the escaped pound sign anchor
tag are ignored on the resulting page.
This only happens in IE 6 or higher. Mozilla and Firefox work fine.
This is driving me nuts since I`ve read Macromedia forums all day
and found similar issues but none seem to provide a solution.
I have CFMX6.1 and am not interested in upgrading to 7.
HELP!
Joined: 12 Jul 2005
Posts: 20
cflocation won`t accept anchor tag in IE
> I`m trying to use a redirect based on a url.variable.
>
> my code is
>
> <cfif url.lvl1 is "nazbel">
> <cflocation url="page.cfm?lvl1=welcom&faq=6##p6" addtoken="no">
> </cfif>
>
> Basically, it will redirect to the page.cfm and the lvl1=welcom is
> recognized. However, the faq=6 AND the escaped pound sign anchor
> tag are ignored on the resulting page.
hmm...
I`m running MSIE6, too.
<cflocation url="gohere.htm?param=fred##anchor"> goes to the anchor
point.
So does <cflocation url="gohere.htm?param=fred&parm2=bill##anchor">
And so does <cflocation url="gohere.htm?param=fred&parm2=bill##anchor"
addtoken="no">
So as far as I can see, your syntax is fine. At least, it works for me.
> I have CFMX6.1 and am not interested in upgrading to 7.
Sorry, I can only test on servers running 5 or 7. That was on 5.
All times are GMT
Page 1 of 1
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Freelace Website Designer - Customer web design and software building.
Booking Calendar - reservation calendar script
Land Surveying - total station instruments and equipments
China Wholesale - Electronics Products
Character Studio - Tutorials and Help
Booking Calendar - reservation calendar script
Land Surveying - total station instruments and equipments
China Wholesale - Electronics Products
Character Studio - Tutorials and Help







