#12004/7/27 11:21:27
以下这段代码要如何修改才能使其在同一窗口中打开页面?谢谢!
function surfto1(form) {
var myindex=document.myform1.select1.selectedIndex
var lt=document.myform1.select1.options[myindex].value
win=open(lt,"new");
编辑历史:[此帖最近一次被 jason1210 编辑过(编辑时间:2004-07-27 12:54:42)]