-->html頁
代碼如下:
function verify() {
$("#userName").keyup(function () { val();
var userobj = $(this);
$.post("../index.aspx", { userobj $.post("../index.aspx", { userobj); 🎜> }
function callback(data) {
$("#result").text(data);
}
}
程式碼如下:
Response.Clear();
string str_name = Request["userobj"];
if (str_name == "xtyang")
{
> else
{
Response.Write("no");
}
Response.End();