代碼如下:
<asp:ScriptManager ID="ScriptManager
<Services>
<asp:ServiceReference Path="~/WebService
</Services>
</asp:ScriptManager>
SinaWeiBo
{
function a(result) {
if (result == "該郵箱已存在請重新輸入") {
$(
$(
$(
}
else { $(
}
function b() {
$(
}
}
webservice
public string cunzai(string txtusername)
{
//判斷郵箱存不存在
try
{
SinaWeiBo
DataSet ds = new DataSet();
ds = bt
string cha = ds
return "該郵箱已存在請重新輸入";
}
catch {
return "正確";
}
}
From:http://tw.wingwit.com/Article/program/Java/JSP/201311/20589.html