MX sendAndLoad Question
MX sendAndLoad Question
Out of context: Reply #3
- Started
- Last post
- 4 Responses
- _b_0
sendAndLoad/LoadVars doesn't require you to append the variables to the url string,
just use:login.sendAndLoad("check.asp", this);
and it will append the variables itself.