jumpmenu.js
资源名称:0102010.rar [点击查看]
上传用户:nbluoke
上传日期:2013-08-09
资源大小:4851k
文件大小:0k
源码类别:
教育系统应用
开发平台:
WORD
- function jumpMenu(selObj) {
- var url = selObj.options[selObj.selectedIndex].value;
- if(url.length > 0)
- window.open(url, '');
- }
- function openMax(theUrl,wlength,hlength)
- {
- window.open(theUrl, "","width="+wlength+",height="+hlength+",resizable=yes,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,top=0,left=0");
- }