[讨论]哪位兄弟能告诉我这代码的意思?
var URL = document.form.site.options
[document.form.site.selectedIndex].value;
window.location.href = URL;
var URL = document.form.site.options
[document.form.site.selectedIndex].value;
window.location.href = URL;
这段代码的意思是:
在文档的表单中下拉选项中的选中的那个项的值赋到窗口中的地址栏中