I understand that -- in the code I posted, that is happening -- there are three 
cases in the code posted.  

The first case sends a CF variable mCF_VAR_IN to Javascript and then javascript 
sends it back as a different variable mCF_VAR_OUT -- this works fine in both IE 
and firefox.

The 2nd case a variable "hello" is defined in Javascript and sent back to CF 
for display as a text string "Hello World" -- this works fine in both IE and 
firefox.

The third case is related to a Javascript mover box -- while the variable is 
returned in both IE and Firefox, the actual values of the menu2 variables are 
not being produced inside Javascript when run via IE6 hence, they come back as 
empty string when the variable "result_set1" gets displayed in CF.

The problem is definitely inside the Javascript code, not CF because even when 
I inserted a document.write(mystr3) inside the javascript STUFFVALUE() program, 
it came up empty...

That's about it here in the back waters of Chesapeake Bay...



>The values of JavaScript variables are, by themselves, never returned to the
>server. You have to copy the values into form fields or URL parameters or
>cookies for this to happen.
>
>Dave Watts, CTO, Fig Leaf Software
>http://www.figleaf.com/
>phone: 202-797-5496
>fax: 202-797-5444

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:184510
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=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to