loadVariables to loadVars

Have a rather complicated timer/countdown clock that was working fine with

loadVariables("days_left.asp", get);[\as]

Now my programmer has asked to change the loadVariables to LoadVars, never used the LoadVars class before, first attempt...


myLoadVar = new LoadVars();
myLoadVar.load(“days_left_test.asp”, “GET”);[\as]

…is not working. Any advice as usual greatly appreciated.

Cheers

Munki