Does anyone know when you use loadvarsObj.send("index.cfm","_blank","post")
which scope the variables are presented to CF in?
I had assumed that they came through the FORM scope. I have changed the method
to "GET" and noticed that the variables are sucessfully passed through the URL
scope. I would prefer them to be 'hidden' like in the form scope if possible.
Any ideas?
thanks in advance
adireddy - 30 Mar 2005 09:47 GMT
Try this article http://www.devarticles.com/c/a/Flash/The-Power-of-LoadVars-Object/
It may help you.