📄 news.html
字号:
<html>
<HEAD>
<TITLE> news </TITLE>
<script language="JavaScript">
<!--
browserName = navigator.appName;
browserVer = parseInt ( navigator.appVersion );
version = "n2";
if ( browserName == "Netscape" && browserVer >= 3 ) version = "n3";
if ( browserName == "Microsoft Internet Explorer" && browserVer >=4 )
version = "e4";
if ( version == "n3" || version == "e4" )
{
blank2 = new Image(106, 68);
blank2.src = "images/pages/blank.gif";
one = new Image(106, 68);
one.src = "images/pages/one.gif";
two = new Image(106, 68);
two.src = "images/pages/two.gif";
three = new Image(106, 68);
three.src = "images/pages/three.gif";
four = new Image(106, 68);
four.src = "images/pages/four.gif";
five = new Image(106, 68);
five.src = "images/pages/five.gif";
six = new Image(106, 68);
six.src = "images/pages/six.gif";
}
function button_on ( imgName )
{
if ( version == "n3" || version == "e4" )
{
butOn = eval ( imgName + "_on.src" );
document [imgName].src = butOn;
}
}
function button_off ( imgName )
{
if ( version == "n3" || version == "e4" )
{
butOff = eval ( imgName + "_off.src" );
document [imgName].src = butOff;
}
}
// -->
</script>
</HEAD>
<BODY BGCOLOR="3b3b3b" link="3df7ff" vlink="3df7ff" alink="000000">
<TABLE BORDER=0 cellpadding=30 cellspacing=0 width=98% height=98%><tr><td valign=top align=left>
<TABLE BORDER=0 cellpadding=0 cellspacing=0>
<tr>
<td><a href="index.html"><img src="images/pages/blank.gif" border=0 name="blank"></a></td>
<td><img src="images/pages/newstitle.gif" border=0></td></tr>
<tr>
<td colspan=2>
<TABLE BORDER=0 cellpadding=0 cellspacing=0>
<tr>
<td><A HREF="about.html"
onMouseOver = "
blank.src = one.src;
window.status='about'; return true"
onMouseOut = "
blank.src = blank2.src;
window.status =' ';
return true">
<img src="images/pages/about.gif" border=0></td>
<td>
<A HREF="news.html"
onMouseOver = "
blank.src = two.src;
window.status='news'; return true"
onMouseOut = "
blank.src = blank2.src;
window.status =' ';
return true">
<img src="images/pages/news.gif" border=0></td>
<td>
<A HREF="gallery.html"
onMouseOver = "
blank.src = three.src;
window.status='gallery'; return true"
onMouseOut = "
blank.src = blank2.src;
window.status =' ';
return true">
<img src="images/pages/gallery.gif" border=0></td>
<td>
<A HREF="tests.html"
onMouseOver = "
blank.src = four.src;
window.status='test'; return true"
onMouseOut = "
blank.src = blank2.src;
window.status =' ';
return true">
<img src="images/pages/tests.gif" border=0></td>
<td>
<A HREF="coms.html"
onMouseOver = "
blank.src = five.src;
window.status='coms'; return true"
onMouseOut = "
blank.src = blank2.src;
window.status =' ';
return true">
<img src="images/pages/coms.gif" border=0></td>
<td>
<A HREF="mailto:you@wherever.whatever?subject=my site"
onMouseOver = "
blank.src = six.src;
window.status='email'; return true"
onMouseOut = "
blank.src = blank2.src;
window.status =' ';
return true">
<img src="images/pages/email.gif" border=0></td></tr>
</table>
<P><BR><P><BR>
</td></tr>
<tr><td colspan=2><P><BR>
<font face="arial, helvetica, sans-serif" size=2 color="ffffff">
Put all your text in this table here! Remember - back and to the left... they're lying to you.<P>
Put all your text in this table here! Remember - back and to the left... they're lying to you.<P>Put all your text in this table here! Remember - back and to the left... they're lying to you.<P>Put all your text in this table here! Remember - back and to the left... they're lying to you.<P>Put all your text in this table here! Remember - back and to the left... they're lying to you.<P>Put all your text in this table here! Remember - back and to the left... they're lying to you.<P>Put all your text in this table here! Remember - back and to the left... they're lying to you.<P>Put all your text in this table here! Remember - back and to the left... they're lying to you.<P>Put all your text in this table here! Remember - back and to the left... they're lying to you.<P>Put all your text in this table here! Remember - back and to the left... they're lying to you.<P>
</font>
</td></tr>
</table>
</td></tr>
</table>
</center>
</body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -