模态窗口弹出两个的问题
模态窗口的部分代码
<form name="form1" method="post" action="insert.asp?up">
<table width="100%" border="0">
<tr>
<td> <div align="right">
<input type="file" name="file1" size="27">
</div></td>
</tr>
<tr>
<td><div align="center">
<input type="submit" name="Submit" value="文件上传">
</div></td>
</tr>
</table>
</form>
表单提交后,会弹出一个新的窗口,有什么解决的办法,同时要保证up参数(.asp?up)能够正常传递。