打羽毛球英文翻译:会网页设计的高手进来,

来源:百度文库 编辑:神马品牌网 时间:2024/05/03 07:00:48
<!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>
还要删那一段呀,

kvyang你对window对象还不太熟悉;
你只要把javascript里的那段代码改成:
<script language="javascript">
function Moonhai(){
var op = window.open('http://moonhai.com');
</script>
就可以了!
你也可以把“var op =”删除!
用这个代码:
<script language="javascript">
function Moonhai(){
window.open('http://moonhai.com');
</script>
"onLoad='Moonhai();'"事件用的很好!

我提一下;我发现你的表格里少了一个"<td></td>"
标记;

我不是高手
我试了一下,没说脚本错误
一定要错的话只能是<BODY>里的onLoad="Moonhai()多余了