Hi there,
My loadvars variables aren't setting through my include file. I have some error checking, and other things happening within that include file. The URL location for the sendAndLoad is the include file, and I need it to load the updated variables into another LoadVars Object (I tried using the same one, and a different one, neither is working..)
If my code to set in the include file is:
I get this back. [output] = Receiving_lv.strNoErrors = "
when the code has no '&' it comes back as [output] = 'undefined'.
when I hard code it in the include file to be a set value, it still comes back as ".
Any ideas?
Thanks,
Corrie.
My loadvars variables aren't setting through my include file. I have some error checking, and other things happening within that include file. The URL location for the sendAndLoad is the include file, and I need it to load the updated variables into another LoadVars Object (I tried using the same one, and a different one, neither is working..)
If my code to set in the include file is:
Code:
Response.Write "&strNoErrors=" & strNoErrors
Response.Write "&strMode=" & strMode
Response.Write "&strControlNumber=" & strControlNumber
when the code has no '&' it comes back as [output] = 'undefined'.
when I hard code it in the include file to be a set value, it still comes back as ".
Any ideas?
Thanks,
Corrie.