If (CStr(Request("MM_insert")) = "form1") Then
dim sql,rs
dim id1,name1,id2,name2
If Session("userright")="user" then
id1 = Session("cardno")
name1 = Session("username")
Else
id1 = 0
name1 = "管理员"
End If
if request("touserid")>0 then
sql = "SELECT name FROM Borrowers WHERE cardno = "&Request("touserid")
rs = executeQuery(sql)
id2 = Request("touserid")
name2 = rs("name")
else
id2 = 0
name2 = "管理员"
end if
sql = "insert into message (fromuserid,fromusername,touserid,tousername,content) values "
sql = sql & "("&id1&",'"&name1&"',"&id2&",'"&name2&"','"&replace(request("content"),"'","''")&"')"
executeUpdate(sql)
if request("id")"" then
sql = "update message set isreply=1 where id="&Request("id")
executeUpdate(sql)
end if
if request("userid")>0 then
addLog "","","向ID为"&request("touserid")&"的用户"&rs("name")&"发送了一条短消息"
else
addLog "","","向管理员发送了一条短消息"
end if
freshTo "短消息已经发送。","readMsg.asp"
End If
%>
无标题文档
function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i for(i=0;!x&&d.layers&&i if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function MM_validateForm() { //v4.0
var i,p,q,nm,test,num,min,max,errors='',args=MM_validateForm.arguments;
for (i=0; i if (val) { nm=val.name; if ((val=val.value)!="") {
if (test.indexOf('isEmail')!=-1) { p=val.indexOf('@');
if (p } else if (test!='R') { num = parseFloat(val);
if (isNaN(val)) errors+='- '+nm+' must contain a number.\n';
if (test.indexOf('inRange') != -1) { p=test.indexOf(':');
min=test.substring(8,p); max=test.substring(p+1);
if (num } } } else if (test.charAt(0) == 'R') errors += '- '+nm+' is required.\n'; }
} if (errors) alert('The following error(s) occurred:\n'+errors);
document.MM_returnValue = (errors == '');
}
//-->
dim towho
if (Request("userid")=0) then
towho = "管理员"
else
towho = Trim(Request.QueryString("name"))
end if
%>
收信人卡号:
收信人姓名:
内容: