Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

AJAX可以POST传递参数吗

[复制链接]
youkelai 发表于 2007-11-16 23:09:54 | 显示全部楼层 |阅读模式
!


function query() {!
       var req = null;!
   req = initXMLHTTPRequest();!
   document.AddphoneForm.type.value="aa";!
   //var type = document.AddphoneForm.type.value;!
   if(req) {!
        var linkurl="web/UVLQuote/add_idea_temp.jsp";!
        req.open("POST",linkurl,true);!
        req.setRequestHeader("Content-type","application/x-www-form-urlencoded");!
        req.send(null);!
   }!
   }!
我这样的写法,为什么type这个参数,post 不过去!

!
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-12-25 00:35 , Processed in 0.103505 second(s), 4 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表