党课教材总结:马上要交了,急...

来源:百度文库 编辑:中科新闻网 时间:2024/05/03 22:48:13
<html>
<head>
<title>
WelcomeWithPassword.html
</title>
<style type="text/css">
h1.bob{color:red}
</style>
</head>
<body bgcolor="#C1C2BA">
<center>
<h1 class="bob">
Pracitcal Quiz 3:welcome
</h1>
<form action="/servlet/Welcome" method="post">
Login name
<input type="text" name="name" size="6" maxlength="6"><sub><6</sub>
<br>password
<input type="password" name="password" size="20" maxlength="20">
<sub><20</sub>
<input type="reset" name="reset" value="reset">
<br>
<input type="submit" name="submit" value="done">
</form>
</center>
</body>
</html>

错在哪里啊?

<form action="/servlet/Welcome" method="post">
action="/servlet/Welcome"应该是指向阳花一个文件。你这样的话。指向一个目录,就会指向该目录下一个默认文件,可能那个默认的文件不能处理你的请求。

错在你找错地方问,
本来找错地方问都不是好重要,最大的错处是你没有悬赏分