<script language="JavaScript" type="text/JavaScript"> function goToURL() { var myHerf = top.location.href; if(myHerf.indexOf("abc.com")!=-1) { var myurl=myHerf.substr(22); var tempCurLink = "http://bac.com"+ myurl; window.location=tempCurLink; } }
</script>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <html dir=ltr>
<head> <style> a:link {font:9pt/11pt 宋体; color:FF0000} a:visited {font:9pt/11pt 宋体; color:#4e4e4e} </style>
<META NAME="ROBOTS" CONTENT="NOINDEX">
<title>无法找到网页-先飞电脑技术网</title>
<META HTTP-EQUIV="Content-Type" Content="text-html; charset=gb2312"> <META NAME="MS.LOCALE" CONTENT="ZH-CN"> </head>
<body bgcolor="#FFFFFF" onLoad="goToURL();return document.returnvalue"> <table width="410" cellpadding="3" cellspacing="5">
<tr> <td align="left" valign="middle" width="360"> <h1 style="COLOR:000000; FONT: 12pt/15pt 宋体"><!--Problem-->无法找到网页</h1> </td> </tr>
<tr> <td width="400" colspan="2"> <font style="COLOR:000000; FONT: 9pt/11pt 宋体">您正在搜索的网页可能已经删除、更名或暂时不可用。</font></td> </tr>
<tr> <td width="400" colspan="2"> <font style="COLOR:000000; FONT: 9pt/11pt 宋体">
<hr color="#C0C0C0" noshade>
<h2 style="font:9pt/11pt 宋体; color:000000"><BR></h2>
<hr color="#C0C0C0" noshade>
</font></td> </tr>
</table> </body> </html>
|