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