主题:  读取数据的问题

绿茶

职务:普通成员
等级:8
金币:10.0
发贴:19267
注册:2000/12/28 12:10:01
#12005/7/15 17:00:21
一个文本框,并设置它的属性为 动态文本 框,命名为phone
AS:
    loadVariables ("http://localhost/wap/flash.asp", this);
    this.phone=mobile;
    stop();

localhost/wap/flash.asp的返回值为mobile=130XXXX1234
为什么phone的内容为undefined
怎样解决?



绿茶

职务:普通成员
等级:8
金币:10.0
发贴:19267
注册:2000/12/28 12:10:01
#22005/7/15 17:18:29
已经解决了
loadVariables ("http://localhost/wap/flash.asp", "","post";