由 sunily 在 07-05-2003 12:32 发表:
**
1<mozilla问题> 出错代码,这是怎么回事? **
2
3
4
5
6
7学校的一些需要login的网页, 说只能用IE访问, 我用Mozilla提交网址, 会产生如下错误代码, 请问高手们这是怎么回事? 如何才能让Mozilla访问? 非常感谢!!
8
9
10
11function openext1(externalURL,replacewindow) { externalURL=escape(externalURL); var url = '/NR/publicportal/includes/ExternalPage.asp?URL="' + externalURL + '"'; var replace; if (replacewindow=='undefined') replace='win'; else replace=replacewindow; scrWidth = window.screen.availWidth - 50; scrHeight = window.screen.availHeight - 100; scrLeft = 0; scrTop=0; var strFeatures = "scrollbars=yes,status=yes,toolbar=yes,menubar=yes,location=no,resizable=yes,left=" + scrLeft + ",top=" + scrTop + ",height=" + scrHeight + ",width=" + scrWidth url = url.toLowerCase() ; window.open(url, replace, strFeatures, 0); return; } function selBrowse_onchange() { if(document.frmSearch.selBrowse.options[document.frmSearch.selBrowse.selectedIndex].value==""){ } else if(document.frmSearch.selBrowse.options[document.frmSearch.selBrowse.selectedIndex].value!=""){ //ret=openext(document.frmSearch.selBrowse.options[document.frmSearch.selBrowse.selectedIndex].value) ret=window.open(document.frmSearch.selBrowse.options[document.frmSearch.selBrowse.selectedIndex].value) } } function MM_callJS(jsStr) { //v2.0 Browse_onchange; } function fnSubmit(){ if(bfnValidate()){ if(document.frmSearch.selSearch.opt</mozilla问题>