摘要:
public void MsgBox(string strMsg, string URL) { string StrScript; StrScript = ("<script language=javascript>"); StrScript += ("alert('" + strMsg + "');"); StrScript += ("window.location='" + URL + "';"); StrScript += ("< 阅读全文
posted @ 2012-03-05 15:52
纳米程序员
阅读(211)
评论(0)
推荐(0)


浙公网安备 33010602011771号