很弱的问题
怎么利用javascript实现提交后,将提交的内容显示出来
好像要用什么警告框之类的东西吧?
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
</head>
<body>
<form name="form1" method="post" action="">
选项1:
<input type="text" name="textfield">
选项2:
<input type="text" name="textfield2">
选项3:
<input type="text" name="textfield3">
选项4:
<input type="text" name="textfield4">
选项5:
<input type="text" name="textfield5">
<input type="submit" name="Submit" value="提交">
</form>
</body>
</html>