出如此错误,同样的代码却能在另一台机器执行(估计是补丁问题

None.gif
None.gif
<! DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN" >
None.gif
None.gif
< html  dir =ltr >
None.gif
None.gif
< head >
ExpandedBlockStart.gifContractedBlock.gif
< style > dot.gif
ExpandedSubBlockStart.gifContractedSubBlock.gifa:link            
{dot.gif}{font:8pt/11pt verdana; color:FF0000}
ExpandedSubBlockStart.gifContractedSubBlock.gifa:visited        
{dot.gif}{font:8pt/11pt verdana; color:#4e4e4e}
None.gif
</ style >
None.gif
None.gif
< META  NAME ="ROBOTS"  CONTENT ="NOINDEX" >
None.gif
None.gif
< title > The page cannot be displayed </ title >
None.gif
None.gif
< META  HTTP-EQUIV ="Content-Type"  Content ="text-html; charset=Windows-1252" >
None.gif
</ head >
None.gif
ExpandedBlockStart.gifContractedBlock.gif
< script > dot.gif  
ExpandedSubBlockStart.gifContractedSubBlock.gif
function Homepage()dot.gif{
InBlock.gif
<!--
InBlock.gif
// in real bits, urls get returned to our script like this:
InBlock.gif//
 res://shdocvw.dll/http_404.htm#http://www.DocURL.com/bar.htm 
InBlock.gif

InBlock.gif    
//For testing use DocURL = "res://shdocvw.dll/http_404.htm#https://www.microsoft.com/bar.htm"
InBlock.gif
    DocURL=document.URL;
InBlock.gif    
InBlock.gif    
//this is where the http or https will be, as found by searching for :// but skipping the res://
InBlock.gif
    protocolIndex=DocURL.indexOf("://",4);
InBlock.gif    
InBlock.gif    
//this finds the ending slash for the domain server 
InBlock.gif
    serverIndex=DocURL.indexOf("/",protocolIndex + 3);
InBlock.gif
InBlock.gif    
//for the href, we need a valid URL to the domain. We search for the # symbol to find the begining 
InBlock.gif
    //of the true URL, and add 1 to skip it - this is the BeginURL value. We use serverIndex as the end marker.
InBlock.gif
    //urlresult=DocURL.substring(protocolIndex - 4,serverIndex);
InBlock.gif
    BeginURL=DocURL.indexOf("#",1+ 1;
InBlock.gif    urlresult
=DocURL.substring(BeginURL,serverIndex);
InBlock.gif        
InBlock.gif    
//for display, we need to skip after http://, and go to the next slash
InBlock.gif
    displayresult=DocURL.substring(protocolIndex + 3 ,serverIndex);
InBlock.gif    InsertElementAnchor(urlresult, displayresult);
ExpandedSubBlockEnd.gif}

InBlock.gif
InBlock.gif
function HtmlEncode(text)
ExpandedSubBlockStart.gifContractedSubBlock.gif
dot.gif{
InBlock.gif    
return text.replace(/&/g, '&amp').replace(/'/g, '&quot;').replace(/</g, '&lt;').replace(/>/g, '&gt;');
ExpandedSubBlockEnd.gif}

InBlock.gif
InBlock.gif
function TagAttrib(name, value)
ExpandedSubBlockStart.gifContractedSubBlock.gif
dot.gif{
InBlock.gif    
return ' '+name+'="'+HtmlEncode(value)+'"';
ExpandedSubBlockEnd.gif}

InBlock.gif
ExpandedSubBlockStart.gifContractedSubBlock.gif
function PrintTag(tagName, needCloseTag, attrib, inner)dot.gif{
InBlock.gif    document.write( '
<+ tagName + attrib + '>+ HtmlEncode(inner) );
InBlock.gif    
if (needCloseTag) document.write( '</+ tagName +'>' );
ExpandedSubBlockEnd.gif}

InBlock.gif
InBlock.gif
function URI(href)
ExpandedSubBlockStart.gifContractedSubBlock.gif
dot.gif{
InBlock.gif    IEVer 
= window.navigator.appVersion;
InBlock.gif    IEVer 
= IEVer.substr( IEVer.indexOf('MSIE') + 53 );
InBlock.gif
InBlock.gif    
return (IEVer.charAt(1)=='.' && IEVer >= '5.5') ?
InBlock.gif        encodeURI(href) :
InBlock.gif        escape(href).replace(
/%3A/g, ':').replace(/%3B/g, ';');
ExpandedSubBlockEnd.gif}

InBlock.gif
InBlock.gif
function InsertElementAnchor(href, text)
ExpandedSubBlockStart.gifContractedSubBlock.gif
dot.gif{
InBlock.gif    PrintTag('A', 
true, TagAttrib('HREF', URI(href)), text);
ExpandedSubBlockEnd.gif}

InBlock.gif
ExpandedBlockEnd.gif
//-->
None.gif
</ script >
None.gif
None.gif
< body  bgcolor ="FFFFFF" >
None.gif
None.gif
< table  width ="410"  cellpadding ="3"  cellspacing ="5" >
None.gif
None.gif  
< tr >     
None.gif    
< td  align ="left"  valign ="middle"  width ="360" >
None.gif    
< h1  style ="COLOR:000000; FONT: 13pt/15pt verdana" > <!-- Problem --> The page cannot be displayed </ h1 >
None.gif    
</ td >
None.gif  
</ tr >
None.gif  
None.gif  
< tr >
None.gif    
< td  width ="400"  colspan ="2" >
None.gif    
< font  style ="COLOR:000000; FONT: 8pt/11pt verdana" > There is a problem with the page you are trying to reach and it cannot be displayed. </ font ></ td >
None.gif  
</ tr >
None.gif  
None.gif  
< tr >
None.gif    
< td  width ="400"  colspan ="2" >
None.gif    
< font  style ="COLOR:000000; FONT: 8pt/11pt verdana" >
None.gif
None.gif    
< hr  color ="#C0C0C0"  noshade >
None.gif    
None.gif    
< p > Please try the following: </ p >
None.gif
None.gif    
< ul >
None.gif      
< li  id ="instructionsText1" > Click the 
None.gif      
< href ="javascript:location.reload()" >
None.gif      Refresh
</ a >  button, or try again later. < br >
None.gif      
</ li >
None.gif      
None.gif      
< li > Open the 
None.gif      
ExpandedBlockStart.gifContractedBlock.gif      
< script > dot.gif
InBlock.gif      
<!--
InBlock.gif      
if (!((window.navigator.userAgent.indexOf("MSIE"> 0&& (window.navigator.appVersion.charAt(0== "2")))
ExpandedSubBlockStart.gifContractedSubBlock.gif      
dot.gif{
InBlock.gif           Homepage();
ExpandedSubBlockEnd.gif      }

InBlock.gif      
//-->
ExpandedBlockEnd.gif
      
</ script >
None.gif
None.gif      home page, and then look for links to the information you want. 
</ li >
None.gif    
</ ul >
None.gif    
None.gif    
< h2  style ="font:8pt/11pt verdana; color:000000" > HTTP 500.100 - Internal Server
None.gif    Error - ASP error
< br >
None.gif    Internet Information Services
</ h2 >
None.gif
None.gif    
< hr  color ="#C0C0C0"  noshade >
None.gif    
None.gif    
< p > Technical Information (for support personnel) </ p >
None.gif
None.gif
< ul >
None.gif
< li > Error Type: < br >
None.gifMicrosoft VBScript runtime  (0x800A0005)
< br > Invalid procedure call or argument: 'chr' < br >< b > C:\PROJECTS\WZZL\MADEWZ_ADMIN\PROGRAM_MAIN\../../libs/upload.inc, line 75 </ b >< br >
None.gif
</ li >
None.gif
< p >
None.gif
< li > Browser Type: < br >
None.gifMozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
None.gif
</ li >
None.gif
< p >
None.gif
< li > Page: < br >
None.gifPOST 2052 bytes to /madewz_admin/Program_Main/upload_return.asp
</ li >< p >< li > POST Data: < br >   < font  face ="Arial"  size =2 > error '80020009' </ font >
None.gif
< p >
None.gif
< font  face ="Arial"  size =2 > Exception occurred.
None.gif
</ font >
None.gif
< p >
None.gif
< font  face ="Arial"  size =2 > /iisHelp/common/500-100.asp </ font >< font  face ="Arial"  size =2 > , line 223 </ font >  

转载于:https://www.cnblogs.com/divisoft/archive/2005/06/29/183657.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值