作者lastoct (lastoct)
看板Web_Design
標題Re: [問題] 古老的ASP3.0
時間Tue Nov 22 14:48:43 2005
※ 引述《molucolin (molucolin)》之銘言:
: 在這個版本
: 要怎麼用訊息視窗 Msgbox ??
: 我用
: <%
: msgbox("不好意思密碼錯誤.....")
: %>
: 可是它出現錯誤訊息
: 說我沒有使用msgbox的權限
: ???
<%function showErrMsg(errMsg)%>
<script>
msgbox("<%=errMsg%>")
</script>
<%end function%>
server端call showErrMsg("不好....")
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 211.72.111.115