史泰博公司:我的这个网页怎么在explore中不能预览呀,大虾指教

来源:百度文库 编辑:神马品牌网 时间:2024/05/12 01:29:10
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
<style type="text/css">
<!--
body,td,th {
font-family: 华文行楷;
font-size: 18px;
color: #999933;
}
body {
background-color: #99FFFF;
background-image: url();
}
-->
</style></head>

<body>
<p>欢\迎你
</p>
<form action="" method="post" enctype="multipart/form-data" name="form1">
<table width="98%" border="0" cellspacing="0" cellpadding="0">
<tr>
<th width="24%" scope="row">用户名</th>
<td width="76%"><input name="textfield" type="text" size="20" maxlength="20"></td>
</tr>
<tr>
<th scope="row">密码</th>
<td><input name="textfield" type="text" size="20" maxlength="20"></td>
</tr>
<tr>
<th scope="row">确认密码</th>
<td><input name="textfield" type="text" size="20" maxlength="20"></td>
</tr>
<tr>
<th scope="row">性别</th>
<td><input type="radio" name="radiobutton" value="radiobutton">

<input type="radio" name="radiobutton" value="radiobutton">
男</td>
</tr>
<tr>
<th scope="row">年龄</th>
<td><select name="select">
<option value="1">20岁以下</option>
<option value="2">20-30</option>
<option value="3">30-40</option>
<option value="4">40岁以上</option>
</select></td>
</tr>
<tr>
<th scope="row">你的爱好</th>
<td><input type="checkbox" name="checkbox" value="checkbox">
运动
<input type="checkbox" name="checkbox" value="checkbox">
旅游
<input type="checkbox" name="checkbox" value="checkbox">
上网
<input type="checkbox" name="checkbox" value="checkbox">
棋牌
<input type="checkbox" name="checkbox" value="checkbox">
电玩
<input type="checkbox" name="checkbox" value="checkbox">
其它
</td>
</tr>
<tr>
<th scope="row">你想成为 </th>
<td><table width="200">
<tr>
<td><label>
<input name="RadioGroup1" type="radio" value="单选" checked>
手机用户</label></td>
</tr>
<tr>
<td><label>
<input type="radio" name="RadioGroup1" value="单选">
星级会员</label></td>
</tr>
<tr>
<td><label>
<input type="radio" name="RadioGroup1" value="单选">
VIP用户</label></td>
</tr>
</table></td>
</tr>
<tr>

</tr>
</table>
</form>
<form name="form2" method="post" action="">
<input name="imageField" type="image" src="images/biao.jpg" alt="提交" align="middle" width="71" height="40" border="0">
<input type="reset" name="Submit" value="填错了">
</form>
<p>  </p>
</body>
</html>

预览一点问题都没有。。可能是你的机器环境问题