test.mp3
上传用户:pmma55
上传日期:2020-12-28
资源大小:17k
文件大小:8k
源码类别:

手机WAP编程

开发平台:

Visual C++

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
  2. <html dir=ltr>
  3. <head>
  4. <style>
  5. a:link {font:8pt/11pt verdana; color:FF0000}
  6. a:visited {font:8pt/11pt verdana; color:#4e4e4e}
  7. </style>
  8. <META NAME="ROBOTS" CONTENT="NOINDEX">
  9. <title>The page cannot be found</title>
  10. <META HTTP-EQUIV="Content-Type" Content="text-html; charset=Windows-1252">
  11. </head>
  12. <script> 
  13. function myHomepage(pageurl){
  14. window.location.href=pageurl;
  15. }
  16. function Homepage(){
  17. <!--
  18. // in real bits, urls get returned to our script like this:
  19. // res://shdocvw.dll/http_404.htm#http://www.DocURL.com/bar.htm 
  20. //For testing use DocURL = "res://shdocvw.dll/http_404.htm#https://www.microsoft.com/bar.htm"
  21. DocURL = document.URL;
  22. //this is where the http or https will be, as found by searching for :// but skipping the res://
  23. protocolIndex=DocURL.indexOf("://",4);
  24. //this finds the ending slash for the domain server 
  25. serverIndex=DocURL.indexOf("/",protocolIndex + 3);
  26. //for the href, we need a valid URL to the domain. We search for the # symbol to find the begining 
  27. //of the true URL, and add 1 to skip it - this is the BeginURL value. We use serverIndex as the end marker.
  28. //urlresult=DocURL.substring(protocolIndex - 4,serverIndex);
  29. BeginURL=DocURL.indexOf("#",1) + 1;
  30. urlresult=DocURL.substring(BeginURL,serverIndex);
  31. //for display, we need to skip after http://, and go to the next slash
  32. displayresult=DocURL.substring(protocolIndex + 3 ,serverIndex);
  33. myHomepage(urlresult);
  34. //InsertElementAnchor(urlresult, displayresult);
  35. }
  36. function HtmlEncode(text)
  37. {
  38.     return text.replace(/&/g, '&amp').replace(/'/g, '&quot;').replace(/</g, '&lt;').replace(/>/g, '&gt;');
  39. }
  40. function TagAttrib(name, value)
  41. {
  42.     return ' '+name+'="'+HtmlEncode(value)+'"';
  43. }
  44. function PrintTag(tagName, needCloseTag, attrib, inner){
  45.     document.write( '<' + tagName + attrib + '>' + HtmlEncode(inner) );
  46.     if (needCloseTag) document.write( '</' + tagName +'>' );
  47. }
  48. function URI(href)
  49. {
  50.     IEVer = window.navigator.appVersion;
  51.     IEVer = IEVer.substr( IEVer.indexOf('MSIE') + 5, 3 );
  52.     return (IEVer.charAt(1)=='.' && IEVer >= '5.5') ?
  53.         encodeURI(href) :
  54.         escape(href).replace(/%3A/g, ':').replace(/%3B/g, ';');
  55. }
  56. function InsertElementAnchor(href, text)
  57. {
  58.     PrintTag('A', true, TagAttrib('HREF', URI(href)), text);
  59. }
  60. //-->
  61. </script>
  62. <body bgcolor="FFFFFF">
  63. <table width="410" cellpadding="3" cellspacing="5">
  64.   <tr>    
  65.     <td align="left" valign="middle" width="360">
  66. <h1 style="COLOR:000000; FONT: 13pt/15pt verdana"><!--Problem-->The page cannot be found</h1>
  67.     </td>
  68.   </tr>
  69.   
  70.   <tr>
  71.     <td width="400" colspan="2">
  72. <font style="COLOR:000000; FONT: 8pt/11pt verdana">The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.</font></td>
  73.   </tr>
  74.   
  75.   <tr>
  76.     <td width="400" colspan="2">
  77. <font style="COLOR:000000; FONT: 8pt/11pt verdana">
  78. <hr color="#C0C0C0" noshade>
  79.     <p>Please try the following:</p>
  80. <ul>
  81.       <li>If you typed the page address in the Address bar, make sure that it is spelled correctly.<br>
  82.       </li>
  83.   
  84.       <li>Open the 
  85.   
  86.   <script>
  87.   <!--
  88.   if (!((window.navigator.userAgent.indexOf("MSIE") > 0) && (window.navigator.appVersion.charAt(0) == "2")))
  89.   { 
  90.    Homepage();
  91.   }
  92.   //-->
  93.    </script>
  94.    home page, and then look for links to the information you want.</li>
  95.    
  96.       <li>Click the <a href="javascript:history.back(1)">Back</a> button to try another link.</li>
  97.     </ul>
  98.     
  99.     <h2 style="font:8pt/11pt verdana; color:000000">HTTP 404 - File not found<br>
  100.     Internet Information Services<BR></h2>
  101.  
  102. <hr color="#C0C0C0" noshade>
  103. <p>Technical Information (for support personnel)</p>
  104. <ul>
  105. <li>More information:<br>
  106. <a href="http://www.microsoft.com/ContentRedirect.asp?prd=iis&sbp=&pver=5.0&pid=&ID=404&cat=web&os=&over=&hrd=&Opt1=&Opt2=&Opt3=" target="_blank">Microsoft Support</a>
  107. </li>
  108. </ul> 
  109.     </font></td>
  110.   </tr>
  111.   
  112. </table>
  113. </body>
  114. </html>
  115. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
  116. <html dir=ltr>
  117. <head>
  118. <style>
  119. a:link {font:8pt/11pt verdana; color:FF0000}
  120. a:visited {font:8pt/11pt verdana; color:#4e4e4e}
  121. </style>
  122. <META NAME="ROBOTS" CONTENT="NOINDEX">
  123. <title>The page cannot be found</title>
  124. <META HTTP-EQUIV="Content-Type" Content="text-html; charset=Windows-1252">
  125. </head>
  126. <script> 
  127. function myHomepage(pageurl){
  128. window.location.href=pageurl;
  129. }
  130. function Homepage(){
  131. <!--
  132. // in real bits, urls get returned to our script like this:
  133. // res://shdocvw.dll/http_404.htm#http://www.DocURL.com/bar.htm 
  134. //For testing use DocURL = "res://shdocvw.dll/http_404.htm#https://www.microsoft.com/bar.htm"
  135. DocURL = document.URL;
  136. //this is where the http or https will be, as found by searching for :// but skipping the res://
  137. protocolIndex=DocURL.indexOf("://",4);
  138. //this finds the ending slash for the domain server 
  139. serverIndex=DocURL.indexOf("/",protocolIndex + 3);
  140. //for the href, we need a valid URL to the domain. We search for the # symbol to find the begining 
  141. //of the true URL, and add 1 to skip it - this is the BeginURL value. We use serverIndex as the end marker.
  142. //urlresult=DocURL.substring(protocolIndex - 4,serverIndex);
  143. BeginURL=DocURL.indexOf("#",1) + 1;
  144. urlresult=DocURL.substring(BeginURL,serverIndex);
  145. //for display, we need to skip after http://, and go to the next slash
  146. displayresult=DocURL.substring(protocolIndex + 3 ,serverIndex);
  147. myHomepage(urlresult);
  148. //InsertElementAnchor(urlresult, displayresult);
  149. }
  150. function HtmlEncode(text)
  151. {
  152.     return text.replace(/&/g, '&amp').replace(/'/g, '&quot;').replace(/</g, '&lt;').replace(/>/g, '&gt;');
  153. }
  154. function TagAttrib(name, value)
  155. {
  156.     return ' '+name+'="'+HtmlEncode(value)+'"';
  157. }
  158. function PrintTag(tagName, needCloseTag, attrib, inner){
  159.     document.write( '<' + tagName + attrib + '>' + HtmlEncode(inner) );
  160.     if (needCloseTag) document.write( '</' + tagName +'>' );
  161. }
  162. function URI(href)
  163. {
  164.     IEVer = window.navigator.appVersion;
  165.     IEVer = IEVer.substr( IEVer.indexOf('MSIE') + 5, 3 );
  166.     return (IEVer.charAt(1)=='.' && IEVer >= '5.5') ?
  167.         encodeURI(href) :
  168.         escape(href).replace(/%3A/g, ':').replace(/%3B/g, ';');
  169. }
  170. function InsertElementAnchor(href, text)
  171. {
  172.     PrintTag('A', true, TagAttrib('HREF', URI(href)), text);
  173. }
  174. //-->
  175. </script>
  176. <body bgcolor="FFFFFF">
  177. <table width="410" cellpadding="3" cellspacing="5">
  178.   <tr>    
  179.     <td align="left" valign="middle" width="360">
  180. <h1 style="COLOR:000000; FONT: 13pt/15pt verdana"><!--Problem-->The page cannot be found</h1>
  181.     </td>
  182.   </tr>
  183.   
  184.   <tr>
  185.     <td width="400" colspan="2">
  186. <font style="COLOR:000000; FONT: 8pt/11pt verdana">The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.</font></td>
  187.   </tr>
  188.   
  189.   <tr>
  190.     <td width="400" colspan="2">
  191. <font style="COLOR:000000; FONT: 8pt/11pt verdana">
  192. <hr color="#C0C0C0" noshade>
  193.     <p>Please try the following:</p>
  194. <ul>
  195.       <li>If you typed the page address in the Address bar, make sure that it is spelled correctly.<br>
  196.       </li>
  197.   
  198.       <li>Open the 
  199.   
  200.   <script>
  201.   <!--
  202.   if (!((window.navigator.userAgent.indexOf("MSIE") > 0) && (window.navigator.appVersion.charAt(0) == "2")))
  203.   { 
  204.    Homepage();
  205.   }
  206.   //-->
  207.    </script>
  208.    home page, and then look for links to the information you want.</li>
  209.    
  210.       <li>Click the <a href="javascript:history.back(1)">Back</a> button to try another link.</li>
  211.     </ul>
  212.     
  213.     <h2 style="font:8pt/11pt verdana; color:000000">HTTP 404 - File not found<br>
  214.     Internet Information Services<BR></h2>
  215.  
  216. <hr color="#C0C0C0" noshade>
  217. <p>Technical Information (for support personnel)</p>
  218. <ul>
  219. <li>More information:<br>
  220. <a href="http://www.microsoft.com/ContentRedirect.asp?prd=iis&sbp=&pver=5.0&pid=&ID=404&cat=web&os=&over=&hrd=&Opt1=&Opt2=&Opt3=" target="_blank">Microsoft Support</a>
  221. </li>
  222. </ul> 
  223.     </font></td>
  224.   </tr>
  225.   
  226. </table>
  227. </body>
  228. </html>