找不到问题所在,时而报错时而不错。什么原因?
擒兽 2006-04-05 10:04:44 父框架页
<table width="100%" border="1" cellpadding="0" cellspacing="0" bordercolor="#D4D0C8">
<tr bgcolor="#FFFFCC" id="tr_file">
<td colspan="11" id="td_file"><iframe name="iframe_file" id="iframe_file" src="XXX.asp?User=XXX" marginwidth="1" marginheight="1" height="100%" width="100%" scrolling="no" border="0" frameborder="0"></iframe></td>
</tr>
</table>
XXX.ASP 时而提示参数无效 时而不提示,我鼠标右键在父框架里只刷新XXX.asp 错误就会消失
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>WORLD SEA</title>
<link href="Style.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor="#FFFFCC" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="parent.document.all.td_file.height=this.document.body.scrollHeight+0;">
<span class='FF9900'><strong>no file</strong></span>
</body>
</html>
百思不得其解,我清空IE和系统分区里面的缓存和垃圾文件,再访问就好了很多,但是猛测试还有会提示错误。明天重启服务器看看。