我有這樣的代碼,重定向到一個頁面基於一個下拉列表中的值:JavaScript重定向到新窗口
<Script language="JavaScript">
function goto(form) { var index=form.select.selectedIndex
if (form.select.options[index].value != "0") {
location=form.select.options[index].value;}}
//-->
</SCRIPT>
我如何在新窗口中打開?
完全重複[幾個](http://stackoverflow.com/q/3224374/17300)[其他](http://stackoverflow.com/q/ 2636643/17300)[questions](http://stackoverflow.com/q/10242908/17300)。你問過之前你有沒有搜索過? – 2012-07-27 19:58:28
可能重複[如何在jQuery/JavaScript中創建重定向頁面?](http://stackoverflow.com/questions/503093/how-can-i-make-a-redirect-page-in-jquery-javascript ) – Hailwood 2012-07-30 11:32:43