function go(){
//location=temp.options[temp.selectedIndex].value//location是打开一个新窗口
document.getElementById("main").src=temp.options[temp.selectedIndex].value//改变iframe的src
}
//location=temp.options[temp.selectedIndex].value//location是打开一个新窗口
document.getElementById("main").src=temp.options[temp.selectedIndex].value//改变iframe的src
}
.cn