[問題] 請教一下inline code
<%@ Page Language="C#" %>
<%
if (Session["Login"] == "OK")
{
Response.Write("<h3>恭喜成功登入</h3><hr>");
Response.Write("<br>您的個人資料是-----</br>");
Response.Write("帳號是=> " + Session["u_name"]);
}
else
{
Response.Write("<h3><font color=red>嚴重警告!</font>您的帳號、密碼錯誤,
請重新登入</h3>");
Response.End();
}
Response.Write("<br></br><font color>=blue");
Response.Write("<h3>此為網站管理區,外人莫入!</h3>");
%>
這是我的程式碼 請教一下
為什麼他會出現以下錯誤呢
只可以有一個 'page' 指示詞
我查了GOOGLE 跟 書籍很久 都找不到問題所在...
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 59.126.209.74
→
06/15 13:18, , 1F
06/15 13:18, 1F
→
06/15 13:33, , 2F
06/15 13:33, 2F
→
06/15 13:33, , 3F
06/15 13:33, 3F
Web_Design 近期熱門文章
PTT數位生活區 即時熱門文章