📄 links.html
字号:
<html>
<HEAD>
<TITLE>largin' it - links </TITLE>
</HEAD>
<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" )
{
about_on = new Image ( 134, 94 );
about_on.src = "images/about_on.gif";
news_on = new Image ( 134, 70 );
news_on.src = "images/news_on.gif";
stuff_on = new Image ( 134, 70 );
stuff_on.src = "images/stuff_on.gif";
contact_on = new Image ( 134, 70 );
contact_on.src = "images/contact_on.gif";
links_on = new Image ( 134, 94 );
links_on.src = "images/links_on.gif";
guestbook_on = new Image ( 134, 94 );
guestbook_on.src = "images/guestbook_on.gif";
home_on = new Image ( 134, 94 );
home_on.src = "images/pages/home_on.gif";
about_off = new Image ( 134, 94 );
about_off.src = "images/about_off.gif";
news_off = new Image ( 134, 70 );
news_off.src = "images/news_off.gif";
stuff_off = new Image ( 134, 70 );
stuff_off.src = "images/stuff_off.gif";
contact_off = new Image ( 134, 70 );
contact_off.src = "images/contact_off.gif";
links_off = new Image ( 134, 94 );
links_off.src = "images/links_off.gif";
guestbook_off = new Image ( 134, 108 );
guestbook_off.src = "images/guestbook_off.gif";
home_off = new Image ( 134, 108 );
home_off.src = "images/pages/home_off.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>
<body bgcolor="#000000" link="666666" alink="ffffff" vlink="666666" background="images/bg2.gif">
<center>
<table border=0 cellpadding=0 cellspacing=0 width=98% height=98%>
<tr><td align=right valign=top>
<table border=0 cellpadding=0 cellspacing=0><tr>
<td>
<a href="about.html"onmouseout="button_off('about'); return true" onmouseover="button_on('about'); return true">
<img src="images/about_off.gif" border="0" name="about"></a></td>
<td>
<a href="news.html"onmouseout="button_off('news'); return true" onmouseover="button_on('news'); return true">
<img src="images/news_off.gif" border="0" name="news"></a></td>
<td>
<a href="stuff.html"onmouseout="button_off('stuff'); return true" onmouseover="button_on('stuff'); return true">
<img src="images/stuff_off.gif" border="0" name="stuff"></a></td>
<td>
<a href="contact.html"onmouseout="button_off('contact'); return true" onmouseover="button_on('contact'); return true">
<img src="images/contact_off.gif" border="0" name="contact"></a></td>
<td>
<a href="guestbook.html"onmouseout="button_off('guestbook'); return true" onmouseover="button_on('guestbook'); return true">
<img src="images/guestbook_off.gif" border="0" name="guestbook"></a></td>
<td>
<a href="links.html"onmouseout="button_off('links'); return true" onmouseover="button_on('links'); return true">
<img src="images/links_off.gif" border="0" name="links"></a></td>
</tr>
</table>
</td></tr>
<tr><td valign=top align=left>
<table border=0 width=100% cellpadding=0 cellspacing=0 height=98%>
<tr><td align=left valign=middle>
<table border=0 cellpadding=0 cellspacing=0 width=75%>
<tr>
<td><img src="images/pages/topleft.gif"></td>
</tr>
<tr>
<td>
<a href="index.html"onmouseout="button_off('home'); return true" onmouseover="button_on('home'); return true">
<img src="images/pages/home_off.gif" border=0 name="home"></a></td>
<td valign=top align=right rowspan=3>
<img src="images/space.gif" width=75>
</td>
<td valign=top align=right rowspan=3>
<font face="arial,helvetica" color="ffffff" size=3>
links</font><P>
<font face="arial,helvetica" color="ffffff" size=2>
</font>
</td>
</tr>
<tr>
<td><img src="images/pages/bottomleft.gif"></td>
</tr>
</table>
</td></tr></table>
</td></tr></table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -