I'll trying to explain with an example

If the link is this:
http://www.somebloodydomain.com/index.cfm##firstpart
Then the page will open and go to the object with the id of firstpart

If the link is this
http://www.somebloodydomain.com/index.cfm?errorMsg=invalid&clolour=red
Then StructKeyExists(URL,"errorMsg") will be true

But if the link looks like this
http://www.somebloodydomain.com/index.cfm##firstpart?errorMsg=invalid&clolour=red
then StructKeyExists(URL,"errorMsg") will be false

In other words ColdFusion does not recognise the URL querystring if it 
comes after the ##firstpart

Is there a way around this?

-- 
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cfaussie+unsubscr...@googlegroups.com.
To post to this group, send email to cfaussie@googlegroups.com.
Visit this group at http://groups.google.com/group/cfaussie.
For more options, visit https://groups.google.com/d/optout.

Reply via email to