jumpmenu.js
上传用户:nbluoke
上传日期:2013-08-09
资源大小:4851k
文件大小:0k
源码类别:

教育系统应用

开发平台:

WORD

  1. function jumpMenu(selObj) {
  2. var url = selObj.options[selObj.selectedIndex].value;
  3. if(url.length > 0)
  4. window.open(url, '');
  5. }
  6. function openMax(theUrl,wlength,hlength)
  7. {
  8.     window.open(theUrl, "","width="+wlength+",height="+hlength+",resizable=yes,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,top=0,left=0");
  9. }