MX sendAndLoad Question
MX sendAndLoad Question
Out of context: Reply #4
- Started
- Last post
- 4 Responses
- kinetic0
if you are checking a var returned from your ASP script make sure you reference it proper.
if (myLoadVarsObject.myVarFromAsp == "good var") {
// everything is good } else {
// everything is bad }