1. 程式人生 > >模態視窗post時不開啟新視窗

模態視窗post時不開啟新視窗

模態視窗的新增程式碼
<script>
window.name = "myname";
</script>

模態視窗的部分程式碼——增加表單的target屬性
<form name="form1" method="post" action="insert.asp?up" target="mywin">
<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>