[問題] asp接收form的一個問題
我在練習 form post的時候 我照著範例打
上面是html 下面我存成.asp 但是他會一直出現 HTTP 錯誤 405.0這個錯誤
我google很久 還是解不了 我想問是不是我哪裡語法有錯呢 請高手幫我解惑
願意送上500p thx
<html>
<body>
<form action="go.asp" method="post">
<table border=1>
<tr>
<td>姓名</td>
<td><input type="text" size=15 name="name"></td>
</tr>
<td colspan=2><input type=submit value="傳送"></td>
</table>
</form>
</body>
</html>
--------------------------------------------------------------------------
<%
name=request("name")
%>
<html>
<body>
<table border=1>
<td>留言者:<%=name%></td>
</table>
</body>
</html>
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 111.235.204.147
※ 編輯: Anthony53 來自: 111.235.204.147 (09/20 15:37)
→
09/20 17:29, , 1F
09/20 17:29, 1F
→
09/20 21:36, , 2F
09/20 21:36, 2F
→
09/20 22:48, , 3F
09/20 22:48, 3F
討論串 (同標題文章)
以下文章回應了本文:
完整討論串 (本文為第 1 之 2 篇):