幸福原来如此简单开头:会网页代码的进来看一下这段网页代码,一进去就又打开一个网页怎么把他给删了呀,那那一段呀

来源:百度文库 编辑:高考问答 时间:2024/05/02 23:52:38
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<META content="MSHTML 6.00.2800.1479" name=GENERATOR><style type="text/css">
<!--
body,td,th {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}
-->
</style>
<script language="javascript">
function Moonhai()
{
var op=window.open('http://moonhai.com';);
op.blur();
}
</script>
</HEAD>
<BODY bgColor=#ffffff leftMargin=0 topMargin=0 MARGINHEIGHT="0" MARGINWIDTH="0" onLoad="Moonhai()"><!-- ImageReady Slices (11 拷贝.jpg) -->
<TABLE cellSpacing=0 cellPadding=0 width=1000 align=center border=0>
<TBODY>
<TR>
<TD><IMG height=37 alt="" src="images/317_1.jpg" width=196></TD>
<TD><IMG height=37 alt="" src="images/317_2.jpg" width=277></TD>
<TD><IMG height=37 alt="" src="images/317_3.jpg" width=259></TD>
<TD><IMG height=37 alt="" src="images/317_4.jpg" width=199></TD>
<TD><IMG height=37 alt="" src="images/317_5.jpg" width=69></TD></TR>
<TR>
<TD><IMG height=411 alt="" src="images/317_6.jpg" width=196></TD>
<TD><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="2"><img src="images/317_7_01.gif" width="277" height="187"></td>
</tr>
<tr>
<td width="82"><img src="images/317_7_02.gif" width="82" height="224"></td>
<td width="195" background="images/317_7_03.gif" valign="top" style="line-height:35px; "> 本站模板来自于互联网,如果侵犯了你的利益请说明。本模板仅供参考 <br>
</td>
</tr>
</table></TD>
<TD><IMG height=411 alt="" src="images/317_8.jpg" width=259></TD>
<TD><A href="http://moonhai.com" target="_blank"><IMG
height=411 alt="" src="images/317_9.jpg" width=199 border=0></A></TD>
<TD><IMG height=411 alt="" src="images/317_10.jpg" width=69></TD></TR>
<TR>
<TD height="165"><IMG height=152 alt="" src="images/317_11.jpg" width=196></TD>
<TD><IMG height=152 alt="" src="images/317_12.jpg" width=277></TD>
<TD><IMG height=152 alt="" src="images/317_13.jpg" width=259></TD>
<TD><IMG height=152 alt="" src="images/317_14.jpg" width=199></TD>
<TD><IMG height=152 alt="" src="images/317_15.jpg"
width=69></TD></TR></TBODY></TABLE><!-- End ImageReady Slices --></BODY></HTML>
问题补充:把这一段删了就说脚本错误
<script language="javascript">
function Moonhai()
{
var op=window.open('http://moonhai.com';;;);
op.blur();
}
</script>
怎么能不让他说错误呀

<BODY bgColor=#ffffff leftMargin=0 topMargin=0 MARGINHEIGHT="0" MARGINWIDTH="0" onLoad="Moonhai()"><!-- ImageReady Slices (11 拷贝.jpg) -->
这个要把那个onLoad="Moonhai()"去掉
<!-- ImageReady Slices (11 拷贝.jpg) -->也去掉 没有用

同意,<!-- ImageReady Slices (11 拷贝.jpg) -->这个是个注释,无所谓