|
|
|
【用户】
吴卫东 |
|
用户发表评论后通知管理员
副标题:
作者:cvbn 文章来源: 点击数:23 更新时间:2004-12-10
review.asp
call joekoe_cms.exec(sql,0)
'---------------发送短信息给管理员代码开始-------------------------------
call joekoe_cms.exec("insert into user_mail(accept_u,send_u,topic,word,tim,types,isread) values('"&web_dim(3)&"','"&rusername&"','评论管理中有新评论!','评论管理中有新评论,请管理员查阅!','"&joekoe_cms.now_time&"',1,0)",0)
'---------------发送短信息给管理员代码结束-------------------------------
response.write vbcrlf&joekoe_cms.js_put("alert(""您成功的发表了一条评论!\n\n谢谢您的参与!点击返回..."");location.href='"&rurl&"';",1)
|
|
|
|
|
|
|
|