- UID
- 358236
- 帖子
- 31
- 精华
- 0
- 威望
- 0
- 阅读权限
- 100
- 注册时间
- 2006-6-2
|
我在中文系统下和日文系统下都装了一遍,遇到的问题是不管用不用代理,那个更新窗口都不会像CRO一样正常更新,也就是说什么都没下载,直接显示出下面这样一堆网页原始代码
=====================
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html dir=ltr>
<head>
<style>
a:link {font:8pt/11pt 俵俽 俹僑僔僢僋; color:FF0000}
a:visited {font:8pt/11pt 俵俽 俹僑僔僢僋; color:#4e4e4e}
</style>
<META NAME="ROBOTS" CONTENT="NOINDEX">
<title>儁乕僕偑尒偮偐傝傑偣傫</title>
<META HTTP-EQUIV="Content-Type" Content="text-html; charset=shift_jis">
</head>
<script>
function Homepage(){
<!--
// in real bits, urls get returned to our script like this:
// res://shdocvw.dll/http_404.htm#http://www.DocURL.com/bar.htm
//For testing use DocURL = "res://shdocvw.dll/http_404.htm#https://www.microsoft.com/bar.htm"
DocURL = document.URL;
//this is where the http or https will be, as found by searching for :// but skipping the res://
protocolIndex=DocURL.indexOf("://",4);
//this finds the ending slash for the domain server
serverIndex=DocURL.indexOf("/",protocolIndex + 3);
//for the href, we need a valid URL to the domain. We search for the # symbol to find the begining
//of the true URL, and add 1 to skip it - this is the BeginURL value. We use serverIndex as the end marker.
//urlresult=DocURL.substring(protocolIndex - 4,serverIndex);
BeginURL=DocURL.indexOf("#",1) + 1;
urlresult=DocURL.substring(BeginURL,serverIndex);
//for display, we need to skip after http://, and go to the next slash
displayresult=DocURL.substring(protocolIndex + 3 ,serverIndex);
InsertElementAnchor(urlresult, displayresult);
}
function HtmlEncode(text)
{
return text.replace(/&/g, '&').replace(/'/g, '"').replace(/</g, '<').replace(/>/g, '>');
}
function TagAttrib(name, value)
{
return ' '+name+'="'+HtmlEncode(value)+'"';
}
function PrintTag(tagName, needCloseTag, attrib, inner){
document.write( '<' + tagName + attrib + '>' + HtmlEncode(inner) );
if (needCloseTag) document.write( '</' + tagName +'>' );
}
function URI(href)
{
IEVer = window.navigator.appVersion;
IEVer = IEVer.substr( IEVer.indexOf('MSIE') + 5, 3 );
return (IEVer.charAt(1)=='.' && IEVer >= '5.5') ?
encodeURI(href) :
escape(href).replace(/%3A/g, ':').replace(/%3B/g, ';');
}
function InsertElementAnchor(href, text)
{
PrintTag('A', true, TagAttrib('HREF', URI(href)), text);
}
//-->
</script>
<body bgcolor="FFFFFF">
<table width="410" cellpadding="3" cellspacing="5">
<tr>
<td align="left" valign="middle" width="360">
<h1 style="COLOR:000000; FONT: 13pt/15pt 俵俽 俹僑僔僢僋"><!--Problem-->儁乕僕偑尒偮偐傝傑偣傫</h1>
</td>
</tr>
<tr>
<td width="400" colspan="2">
<font style="COLOR:000000; FONT: 8pt/11pt 俵俽 俹僑僔僢僋">専嶕拞偺儁乕僕偼丄嶍彍偝傟偨偐丄柤慜偑曄峏偝傟偨偐丄傑偨偼堦帪揑偵棙梡偱偒側偄壜擻惈偑偁傝傑偡丅</font></td>
</tr>
<tr>
<td width="400" colspan="2">
<font style="COLOR:000000; FONT: 8pt/11pt 俵俽 俹僑僔僢僋">
<hr color="#C0C0C0" noshade>
<p>懳張曽朄</p>
<ul>
<li>[傾僪儗僗] 僶乕偵擖椡偟偨儁乕僕 傾僪儗僗偺捲傝偑惓偟偄偐偳偆偐傪妋擣偟偰偔偩偝偄丅<br></li>
<li>師偺儂乕儉儁乕僕
<script>
<!--
if (!((window.navigator.userAgent.indexOf("MSIE") > 0) && (window.navigator.appVersion.charAt(0) == "2")))
{
Homepage();
}
//-->
</script>
傪奐偄偰丄昁梫側忣曬傊偺儕儞僋傪扵偟偰偔偩偝偄丅</li>
<li>暿偺儕儞僋傊傾僋僙僗偡傞偵偼丄[<a href="javascript:history.back(1)">栠傞</a>] 傪僋儕僢僋偟偰偔偩偝偄丅</li>
</ul>
<h2 style="font:8pt/11pt 俵俽 俹僑僔僢僋; color:000000">HTTP 404 - 僼傽僀儖偑尒偮偐傝傑偣傫丅<br>
僀儞僞乕僱僢僩 僀儞僼僅儊乕僔儑儞 僒乕價僗<BR></h2>
<hr color="#C0C0C0" noshade>
<p>媄弍忣曬 (僒億乕僩扴摉幰梡)</p>
<ul>
<li>徻嵶<br>
<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>
</li>
</ul>
</font></td>
</tr>
</table>
</body>
</html>
=================
要命阿,虽然 开始游戏 的按钮马上就显示出来了,但啥都没更新阿
[ 本帖最后由 南门树下一根木 于 2006-6-11 01:11 编辑 ] |
|