Español
<!-- 要完成此效果把如下代码加入到<body>区域中 --> <!-- http://www.downcodes.com --> <!-- bbs http://www.downcodes. com/bbs--> <script language="javascript"> <!-- function gothere(){ var thebox=document.mycombowopt if (thebox.windowoption.checked){ if (!window.newwindow) newwindow=window.open ("") nueva ventana.ubicación= thebox.example.options[thebox.example.selectedIndex].value } else ubicación= thebox.example.options[thebox.example.selectedIndex].value } //--> </script> <formulario nombre="mycombowopt"> <seleccione nombre="ejemplo" tamaño=1> <opción valor="http://www.163.com">网易</opción> <opción valor="http://www .sohu.com">搜狐</option> <option value="http://www.sina.com.cn">新浪</option> <option value="http://www.downcodes.com">本站</option> </select> <input type="button" value="¡Vamos!" onClick="gothere()"> <br> <input type="checkbox" name="windowoption" value="ON">新窗访问</p> </form>