how do i loadvars to another websites asp page, this is what i got and its not working:
on (release) {
if (cname eq "" or from eq "") {
stop();
} else {
_level0.cname=cname
_level0.email=from
_level0.secret=secret
_level0.interested=_level0.interested
_level0.err="http://www.xfxteam.com/stage/errorcodes.asp"
loadVariablesNum("http://cl.exct.net/subscribe.aspx?lid=######", 0, "POST");
gotoAndStop(2);
}
}