how come POST method is not allowed on sunfire?
所在版块:社会百科 发贴时间:2003-02-12 22:25

用户信息
复制本帖HTML代码
高亮: 今天贴 X 昨天贴 X 前天贴 X 
how come POST method is not allowed on http://www-cgi.comp.nus.edu.sg:8000 ?

<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html">
</head>

<body bgcolor="#FFFFFF" text="#000000">
<form name="form1" method="get" action="loginexe.php">
<p><font face="Arial, Helvetica, sans-serif">Please log in</font></p>
<p><font face="Arial, Helvetica, sans-serif">Name:</font>
<input type="text" name="name">
<br>
<font face="Arial, Helvetica, sans-serif">Password:</font>
<input type="text" name="pw">
</p>
<p>
<input type="submit" name="Submit" value="Submit">
<input type="reset" name="Reset" value="Reset">
</p>
</form>
</body>
</html>

Thank you for ur kind help!
.
欢迎来到华新中文网,踊跃发帖是支持我们的最好方法!

Put your OWN COOL signature here!
 相关帖子 我要回复↙ ↗回到正文
how come POST method is not allowed on sunfire? bigfox   (721 bytes , 434reads )
你试试看这个? 我是可以得 为什么爬?   (742 bytes , 313reads )
method="get" 百及子   (55 bytes , 203reads )
正因为post不行,所以我改为get,可是post为什么不行呢 bigfox   (0 bytes , 228reads )