request.getParameter(“xxx”)的参数的取值

您所在的位置:网站首页 获取表单form提交的参数是哪个 request.getParameter(“xxx”)的参数的取值

request.getParameter(“xxx”)的参数的取值

#request.getParameter(“xxx”)的参数的取值| 来源: 网络整理| 查看: 265

登录

 

function submitForm(){

var UserCode = $("#UserCode").val();

var UserPwd = $("#UserPwd").val();

var mypwd = $.base64.btoa($.md5(UserPwd).toUpperCase());

var checkUserParams = {

usercode:UserCode,

userpwd:mypwd

};

$.ajax({

url : 'checkUser.asp?mathid='+Math.random(),

type : 'post',

data : checkUserParams,

dataType:'json',//接受数据格式

success : function(data) {

},

failure : function(data) {

}

});

}

 

request.getParameter("usercode");

request.getParameter("userpwd");

 



【本文地址】


今日新闻


推荐新闻


CopyRight 2018-2019 办公设备维修网 版权所有 豫ICP备15022753号-3