Remove dangerous scripts and external links
9
README.md
Normal file
@ -0,0 +1,9 @@
|
||||
### <marquee>👶🏻 My terrible, horrible, no good, very bad first website, circa 2001. 👶🏻 </marquee>
|
||||
|
||||
---
|
||||
|
||||
My very first HTML masterpiece, made safe for the modern web at [https://jarv.is/y2k/](https://jarv.is/y2k/).
|
||||
|
||||
For the original, untouched site straight from the dusty floppy disk, visit the [`original` branch](https://github.com/jakejarvis/y2k/tree/original) — but be warned, there are landmines full of random executables, Java applets, and Macromedia Flash embeds abound.
|
||||
|
||||
Uploaded for [awesome-first-code](https://github.com/jakejarvis/awesome-first-code)... You should do the same!
|
BIN
badge3.gif
Normal file
After Width: | Height: | Size: 962 B |
BIN
badge4.gif
Normal file
After Width: | Height: | Size: 891 B |
@ -10,7 +10,7 @@
|
||||
<center><a href="chatpass.html">Sign-on Information</a></centeR>
|
||||
<br><hr><br><center>
|
||||
<!-- Start of Chatway Java Applet Coding: http://www.chatway.com/ -->
|
||||
<script language="JavaScript" src="http://chat.chatway.com:8080/Java/e.js?room=Jake's Chat Room&width=550&height=350&bg=Cornsilk&fg=000000&fontsize=12&mr=True&showrooms=True&sounds=True&colors=True"></script>
|
||||
<!--<script language="JavaScript" src="http://chat.chatway.com:8080/Java/e.js?room=Jake's Chat Room&width=550&height=350&bg=Cornsilk&fg=000000&fontsize=12&mr=True&showrooms=True&sounds=True&colors=True"></script>-->
|
||||
<!-- End of Chatway Java Applet Coding: http://www.chatway.com/ -->
|
||||
</center>
|
||||
|
||||
|
@ -16,9 +16,9 @@
|
||||
|
||||
<!-- v- feedbackGEAR Code by http://htmlgear.com -v -->
|
||||
|
||||
<a href="http://htmlgear.lycos.com/feed/control.feed?a=render&i=1&u=jjarvis10">
|
||||
<a href="#">
|
||||
|
||||
<img src="http://htmlgear.lycos.com/img/feedback/badge3.gif" border="0"></a><BR><a href="http://htmlgear.lycos.com/specs/feed.html"><img src="http://htmlgear.lycos.com/img/log/fb_i_getgear.GIF" alt="get this gear!" border="0"></a>
|
||||
<img src="badge3.gif" border="0"></a><BR><a href="#"><img src="fb_i_getgear.GIF" alt="get this gear!" border="0"></a>
|
||||
|
||||
<!-- ^- End feedbackGEAR Code -^ -->
|
||||
|
||||
|
95
credits.html
@ -1,100 +1,13 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Credits</title>
|
||||
<SCRIPT LANGUAGE="JavaScript">
|
||||
|
||||
<!-- This script and many more are available free online at -->
|
||||
<!-- The JavaScript Source!! http://javascript.internet.com -->
|
||||
|
||||
<!-- Begin
|
||||
//scroller width
|
||||
var swidth=300
|
||||
|
||||
//scroller height
|
||||
var sheight=100
|
||||
|
||||
|
||||
//scroller's speed;
|
||||
var sspeed=2
|
||||
|
||||
var wholemessage=''
|
||||
|
||||
//text: change to your own
|
||||
|
||||
wholemessage='<div align="center"><font face=Arial size=3 color="#ffffff"><b>Webmaster: </b> <a href="mailto:jakejarvis@msn.com">Jake J.</a><br><b><b>HTML Help: </b><a href="mailto:fitret@hotmail.com">Eric D.</a> and <a href="mailto:stevei2071@aol.com">Steve I.</a><br><b>Checker: </b><a href="stevei2071@aol.com">Steve I.</a><br><b>Updater: </b><a href="mailto:jakejarvis@msn.com">Jake J.</a>
|
||||
function start(){
|
||||
if (document.all) return
|
||||
if (document.getElementById){
|
||||
document.getElementById("slider").style.visibility="show"
|
||||
ns6marquee(document.getElementById('slider'))
|
||||
}
|
||||
else if(document.layers){
|
||||
document.slider1.visibility="show"
|
||||
ns4marquee(document.slider1.document.slider2)
|
||||
}
|
||||
}
|
||||
function ns4marquee(whichlayer){
|
||||
ns4layer=eval(whichlayer)
|
||||
ns4layer.document.write(wholemessage)
|
||||
ns4layer.document.close()
|
||||
sizeup=ns4layer.document.height
|
||||
ns4layer.top-=sizeup
|
||||
ns4slide()
|
||||
}
|
||||
function ns4slide(){
|
||||
if (ns4layer.top>=sizeup*(-1)){
|
||||
ns4layer.top-=sspeed
|
||||
setTimeout("ns4slide()",100)
|
||||
}
|
||||
else{
|
||||
ns4layer.top=sheight
|
||||
ns4slide()
|
||||
}
|
||||
}
|
||||
function ns6marquee(whichdiv){
|
||||
ns6div=eval(whichdiv)
|
||||
ns6div.innerHTML=wholemessage
|
||||
ns6div.style.top=sheight
|
||||
sizeup=sheight
|
||||
ns6slide()
|
||||
}
|
||||
function ns6slide(){
|
||||
if (parseInt(ns6div.style.top)>=sizeup*(-1)){
|
||||
ns6div.style.top=parseInt(ns6div.style.top)-sspeed
|
||||
setTimeout("ns6slide()",100)
|
||||
}
|
||||
else{
|
||||
ns6div.style.top=sheight
|
||||
ns6slide()
|
||||
}
|
||||
}
|
||||
// End -->
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<body bgcolor="Cornsilk" onLoad='start()' link="Red" vlink="Red">
|
||||
<center><h1>Credits</h1><br><hr><br>
|
||||
<span style="borderWidth:1; borderColor:Cornsilk; width:500; height:300;">
|
||||
<ilayer width=300 height=100 name="slider1" bgcolor="Cornsilk" visibility=hide>
|
||||
<layer name="slider2" onMouseover="sspeed=0;" onMouseout="sspeed=2">
|
||||
</layer>
|
||||
</ilayer>
|
||||
<script language="JavaScript">
|
||||
if (document.all){
|
||||
document.writeln('<marquee id="ieslider" scrollAmount=2 width=300 height=100 direction=up style="border:1 solid red;background-color:black">')
|
||||
document.writeln(wholemessage)
|
||||
ieslider.onmouseover=new Function("ieslider.scrollAmount=0")
|
||||
ieslider.onmouseout=new Function("if (document.readyState=='complete') ieslider.scrollAmount=2")
|
||||
document.write('</marquee>')
|
||||
}
|
||||
if (document.getElementById&&!document.all){
|
||||
document.write('<div style="position:relative;overflow:hidden;width:300;height:100;clip:rect(0 302 102 0); background-color:black;border:1px solid red;" onMouseover="sspeed=0;" onMouseout="sspeed=2">')
|
||||
document.write('<div id="slider" style="position:relative;width:&{swidth};">')
|
||||
document.write('</div></div>')
|
||||
}
|
||||
</script></span><br><font color="Green"><centeR><b>Webmaster: </b><a href="mailto:jakejarvis@msn.com">Jake J.</a><br><b>HTML Help: </b><a href="mailo:fitret@hotmail.com">Eric D.</a> and <a href=
|
||||
"mailto:stevei2071@aol.com">Steve I.</a><br><b>Checker: </b><a href="mailto:stevei2071@aol.com">Steve I.</a><br><b>Updator: </b><a href="mailto:jakejarvis@msn.com">Jake J.</a><br><br>Thank you for visiting this site!<br><br>Based on <a href="http://www.libertycornercomputing.com">LCC</a> and <a href="http://www.geocities.com/dantheman240">Dan's World</a></center></font>
|
||||
<body bgcolor="Cornsilk" link="Red" vlink="Red">
|
||||
<center><h1>Credits</h1><br><hr>
|
||||
<br><font color="Green"><centeR><b>Webmaster: </b><a href="mailto:jakejarvis@msn.com">Jake J.</a><br><b>HTML Help: </b><a href="mailo:fitret@hotmail.com">Eric D.</a> and <a href=
|
||||
"mailto:stevei2071@aol.com">Steve I.</a><br><b>Checker: </b><a href="mailto:stevei2071@aol.com">Steve I.</a><br><b>Updator: </b><a href="mailto:jakejarvis@msn.com">Jake J.</a><br><br>Thank you for visiting this site!<br><br>Based on <a href="#">LCC</a> and <a href="#">Dan's World</a></center></font>
|
||||
|
||||
|
||||
</body>
|
||||
|
@ -12,7 +12,7 @@
|
||||
|
||||
<body bgcolor="Cornsilk">
|
||||
|
||||
<center><h1>Cool Downloads</h1><br><hr><br>Try downloading some of this stuff!<br><br><a href="http://jakejarvis.8m.net/old/downloads/qbasic.exe">Download QBasic</a><br><font size="1"><a href="http://www.microsoft.com">Microsoft</a> does not make <a href="http://jakejarvis.8m.net/old/downloads/qbasic.exe">QBasic</a> anymore so you will have to download it off my server.</font><br><br><a href="http://snood.org/download.php3">Download Snood</a><br><br><a href="http://jakejarvis.8m.net/bejewled.exe">Download Bejewled</a><br><font size="1">I couldn't find <a href="http://jakejarvis.8m.net/bejewled.exe">Bejewled</a> anywhere so you will have to download it off my server.</font><br><br><a href="http://download.cnet.com/downloads/0-10040-100-877986.html?tag=st.dl.10001-103-1.lst-7-2.877986">Crossword Construction Kit 98</a><br><br><a href="http://download.cnet.com/downloads/0-1461916-100-917813.html?tag=st.dl.10001-103-1.lst-7-2.917813">3D Halloween Screensaver!</a><br><br><a href="http://www.longbowdigitalarts.com/dxball2.html">DX-Ball 2!</a><br><br>
|
||||
<center><h1>Cool Downloads</h1><br><hr><br>Try downloading some of this stuff!<br><br><a href="downloads/qbasic.exe">Download QBasic</a><br><font size="1"><a href="#">Microsoft</a> does not make <a href="downloads/qbasic.exe">QBasic</a> anymore so you will have to download it off my server.</font><br><br><a href="downloads/SnoodSetup.exe">Download Snood</a><br><br><a href="downloads/bejewled.exe">Download Bejewled</a><br><font size="1">I couldn't find <a href="downloads/bejewled.exe">Bejewled</a> anywhere so you will have to download it off my server.</font><br><br><a href="downloads/cwksetup.exe">Crossword Construction Kit 98</a><br><br><a href="downloads/halloween3d.exe">3D Halloween Screensaver!</a><br><br><a href="downloads/dxb2game.exe">DX-Ball 2!</a><br><br>
|
||||
|
||||
|
||||
|
||||
|
BIN
downloads/SnoodSetup.exe
Normal file
BIN
downloads/bejewled.exe
Normal file
BIN
downloads/cwksetup.exe
Normal file
BIN
downloads/dxb2game.exe
Normal file
BIN
downloads/halloween3d.exe
Normal file
BIN
downloads/qbasic.exe
Executable file
BIN
favicon.ico
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
fb_i_getgear.GIF
Normal file
After Width: | Height: | Size: 191 B |
@ -11,8 +11,8 @@
|
||||
<body bgcolor="Cornsilk">
|
||||
|
||||
<center><h1>Games</h1><br><hr>Try playing some of my <u>favorite</u> <i>cool</i> <b>online</b> games!<br>
|
||||
Please note that most of these are by <a href="http://www.javascriptsource.com"><i>The JavaScript Source</i></a>.<hr><br><a href="games/tictac.html">Tic-Tac-Toe</a><br><br><a href="games/battleship/index.html">Online Battleship</a><br><br><a href="games/connect.html">Connect-4</a><br><b><font size="1">Sorry... We are having some problems with this. Please wait for us to fix this problem.</font></b><br><br><a href="games/math.html">Math Test!</a><br><br><a href="games/puzzle.html">Box Puzzle</a><br><br><a href="games/memory">Memory Game</a><br><br><a href="games/fortune.html">Fortune Teller</a><br><br><a href="games/hangman.html">Hangman</a><br><br><a href="games/cwkit.htm">My Crossword Puzzle</a><br><br>
|
||||
<font color="blue"><u><a href="games/pacman/pacman.php">Pac Man!</a></u></font><br><br><a href="games/3dgame.html">3D Driver Game</a> - <b>NEW</b>!<br><br>
|
||||
Please note that most of these are by <a href="#"><i>The JavaScript Source</i></a>.<hr><br><a href="games/cwkit.htm">My Crossword Puzzle</a><br><br><a href="games/tictac.html">Tic-Tac-Toe</a><br><br><a href="games/battleship/index.html">Online Battleship</a><br><br><a href="games/connect.html">Connect-4</a><br><b><font size="1">Sorry... We are having some problems with this. Please wait for us to fix this problem.</font></b><br><br><a href="games/math.html">Math Test!</a><br><br><a href="games/puzzle.html">Box Puzzle</a><br><br><a href="games/memory">Memory Game</a><br><br><a href="games/fortune.html">Fortune Teller</a><br><br><a href="games/hangman.html">Hangman</a><br><br>
|
||||
<font color="blue"><u><a href="games/pacman/pac.html">Pac Man!</a></u></font><br><br><!--<a href="games/3dgame.html">3D Driver Game</a> - <b>NEW</b>!--><br><br>
|
||||
|
||||
</body>
|
||||
|
||||
|
@ -4,6 +4,7 @@
|
||||
</HEAD>
|
||||
<BODY bgcolor="Cornsilk">
|
||||
|
||||
<!--
|
||||
<center><applet
|
||||
codebase="http://www.geocities.com/dantheman240/drivergame"
|
||||
code=Driver.class
|
||||
@ -11,6 +12,7 @@
|
||||
width=400
|
||||
height=300>
|
||||
</applet></center>
|
||||
-->
|
||||
|
||||
</BODY>
|
||||
</HTML>
|
||||
|
@ -17,14 +17,14 @@
|
||||
<center><h1>Battleship</h1><br><hr><br>
|
||||
<font color="Red">Good Luck!</font>
|
||||
|
||||
<SCRIPT LANGUAGE="JavaScript">
|
||||
<!-- Original: Jason Hotchkiss (jasonhotchkiss@home.com) -->
|
||||
<!-- Web Site: http://www.members.home.com/jasonhotchkiss -->
|
||||
|
||||
<!-- This script and many more are available free online at -->
|
||||
<!-- The JavaScript Source!! http://javascript.internet.com -->
|
||||
|
||||
<!-- Begin
|
||||
<!-- Begin -->
|
||||
<SCRIPT LANGUAGE="JavaScript">
|
||||
/* Information used to draw the ships
|
||||
*/
|
||||
var ship = [[[1,5], [1,2,5], [1,2,3,5], [1,2,3,4,5]], [[6,10], [6,7,10], [6,7,8,10], [6,7,8,9,10]]];
|
||||
@ -308,10 +308,10 @@ showGrid(false);
|
||||
document.write("</td></tr></table></center>");
|
||||
updateStatus();
|
||||
setInterval("setStatus();", 500);
|
||||
// End -->
|
||||
</script>
|
||||
<!-- End -->
|
||||
|
||||
<p class="intro">"...We have located the enemy fleet under the command of Admiral Kompüter,
|
||||
<p class="intro">"...We have located the enemy fleet under the command of Admiral Kompüter,
|
||||
but do not yet have visual contact. We suggest the best course of action is to fire
|
||||
at random into their vicinity and listen for the impact of the shells...</p>
|
||||
<p class="intro">...Our intelligence sources indicate the composition of the enemy fleet is the same
|
||||
|
BIN
games/blackchecker.gif
Normal file
After Width: | Height: | Size: 981 B |
BIN
games/clearness.gif
Normal file
After Width: | Height: | Size: 886 B |
@ -31,11 +31,11 @@ FONT.redscore {color: red}
|
||||
FONT.blackscore {color: black}
|
||||
</STYLE>
|
||||
|
||||
<SCRIPT LANGUAGE="JavaScript">
|
||||
|
||||
<!-- This script and many more are available free online at -->
|
||||
<!-- The JavaScript Source!! http://javascript.internet.com -->
|
||||
|
||||
<SCRIPT LANGUAGE="JavaScript">
|
||||
|
||||
<!-- Begin
|
||||
var vals = new Array()
|
||||
var gameActive = 0
|
||||
@ -347,7 +347,7 @@ return true
|
||||
|
||||
<p><center>
|
||||
<font face="arial, helvetica" SIZE="-2">Free JavaScripts provided<br>
|
||||
by <a href="http://javascriptsource.com">The JavaScript Source</a></font>
|
||||
by <a href="#">The JavaScript Source</a></font>
|
||||
</center><p>
|
||||
|
||||
<!-- Script Size: 17.21 KB -->
|
||||
|
BIN
games/fillblack.gif
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
games/fillempty.gif
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
games/fillred.gif
Normal file
After Width: | Height: | Size: 1.2 KiB |
@ -1,6 +1,5 @@
|
||||
<html>
|
||||
<head>
|
||||
<SCRIPT LANGUAGE="JavaScript">
|
||||
<!-- Original: Ronnie T. Moore -->
|
||||
<!-- Web Site: The JavaScript Source -->
|
||||
<!-- Based on code by: Michael Carpenter -->
|
||||
@ -9,7 +8,8 @@
|
||||
<!-- This script and many more are available free online at -->
|
||||
<!-- The JavaScript Source!! http://javascript.internet.com -->
|
||||
|
||||
<!-- Begin
|
||||
<!-- Begin -->
|
||||
<SCRIPT LANGUAGE="JavaScript">
|
||||
var answers = new Array(
|
||||
"Without a doubt",
|
||||
"Yes!",
|
||||
@ -27,8 +27,8 @@ function fortune() {
|
||||
num = Math.round( (answers.length - 1) * Math.random());
|
||||
return answers[num];
|
||||
}
|
||||
// End -->
|
||||
</script>
|
||||
<!-- End -->
|
||||
<title>Fortune Teller</title>
|
||||
</head>
|
||||
<body bgcolor="Cornsilk">
|
||||
@ -43,7 +43,7 @@ Your fortune teller says: <input type=text name=answer size=40>
|
||||
|
||||
<p><center>
|
||||
<font face="arial, helvetica" size="-2">Free JavaScripts provided<br>
|
||||
by <a href="http://javascriptsource.com">The JavaScript Source</a></font>
|
||||
by <a href="#">The JavaScript Source</a></font>
|
||||
</center><p>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -13,14 +13,13 @@
|
||||
Presidents of The United States</h3></b>
|
||||
<hr><br>
|
||||
|
||||
<SCRIPT LANGUAGE="JavaScript">
|
||||
|
||||
<!-- Original: Rick Glusick -->
|
||||
|
||||
<!-- This script and many more are available free online at -->
|
||||
<!-- The JavaScript Source!! http://javascript.internet.com -->
|
||||
|
||||
<!-- Begin
|
||||
<!-- Begin -->
|
||||
<SCRIPT LANGUAGE="JavaScript">
|
||||
function getCookie (name) {
|
||||
var dcookie = document.cookie;
|
||||
var cname = name + "=";
|
||||
@ -235,8 +234,8 @@ document.write('<input type="button" VALUE="New Game"'+
|
||||
'onClick="delCookie(\'_HangMan\');history.go(0);">');
|
||||
document.write('</form>');
|
||||
document.write('</center>');
|
||||
// End -->
|
||||
</SCRIPT>
|
||||
<!-- End -->
|
||||
</td></tr>
|
||||
</table>
|
||||
</center>
|
||||
|
@ -1,14 +1,14 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Math Test!</title>
|
||||
<SCRIPT LANGUAGE="JavaScript">
|
||||
<!-- Original: Anja Henseler -->
|
||||
<!-- Web Site: http://www.hens.com/binoculars -->
|
||||
|
||||
<!-- This script and many more are available free online at -->
|
||||
<!-- The JavaScript Source!! http://javascript.internet.com -->
|
||||
|
||||
<!-- Begin
|
||||
<!-- Begin -->
|
||||
<SCRIPT LANGUAGE="JavaScript">
|
||||
correct=0;
|
||||
wrong=0;
|
||||
|
||||
@ -120,8 +120,8 @@ alert(msg + "\n\nYOUR SCORE: " + score + "\n"
|
||||
+ correct + " correct\n"
|
||||
+ wrong + " incorrect")
|
||||
}
|
||||
// End -->
|
||||
</script>
|
||||
<!-- End -->
|
||||
|
||||
</head>
|
||||
<body bgcolor="Cornsilk">
|
||||
|
@ -1,12 +1,13 @@
|
||||
<html>
|
||||
<head><SCRIPT LANGUAGE="JavaScript">
|
||||
<head>
|
||||
<!-- Original: Brian Gosselin (bgaudiodr@aol.com) -->
|
||||
<!-- Web Site: http://www.bgaudiodr.iwarp.com -->
|
||||
|
||||
<!-- This script and many more are available free online at -->
|
||||
<!-- The JavaScript Source!! http://javascript.internet.com -->
|
||||
|
||||
<!-- Begin
|
||||
<!-- Begin -->
|
||||
<SCRIPT LANGUAGE="JavaScript">
|
||||
var pics = new Array();
|
||||
for (i = 0; i <= 18; i++) {
|
||||
pics[i] = new Image();
|
||||
@ -95,8 +96,8 @@ oktoclick = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
// End -->
|
||||
</script>
|
||||
<!-- End -->
|
||||
|
||||
<title>Memory</title>
|
||||
</head>
|
||||
@ -104,8 +105,8 @@ oktoclick = true;
|
||||
<center><h1>Memory Game</h1><br><hr><br>
|
||||
<form name="f">
|
||||
<table cellpadding="0" cellspacing="0" border="0">
|
||||
<!-- Begin -->
|
||||
<script language="javascript">
|
||||
<!-- Begin
|
||||
for (r = 0; r <= 5; r++) {
|
||||
document.write('<tr>');
|
||||
for (c = 0; c <= 5; c++) {
|
||||
@ -116,8 +117,8 @@ document.write('</a></td>');
|
||||
}
|
||||
document.write('</tr>');
|
||||
}
|
||||
// End -->
|
||||
</script>
|
||||
<!-- End -->
|
||||
</table>
|
||||
<br><br>
|
||||
<input type="button" value=" " name="b" onClick="init()">
|
||||
@ -126,7 +127,7 @@ document.write('</tr>');
|
||||
|
||||
<p><center>
|
||||
<font face="arial, helvetica" size="-2">Free JavaScripts provided<br>
|
||||
by <a href="http://javascriptsource.com">The JavaScript Source</a></font>
|
||||
by <a href="#">The JavaScript Source</a></font>
|
||||
</center><p>
|
||||
|
||||
</body>
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
|
||||
<CENTER><IMG SRC="pactitle.jpg" ></CENTER>
|
||||
<CENTER><applet code="PacManApp.class" width=526 height=427></applet></CENTER>
|
||||
<CENTER><!--<applet code="PacManApp.class" width=526 height=427></applet>--></CENTER>
|
||||
|
||||
|
||||
|
||||
|
@ -1,44 +0,0 @@
|
||||
|
||||
<?
|
||||
|
||||
/*
|
||||
include("../../global.php");
|
||||
|
||||
$headtag = '';
|
||||
|
||||
// below is the bodytag,headtag,tablecolor
|
||||
|
||||
head("",$headtag,"",$cat);
|
||||
|
||||
*/
|
||||
?>
|
||||
|
||||
<!-- START MAIN BODY CONTENT-->
|
||||
|
||||
|
||||
<!--TITLE HERE-->
|
||||
|
||||
<DIV ALIGN="center"><FONT SIZE="4"><B>Pacman</B></FONT>
|
||||
|
||||
<BR><BR><BR>
|
||||
<!--DESCRIPTION HERE-->
|
||||
|
||||
The old arcade classic video game reborn in a java applet! Great fun!
|
||||
<BR><BR>
|
||||
<!--BODY CODE HERE-->
|
||||
<applet code="PacManApp.class" width=526 height=427></applet><BR><BR>
|
||||
|
||||
Author: Jean Francois Buisson
|
||||
|
||||
<BR><BR>
|
||||
|
||||
<A href="http://www.javafile.com/games/pacman/pacman.zip"><B>Download the Script</B></A></P>
|
||||
|
||||
</DIV>
|
||||
|
||||
|
||||
<!-- END MAIN BODY CONTENT-->
|
||||
|
||||
|
||||
|
||||
<? footer(); ?>
|
@ -1,14 +1,14 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Box Puzzle</title>
|
||||
<SCRIPT LANGUAGE="JavaScript">
|
||||
<!-- Original: John Chacko (johns221b@yahoo.com) -->
|
||||
<!-- Web Site: http://holmes221b.50megs.com -->
|
||||
|
||||
<!-- This script and many more are available free online at -->
|
||||
<!-- The JavaScript Source!! http://javascript.internet.com -->
|
||||
|
||||
<!-- Begin
|
||||
<!-- Begin -->
|
||||
<SCRIPT LANGUAGE="JavaScript">
|
||||
var blank_pos = 16, count = 0, pos = new Array(), nam = new Array();
|
||||
pos[1] = 7;
|
||||
pos[2] = 10;
|
||||
@ -121,8 +121,8 @@ var X = i;
|
||||
}
|
||||
return X;
|
||||
}
|
||||
// End -->
|
||||
</script>
|
||||
<!-- End -->
|
||||
</head>
|
||||
<body bgcolor="Cornsilk" onLoad="start()">
|
||||
<h1><center>Box Puzzle</h1><br><hr><br>Use the arrow keys on your keyboard to play.<br>
|
||||
@ -176,7 +176,7 @@ return X;
|
||||
|
||||
<p><center>
|
||||
<font face="arial, helvetica" size"-2">Free JavaScripts provided<br>
|
||||
by <a href="http://javascriptsource.com">The JavaScript Source</a></font>
|
||||
by <a href="#">The JavaScript Source</a></font>
|
||||
</center><p>
|
||||
</body>
|
||||
</html>
|
||||
|
BIN
games/redchecker.gif
Normal file
After Width: | Height: | Size: 981 B |
@ -6,19 +6,257 @@
|
||||
<center><h1>Tic-Tac-Toe</h1><br><hr><br><font color="red" face="Comic Sans MS">Good Luck!
|
||||
|
||||
<table border=0 cellspacing=0 cellpadding=0 width=438>
|
||||
<tr valign="top" align="center">
|
||||
<td><img src="http://www.geocities.com/clipart/pbi/c.gif" height=1 width=212></td>
|
||||
<td><img src="http://www.geocities.com/clipart/pbi/c.gif" height=1 width=226></td>
|
||||
<td><img src="http://www.geocities.com/clipart/pbi/c.gif" height=1 width=1></td>
|
||||
</tr>
|
||||
|
||||
<tr valign="top">
|
||||
<td colspan=3 height=175></td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td colspan=1 height=289></td>
|
||||
<td colspan=1 rowspan=1 width=226><!-- Tic-Tac-Toe -->
|
||||
<SCRIPT language="JavaScript" src="http://www.geocities.com/addon/gadget-tic-100-100/"></SCRIPT><NOSCRIPT><TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0><TR><TD><A HREF="http://www.geocities.com/addon/gadget-tic-100-210/" TARGET="_top"><IMG SRC="http://www.geocities.com/addon/gadget-tic-100-220/" ISMAP BORDER=0></A></TD></TR><TR><TD><A HREF="http://www.geocities.com/addon/gadget-tic-100-310/" TARGET="_top"><IMG SRC="http://www.geocities.com/addon/gadget-tic-100-320/" ISMAP BORDER=0></A></TD></TR></TABLE></NOSCRIPT></td>
|
||||
<td colspan=1 height=289></td>
|
||||
|
||||
<SCRIPT TYPE="text/javascript">
|
||||
|
||||
var ticPRELOADTHESE = new Array("shall1","shall2","shall3","shall4","shall5","shall6","shall7","shall8","shall9","shall10","shall11","shall12","shall13","shall14","shall15","win1","win2","win3","win4","win5","tie1","tie2","tie3","tie4","tie5","lose1","lose2","lose3","lose4","lose5","x","o","x_lite","o_lite","ticNEWGAME_on","ticNEWGAME_off","ticQUIT_on","ticQUIT_off");
|
||||
var ticIMAGECACHE = new Array(37);
|
||||
for (var ticCOUNTTHIS = 0; ticCOUNTTHIS < 37; ticCOUNTTHIS++) {
|
||||
ticIMAGECACHE[ticCOUNTTHIS] = new Image();
|
||||
ticIMAGECACHE[ticCOUNTTHIS].src = "tictac/" + ticPRELOADTHESE[ticCOUNTTHIS] + ".gif";
|
||||
}
|
||||
var ticGAMESTATE=0; //no interaction with player
|
||||
var ticNEWSCREEN = new Array(17);
|
||||
var ticSCREENBOARD = new Array(9);
|
||||
var ticBOARD = new Array(9);
|
||||
var ticFORCEDATA = new Array(1,0,1,3,0,0,3,3,1,3,3,1,3,0,0,1,0,1,1,3,3,0,0,3,1,0,1,1,0,1,0,0,3,1,3,3,1,0,1,3,1,3,0,3,0,0,3,1,3,1,0,0,3,1,0,3,0,3,1,3,1,0,1,1,3,0,0,1,3,1,3,0,0,1,1,3,3,1,3,3,0,1,1,0,1,3,3,0,3,3,0,3,3,1,3,3,1,1,0,3,3,0,3,3,1,0,1,1,3,0,3,0,1,1,3,1,3,3,1,3,0,1,1,3,0,3,3,1,3,1,1,0,3,1,3,3,0,3,1,1,0,3,1,3,1,3,3,1,1,3,0,3,0,3,3,0,3,1,3,1,1,0,0,3,0,3,1,1,3,3,1,0,1,1,3,1,3,0,3,3);
|
||||
var ticFLASHER = 10;
|
||||
var ticGOESFIRST = 0;
|
||||
var ticTIMERLOCATION = setTimeout("ticOPENFLASH()", 1000);
|
||||
|
||||
// opening flasher
|
||||
function ticOPENFLASH() {
|
||||
if ((ticFLASHER / 2) == Math.floor(ticFLASHER / 2)) {
|
||||
ticUPDATESCREEN(1);
|
||||
}
|
||||
else {
|
||||
ticUPDATESCREEN(0);
|
||||
}
|
||||
ticFLASHER--
|
||||
if (ticFLASHER > 0) {
|
||||
ticTIMERLOCATION = setTimeout("ticOPENFLASH()", 1000);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
// update the screen
|
||||
function ticUPDATESCREEN(ticX) {
|
||||
ticNEWSCREEN = ["pixel_green","pixel_blue","pixel_green","pixel_blue","pixel_green","pixel_blue","pixel_green","pixel_blue","pixel_green","pixel_blue","pixel_green","pixel_blue","pixel_green","pixel_blue","pixel_green","pixel_blue","pixel_green"];
|
||||
if (ticX==1) ticNEWSCREEN = ["shall1","shall2","shall3","shall4","shall5","pixel_green","shall6","shall7","shall8","shall9","shall10","pixel_green","shall11","shall12","shall13","shall14","shall15"];
|
||||
if (ticX==2) ticNEWSCREEN = ["pixel_green","pixel_green","pixel_green","pixel_green","pixel_green","pixel_green","win1","win2","win3","win4","win5","pixel_green","pixel_green","pixel_green","pixel_green","pixel_green","pixel_green"];
|
||||
if (ticX==3) ticNEWSCREEN = ["pixel_green","pixel_green","pixel_green","pixel_green","pixel_green","pixel_green","lose1","lose2","lose3","lose4","lose5","pixel_green","pixel_green","pixel_green","pixel_green","pixel_green","pixel_green"];
|
||||
if (ticX==4) ticNEWSCREEN = [ticSCREENBOARD[0],"pixel_blue",ticSCREENBOARD[1],"pixel_blue",ticSCREENBOARD[2],"pixel_blue",ticSCREENBOARD[3],"pixel_blue",ticSCREENBOARD[4],"pixel_blue",ticSCREENBOARD[5],"pixel_blue",ticSCREENBOARD[6],"pixel_blue",ticSCREENBOARD[7],"pixel_blue",ticSCREENBOARD[8]];
|
||||
if (ticX==5) ticNEWSCREEN = ["master1","master2","master3","master4","master5","pixel_green","master6","master7","master8","master9","master10","pixel_green","master11","master12","master13","master14","master15"];
|
||||
if (ticX==6) ticNEWSCREEN = ["pixel_green","pixel_green","pixel_green","pixel_green","pixel_green","pixel_green","tie1","tie2","tie3","tie4","tie5","pixel_green","pixel_green","pixel_green","pixel_green","pixel_green","pixel_green"];
|
||||
for (ticX=0; ticX < 17; ticX++) {
|
||||
if (document.images["tic" + ticX].src != "tictac/" + ticNEWSCREEN[ticX] + ".gif") document.images["tic" + ticX].src = "tictac/" + ticNEWSCREEN[ticX] + ".gif";
|
||||
}
|
||||
}
|
||||
|
||||
// start a new game
|
||||
function ticPLAYGAME() {
|
||||
ticBOARD = [0,0,0,0,0,0,0,0,0];
|
||||
clearTimeout(ticTIMERLOCATION);
|
||||
ticUPDATEBOARD();
|
||||
if (ticGOESFIRST == 0) {
|
||||
ticME = "o";
|
||||
ticYOU = "x";
|
||||
ticGOESFIRST = 1;
|
||||
ticGAMESTATE = 20; // YOUR TURN
|
||||
document.images['ticTURN'].src = "tictac/turn1.gif"
|
||||
ticTIMERLOCATION = setTimeout("ticQUITGAME()", 60000); // IN CASE YOU WERE TEASING
|
||||
}
|
||||
else {
|
||||
ticME = "x";
|
||||
ticYOU = "o";
|
||||
ticGOESFIRST = 0;
|
||||
ticMYTURN()
|
||||
}
|
||||
}
|
||||
|
||||
//Here's the brain
|
||||
function ticMYTURN() {
|
||||
clearTimeout(ticTIMERLOCATION);
|
||||
ticGAMESTATE = 10; //MY TURN
|
||||
document.images['ticTURN'].src = "tictac/turn0.gif"
|
||||
setTimeout("ticMAKEMOVE()", 1000);
|
||||
}
|
||||
|
||||
function ticMAKEMOVE() {
|
||||
ticBESTMOVE = 0;
|
||||
ticBESTMOVE = ticCHECKWINNINGMOVE(1);
|
||||
if (ticBESTMOVE == -1) ticBESTMOVE = ticCHECKWINNINGMOVE(2);
|
||||
|
||||
//dummy array
|
||||
if (ticBESTMOVE == -1) {
|
||||
var ticDUMMY = new Array(4,0,2,6,8,1,3,5,7)
|
||||
for (ticX = 0; ticX < 9; ticX++) {
|
||||
if (ticBOARD[ticDUMMY[ticX]] == 0) {
|
||||
ticBESTMOVE = ticDUMMY[ticX];
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
//make my move here.
|
||||
ticBOARD[ticBESTMOVE] = 1;
|
||||
ticUPDATEBOARD();
|
||||
if (ticCHECKWINNER(1) == 0) {
|
||||
if (ticCHECKSTALEMATE() == 1) {
|
||||
ticUPDATESCREEN(6);
|
||||
ticGAMESTATE = 1;
|
||||
ticTIMERLOCATION = setTimeout("ticUPDATESCREEN(4)", 2000);
|
||||
return;
|
||||
}
|
||||
ticGAMESTATE = 20;
|
||||
document.images['ticTURN'].src = "tictac/turn1.gif";
|
||||
ticTIMERLOCATION = setTimeout("ticQUITGAME()", 60000);
|
||||
}
|
||||
else {
|
||||
ticGAMESTATE = 1;
|
||||
ticUPDATESCREEN(3);
|
||||
ticTIMERLOCATION = setTimeout("ticUPDATESCREEN(4)", 2000);
|
||||
}
|
||||
}
|
||||
|
||||
//look for a possible force win move
|
||||
function ticFINDFORCE() {
|
||||
var ticFORCEHERE = -1;
|
||||
for (ticX = 0; ticX < 20; ticX++) {
|
||||
ticV = 0;
|
||||
ticW = 0;
|
||||
for (ticY = 0; ticY < 9; ticY++) {
|
||||
if (ticBOARD[ticY] == ticFORCEDATA[(ticX * 9) + ticY]) {
|
||||
if (ticBOARD[ticY] == 0) ticV++;
|
||||
if (ticBOARD[ticY] == 1) ticW++;
|
||||
}
|
||||
if ((ticFORCEDATA[(ticX * 9) + ticY] == 1) && (ticBOARD[ticY] == 0)) ticTEMPFORCEHERE = ticY;
|
||||
}
|
||||
if ((ticV > 1) && (ticW > 1)) {
|
||||
ticFORCEHERE = ticTEMPFORCEHERE;
|
||||
}
|
||||
}
|
||||
return[ticFORCEHERE];
|
||||
}
|
||||
|
||||
|
||||
//checkwinner
|
||||
function ticCHECKWINNER(ticX) {
|
||||
if ((ticBOARD[0] == ticX) && (ticBOARD[1] == ticX) && (ticBOARD[2] == ticX)) return[1];
|
||||
else if ((ticBOARD[3] == ticX) && (ticBOARD[4] == ticX) && (ticBOARD[5] == ticX)) return[1];
|
||||
else if ((ticBOARD[6] == ticX) && (ticBOARD[7] == ticX) && (ticBOARD[8] == ticX)) return[1];
|
||||
else if ((ticBOARD[0] == ticX) && (ticBOARD[3] == ticX) && (ticBOARD[6] == ticX)) return[1];
|
||||
else if ((ticBOARD[1] == ticX) && (ticBOARD[4] == ticX) && (ticBOARD[7] == ticX)) return[1];
|
||||
else if ((ticBOARD[2] == ticX) && (ticBOARD[5] == ticX) && (ticBOARD[8] == ticX)) return[1];
|
||||
else if ((ticBOARD[0] == ticX) && (ticBOARD[4] == ticX) && (ticBOARD[8] == ticX)) return[1];
|
||||
else if ((ticBOARD[2] == ticX) && (ticBOARD[4] == ticX) && (ticBOARD[6] == ticX)) return[1];
|
||||
else return[0];
|
||||
}
|
||||
//check for winning move
|
||||
function ticCHECKWINNINGMOVE(ticX) {
|
||||
if ((ticBOARD[0] == 0) && (((ticBOARD[3] == ticX) && (ticBOARD[6] == ticX)) || ((ticBOARD[1] == ticX) && (ticBOARD[2] == ticX)) || ((ticBOARD[4] == ticX) && (ticBOARD[8] == ticX)))) return[0];
|
||||
else if ((ticBOARD[1] == 0) && (((ticBOARD[0] == ticX) && (ticBOARD[2] == ticX)) || ((ticBOARD[4] == ticX) && (ticBOARD[7] == ticX)))) return[1];
|
||||
else if ((ticBOARD[2] == 0) && (((ticBOARD[0] == ticX) && (ticBOARD[1] == ticX)) || ((ticBOARD[4] == ticX) && (ticBOARD[6] == ticX)) || ((ticBOARD[5] == ticX) && (ticBOARD[7] == ticX)))) return[2];
|
||||
else if ((ticBOARD[3] == 0) && (((ticBOARD[0] == ticX) && (ticBOARD[6] == ticX)) || ((ticBOARD[4] == ticX) && (ticBOARD[5] == ticX)))) return[3];
|
||||
else if ((ticBOARD[4] == 0) && (((ticBOARD[0] == ticX) && (ticBOARD[8] == ticX)) || ((ticBOARD[1] == ticX) && (ticBOARD[7] == ticX)) || ((ticBOARD[2] == ticX) && (ticBOARD[6] == ticX)) || ((ticBOARD[3] == ticX) && (ticBOARD[5] == ticX)))) return[4];
|
||||
else if ((ticBOARD[5] == 0) && (((ticBOARD[2] == ticX) && (ticBOARD[8] == ticX)) || ((ticBOARD[3] == ticX) && (ticBOARD[4] == ticX)))) return[5];
|
||||
else if ((ticBOARD[6] == 0) && (((ticBOARD[0] == ticX) && (ticBOARD[3] == ticX)) || ((ticBOARD[2] == ticX) && (ticBOARD[4] == ticX)) || ((ticBOARD[7] == ticX) && (ticBOARD[8] == ticX)))) return[6];
|
||||
else if ((ticBOARD[7] == 0) && (((ticBOARD[1] == ticX) && (ticBOARD[4] == ticX)) || ((ticBOARD[6] == ticX) && (ticBOARD[8] == ticX)))) return[7];
|
||||
else if ((ticBOARD[8] == 0) && (((ticBOARD[0] == ticX) && (ticBOARD[4] == ticX)) || ((ticBOARD[2] == ticX) && (ticBOARD[5] == ticX)) || ((ticBOARD[6] == ticX) && (ticBOARD[7] == ticX)))) return[8];
|
||||
else return[-1];
|
||||
}
|
||||
|
||||
//check for a stalemate
|
||||
function ticCHECKSTALEMATE(){
|
||||
var ticSTALL = 1
|
||||
for (ticX = 0; ticX < 9; ticX++){
|
||||
if (ticBOARD[ticX] == 0) ticSTALL=0;
|
||||
}
|
||||
if (ticSTALL == 1);
|
||||
return[ticSTALL];
|
||||
}
|
||||
|
||||
|
||||
//click on a square
|
||||
function ticTACTOE(ticX) {
|
||||
if (ticGAMESTATE < 10) ticPLAYGAME();
|
||||
else {
|
||||
if ((ticGAMESTATE == 20) && (ticBOARD[ticX] == 0)) {
|
||||
ticBOARD[ticX] = 2;
|
||||
ticUPDATEBOARD();
|
||||
if (ticCHECKWINNER(2) == 0) {
|
||||
if (ticCHECKSTALEMATE() == 1) {
|
||||
ticUPDATESCREEN(6);
|
||||
ticGAMESTATE = 1;
|
||||
ticTIMERLOCATION = setTimeout("ticUPDATESCREEN(4)", 2000);
|
||||
return;
|
||||
}
|
||||
ticMYTURN();
|
||||
}
|
||||
else {
|
||||
ticGAMESTATE = 1;
|
||||
ticUPDATESCREEN(2);
|
||||
ticTIMERLOCATION = setTimeout("ticUPDATESCREEN(4)", 2000);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
//roll on a square
|
||||
function ticTACON(ticX) {
|
||||
if ((ticGAMESTATE < 10) && (ticFLASHER < 1)) ticUPDATESCREEN(1);
|
||||
if ((ticX > -1) && (ticGAMESTATE == 20) && (ticBOARD[ticX/2] == 0)) {
|
||||
ticSCREENBOARD[ticX / 2] = ticYOU + "_lite";
|
||||
ticUPDATESCREEN(4);
|
||||
}
|
||||
}
|
||||
|
||||
//roll off a square
|
||||
function ticTACOFF(ticX) {
|
||||
if ((ticGAMESTATE < 10) && (ticFLASHER < 1)) ticUPDATESCREEN(0);
|
||||
if ((ticX > -1) && (GAMESTATE = 20) && (ticBOARD[ticX/2] == 0)) ticUPDATEBOARD();
|
||||
}
|
||||
|
||||
|
||||
//copy board to updateboard
|
||||
function ticUPDATEBOARD() {
|
||||
for (ticX = 0; ticX < 9; ticX++) {
|
||||
ticSCREENBOARD[ticX] = "pixel_green"
|
||||
if (ticBOARD[ticX] == 1) ticSCREENBOARD[ticX] = ticME
|
||||
if (ticBOARD[ticX] == 2) ticSCREENBOARD[ticX] = ticYOU
|
||||
}
|
||||
ticUPDATESCREEN(4);
|
||||
}
|
||||
|
||||
// quit game early
|
||||
function ticQUITGAME() {
|
||||
ticGAMESTATE = 1;
|
||||
ticUPDATESCREEN(3);
|
||||
ticTIMERLOCATION = setTimeout("ticUPDATESCREEN(4)", 2000);
|
||||
}
|
||||
|
||||
function ticROLLOFFOTHER() {
|
||||
document.images['ticNEWGAME'].src = "tictac/ticNEWGAME_off.gif";
|
||||
document.images['ticQUIT'].src = "tictac/ticQUIT_off.gif";
|
||||
}
|
||||
|
||||
// Roll over on
|
||||
function ticIMAGEON(ticNEWIMAGE) {
|
||||
document.images[ticNEWIMAGE].src = "tictac/" + ticNEWIMAGE + "_on.gif";
|
||||
}
|
||||
document.write('<table width=226 cellpadding=0 cellspacing=0 border=0><tr><td><table width=164 cellpadding=0 cellspacing=0 border=0> <tr><td><img src="tictac/outtop.gif" height=44 width=164></td></tr><tr><td align="center" bgcolor="#003366"><table cellpadding=0 cellspacing=0 border=0><tr><td rowspan=5 bgcolor="#ffffff" width=8><img src="tictac/pixel_green.gif" width=8 height=128></td><td><a href="javascript:ticTACTOE(0)" onMouseOver="ticTACON(0)" onMouseOut="ticTACOFF(0)"><img src="tictac/pixel_green.gif" width=40 height=40 border=0 name="tic0"></a></td><td><a href="javascript:ticTACTOE(-1)" onMouseOver="ticTACON(-1)" onMouseOut="ticTACOFF(-1)"><img src="tictac/pixel_blue.gif" width=4 height=40 border=0 name="tic1"></a></td><td><a href="javascript:ticTACTOE(1)" onMouseOver="ticTACON(2)" onMouseOut="ticTACOFF(2)"><img src="tictac/pixel_green.gif" width=40 height=40 border=0 name="tic2"></a></td><td><a href="javascript:ticTACTOE(-1)" onMouseOver="ticTACON(-1)" onMouseOut="ticTACOFF(-1)"><img src="tictac/pixel_blue.gif" width=4 height=40 border=0 name="tic3"></a></td><td><a href="javascript:ticTACTOE(2)" onMouseOver="ticTACON(4)" onMouseOut="ticTACOFF(4)"><img src="tictac/pixel_green.gif" width=40 height=40 border=0 name="tic4"></a></td><td rowspan=5 bgcolor="#ffffff" width=8><img src="tictac/pixel_green.gif" width=8 height=128></td></tr><tr><td colspan=5><a href="javascript:ticTACTOE(-1)" onMouseOver="ticTACON(-1)" onMouseOut="ticTACOFF(-1)"><img src="tictac/pixel_blue.gif" width=128 height=4 name="tic5" border=0></a></td></tr>');
|
||||
document.write('<tr><td><a href="javascript:ticTACTOE(3)" onMouseOver="ticTACON(6)" onMouseOut="ticTACOFF(6)"><img src="tictac/pixel_green.gif" width=40 height=40 border=0 name="tic6"></a></td><td><a href="javascript:ticTACTOE(-1)" onMouseOver="ticTACON(-1)" onMouseOut="ticTACOFF(-1)"><img src="tictac/pixel_blue.gif" width=4 height=40 border=0 name="tic7"></a></td><td><a href="javascript:ticTACTOE(4)" onMouseOver="ticTACON(8)" onMouseOut="ticTACOFF(8)"><img src="tictac/pixel_green.gif" width=40 height=40 border=0 name="tic8"></a></td>');
|
||||
document.write('<td><a href="javascript:ticTACTOE(-1)" onMouseOver="ticTACON(-1)" onMouseOut="ticTACOFF(-1)"><img src="tictac/pixel_blue.gif" width=4 height=40 border=0 name="tic9"></a></td><td><a href="javascript:ticTACTOE(5)" onMouseOver="ticTACON(10)" onMouseOut="ticTACOFF(10)"><img src="tictac/pixel_green.gif" width=40 height=40 border=0 name="tic10"></a></td></tr><tr><td colspan=5><a href="javascript:ticTACTOE(-1)" onMouseOver="ticTACON(-1)" onMouseOut="ticTACOFF(-1)"><img src="tictac/pixel_blue.gif" width=128 height=4 border=0 name="tic11"></a></td></tr><tr><td><a href="javascript:ticTACTOE(6)" onMouseOver="ticTACON(12)" onMouseOut="ticTACOFF(12)"><img src="tictac/pixel_green.gif" width=40 height=40 border=0 name="tic12"></a></td><td><a href="javascript:ticTACTOE(-1)" onMouseOver="ticTACON(-1)" onMouseOut="ticTACOFF(-1)"><img src="tictac/pixel_blue.gif" width=4 height=40 border=0 name="tic13"></a></td><td><a href="javascript:ticTACTOE(7)" onMouseOver="ticTACON(14)" onMouseOut="ticTACOFF(14)"><img src="tictac/pixel_green.gif" width=40 height=40 border=0 name="tic14"></a></td><td><a href="javascript:ticTACTOE(-1)" onMouseOver="ticTACON(-1)" onMouseOut="ticTACOFF(-1)"><img src="tictac/pixel_blue.gif" width=4 height=40 border=0 name="tic15"></a></td><td><a href="javascript:ticTACTOE(8)" onMouseOver="ticTACON(16)" onMouseOut="ticTACOFF(16)"><img src="tictac/pixel_green.gif" width=40 height=40 border=0 name="tic16"></a></td></tr></table></td></tr><tr><td bgcolor="#003366" align="center"><img src="tictac/in_bottom.gif" height=8 width=144></td></tr>');
|
||||
document.write('<tr><td bgcolor="#003366" align="center"><img src="tictac/pixel_blue.gif" height=20 width=144 name="ticTURN"></td></tr><tr><td bgcolor="#003366"> </td></tr><tr><td bgcolor="#003366" align="center"><font face="helvetica,arial" size=1 color="#FFFFFF"> <br><img src="tictac/pixel.gif" width=120 height=20></td></tr><tr><td bgcolor="#003366"> </td></tr>');
|
||||
document.write('<tr><td><a href="tictac/outbottom.gif" height=18 width=164 border=0></a></td></tr></table></td><td valign="top"><br><br><table width=62 cellpadding=0 cellspacing=0 border=0><tr><td><img src="tictac/sidetop.gif" height=10 width=62></td></tr><tr><td bgcolor="#003366"> </td></tr><tr><td><a href="javascript:ticPLAYGAME()" onMouseOver="ticIMAGEON(\'ticNEWGAME\')" onMouseOut="ticROLLOFFOTHER()"><img src="tictac/ticNEWGAME_off.gif" height=12 width=62 border=0 name="ticNEWGAME"></a></td></tr><tr><td><a href="javascript:ticQUITGAME()" onMouseOver="ticIMAGEON(\'ticQUIT\')" onMouseOut="ticROLLOFFOTHER()"><img src="tictac/ticQUIT_off.gif" height=12 width=62 border=0 name="ticQUIT"></a></td></tr><tr><td bgcolor="#003366"> </td></tr><tr><td><img src="tictac/sidebottom.gif" height=10 width=62></td></tr></table></td></tr></table>');
|
||||
|
||||
</SCRIPT>
|
||||
|
||||
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
|
BIN
games/tictac/in_bottom.gif
Normal file
After Width: | Height: | Size: 103 B |
BIN
games/tictac/lose1.gif
Normal file
After Width: | Height: | Size: 232 B |
BIN
games/tictac/lose2.gif
Normal file
After Width: | Height: | Size: 79 B |
BIN
games/tictac/lose3.gif
Normal file
After Width: | Height: | Size: 245 B |
BIN
games/tictac/lose4.gif
Normal file
After Width: | Height: | Size: 94 B |
BIN
games/tictac/lose5.gif
Normal file
After Width: | Height: | Size: 250 B |
BIN
games/tictac/o.gif
Normal file
After Width: | Height: | Size: 214 B |
BIN
games/tictac/o_lite.gif
Normal file
After Width: | Height: | Size: 215 B |
BIN
games/tictac/outbottom.gif
Normal file
After Width: | Height: | Size: 230 B |
BIN
games/tictac/outtop.gif
Normal file
After Width: | Height: | Size: 784 B |
BIN
games/tictac/pixel.gif
Normal file
After Width: | Height: | Size: 42 B |
BIN
games/tictac/pixel_blue.gif
Normal file
After Width: | Height: | Size: 61 B |
BIN
games/tictac/pixel_green.gif
Normal file
After Width: | Height: | Size: 61 B |
BIN
games/tictac/shall1.gif
Normal file
After Width: | Height: | Size: 250 B |
BIN
games/tictac/shall10.gif
Normal file
After Width: | Height: | Size: 162 B |
BIN
games/tictac/shall11.gif
Normal file
After Width: | Height: | Size: 175 B |
BIN
games/tictac/shall12.gif
Normal file
After Width: | Height: | Size: 95 B |
BIN
games/tictac/shall13.gif
Normal file
After Width: | Height: | Size: 241 B |
BIN
games/tictac/shall14.gif
Normal file
After Width: | Height: | Size: 96 B |
BIN
games/tictac/shall15.gif
Normal file
After Width: | Height: | Size: 188 B |
BIN
games/tictac/shall2.gif
Normal file
After Width: | Height: | Size: 97 B |
BIN
games/tictac/shall3.gif
Normal file
After Width: | Height: | Size: 221 B |
BIN
games/tictac/shall4.gif
Normal file
After Width: | Height: | Size: 76 B |
BIN
games/tictac/shall5.gif
Normal file
After Width: | Height: | Size: 244 B |
BIN
games/tictac/shall6.gif
Normal file
After Width: | Height: | Size: 195 B |
BIN
games/tictac/shall7.gif
Normal file
After Width: | Height: | Size: 89 B |
BIN
games/tictac/shall8.gif
Normal file
After Width: | Height: | Size: 222 B |
BIN
games/tictac/shall9.gif
Normal file
After Width: | Height: | Size: 76 B |
BIN
games/tictac/sidebottom.gif
Normal file
After Width: | Height: | Size: 101 B |
BIN
games/tictac/sidetop.gif
Normal file
After Width: | Height: | Size: 103 B |
BIN
games/tictac/ticNEWGAME_off.gif
Normal file
After Width: | Height: | Size: 154 B |
BIN
games/tictac/ticNEWGAME_on.gif
Normal file
After Width: | Height: | Size: 154 B |
BIN
games/tictac/ticQUIT_off.gif
Normal file
After Width: | Height: | Size: 128 B |
BIN
games/tictac/ticQUIT_on.gif
Normal file
After Width: | Height: | Size: 128 B |
BIN
games/tictac/tie1.gif
Normal file
After Width: | Height: | Size: 211 B |
BIN
games/tictac/tie2.gif
Normal file
After Width: | Height: | Size: 78 B |
BIN
games/tictac/tie3.gif
Normal file
After Width: | Height: | Size: 231 B |
BIN
games/tictac/tie4.gif
Normal file
After Width: | Height: | Size: 89 B |
BIN
games/tictac/tie5.gif
Normal file
After Width: | Height: | Size: 213 B |
BIN
games/tictac/turn0.gif
Normal file
After Width: | Height: | Size: 369 B |
BIN
games/tictac/turn1.gif
Normal file
After Width: | Height: | Size: 589 B |
BIN
games/tictac/win1.gif
Normal file
After Width: | Height: | Size: 193 B |
BIN
games/tictac/win2.gif
Normal file
After Width: | Height: | Size: 80 B |
BIN
games/tictac/win3.gif
Normal file
After Width: | Height: | Size: 188 B |
BIN
games/tictac/win4.gif
Normal file
After Width: | Height: | Size: 88 B |
BIN
games/tictac/win5.gif
Normal file
After Width: | Height: | Size: 184 B |
BIN
games/tictac/x.gif
Normal file
After Width: | Height: | Size: 211 B |
BIN
games/tictac/x_lite.gif
Normal file
After Width: | Height: | Size: 209 B |
BIN
gb_blueridge.gif
Normal file
After Width: | Height: | Size: 581 B |
@ -6,9 +6,9 @@
|
||||
<body bgcolor="Cornsilk">
|
||||
<h1><center>Guestbook</h1><Br><hr><br>
|
||||
<!-- \/ GuestGEAR Code by http://htmlgear.com \/ -->
|
||||
<a href="http://htmlgear.lycos.com/specs/guest.html"><img border=0 ismap src="http://htmlgear.lycos.com/img/guest/gb_blueridge.gif"></a><br>
|
||||
<a href="http://htmlgear.lycos.com/guest/control.guest?u=jjarvis10&i=1&a=view"><font face="arial,helv,helvetica,sans serif" size=-1>View My Guestbook</font></a><br>
|
||||
<a href="http://htmlgear.lycos.com/guest/control.guest?u=jjarvis10&i=1&a=sign"><font face="arial,helv,helvetica,sans serif" size=-1>Sign My Guestbook</font></a><br>
|
||||
<a href="#"><img border=0 ismap src="gb_blueridge.gif"></a><br>
|
||||
<a href="#"><font face="arial,helv,helvetica,sans serif" size=-1>View My Guestbook</font></a><br>
|
||||
<a href="#"><font face="arial,helv,helvetica,sans serif" size=-1>Sign My Guestbook</font></a><br>
|
||||
<!-- /\ End GuestGEAR Code /\ -->
|
||||
</body>
|
||||
</html>
|
18
index.html
@ -3,18 +3,16 @@
|
||||
<head>
|
||||
|
||||
<title>Jake's Site</title>
|
||||
|
||||
<FRAMESET cols="150,*" BORDER="0" frameborder="0">
|
||||
|
||||
<FRAME NAME="left" SRC="left.html" NORESIZE target="main">
|
||||
|
||||
<FRAME NAME="main" SRC="mid.html" NORESIZE>
|
||||
|
||||
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" >
|
||||
<FRAMESET cols="150,*" BORDER="0" frameborder="0" framespacing="0">
|
||||
<FRAME NAME="left" SRC="left.html" NORESIZE target="main">
|
||||
<FRAME NAME="main" SRC="mid.html" NORESIZE>
|
||||
</FRAMESET>
|
||||
|
||||
<body>
|
||||
<noframes>Sorry... Your browser does not support frames. Please update your browser to <a href="http://www.netscape.com/download">Netscape</a> or <a href="http://www.microsoft.com/ie">Internet Explorer</a> to continue.</noframes>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<noframes>Sorry... Your browser does not support frames. Please update your browser to <a href="#">Netscape</a> or <a href="#">Internet Explorer</a> to continue.</noframes>
|
||||
</body>
|
||||
|
||||
</html>
|
@ -5,6 +5,6 @@
|
||||
</head>
|
||||
<body bgcolor="Cornsilk">
|
||||
<center><h1>Information About This Site</h1><br><hr><br>
|
||||
This site was made by <a href="mailto:jakejarvis@msn.com">Jake Jarvis</a> on October 13, 2001. This site is based on <a href="http://www.libertycornercomputing.com">Liberty Corner Computing's</a> site and <a href="http://www.geocities.com/dantheman240">Dan's World</a>. More coming soon!
|
||||
This site was made by <a href="mailto:jakejarvis@msn.com">Jake Jarvis</a> on October 13, 2001. This site is based on <a href="#">Liberty Corner Computing's</a> site and <a href="#">Dan's World</a>. More coming soon!
|
||||
</body>
|
||||
</html>
|
22
left.html
@ -1,5 +1,23 @@
|
||||
<html><head>
|
||||
<html>
|
||||
<head>
|
||||
|
||||
<LINK REL=stylesheet HREF="style.css" TYPE="text/css">
|
||||
|
||||
<title>Left</title><base target="main"></head><body bgcolor="Cornsilk"><center> <img src="USFlag.gif"><br><br><a href="mid.html">Home</a><br><br><a href="tribute.html">Tribute to Americans</a><br><br><a href="chatbeta.html">Chat Room</a><br><br><a href="http://htmlgear.lycos.com/guest/control.guest?u=jjarvis10&i=1&a=view">Sign/View Guestbook</a><br><br><a href="contact.html">Contact Me</a><br><Br><a href="downloads.html">Cool Downloads</a><br><br><a href="games.html">Games!</a><br><br><a href="weather.html">Live Weather</a><br><br><br><br><br><br><br><br<!--WEBBOT bot="HTMLMarkup" startspan ALT="Site Meter" --><script type="text/javascript" language="JavaScript">var site="s10jajarvis"</script><script type="text/javascript" language="JavaScript1.2" src="http://s10.sitemeter.com/js/counter.js?site=s10jajarvis"></script><noscript><a href="http://s10.sitemeter.com/stats.asp?site=s10jajarvis" target="_top"><img src="http://s10.sitemeter.com/meter.asp?site=s10jajarvis" alt="Site Meter" border=0></a></noscript><!-- Copyright (c)2000 Site Meter --><!--WEBBOT bot="HTMLMarkup" Endspan --></center></body></html>
|
||||
<title>Left</title>
|
||||
<base target="main">
|
||||
</head>
|
||||
<body bgcolor="Cornsilk">
|
||||
<center>
|
||||
<img src="USFlag.gif"><br><br>
|
||||
<a href="mid.html">Home</a><br><br>
|
||||
<a href="tribute.html">Tribute to Americans</a><br><br>
|
||||
<a href="chatbeta.html">Chat Room</a><br><br>
|
||||
<a href="guestbook.html">Sign/View Guestbook</a><br><br>
|
||||
<a href="contact.html">Contact Me</a><br><Br>
|
||||
<a href="downloads.html">Cool Downloads</a><br><br>
|
||||
<a href="games.html">Games!</a><br><br>
|
||||
<a href="weather.html">Live Weather</a>
|
||||
<!--<br><br><br><br><br><br><br><br>-->
|
||||
<!--WEBBOT bot="HTMLMarkup" startspan ALT="Site Meter" --><!--<script type="text/javascript" language="JavaScript">var site="s10jajarvis"</script><script type="text/javascript" language="JavaScript1.2" src="http://s10.sitemeter.com/js/counter.js?site=s10jajarvis"></script><noscript><a href="http://s10.sitemeter.com/stats.asp?site=s10jajarvis" target="_top"><img src="http://s10.sitemeter.com/meter.asp?site=s10jajarvis" alt="Site Meter" border=0></a></noscript>--><!-- Copyright (c)2000 Site Meter --><!--WEBBOT bot="HTMLMarkup" Endspan -->
|
||||
</center>
|
||||
</body></html>
|
17
mid.html
@ -4,8 +4,9 @@
|
||||
|
||||
<LINK REL=stylesheet HREF="style.css" TYPE="text/css">
|
||||
|
||||
<SCRIPT LANGUAGE="javascript">window.open('popup.html','blah',config='height=150,width=450,toolbar=no,menubar=0,status=0')</SCRIPT>
|
||||
<!--<SCRIPT LANGUAGE="javascript">window.open('popup.html','blah',config='height=150,width=450,toolbar=no,menubar=0,status=0')</SCRIPT>-->
|
||||
|
||||
<!--
|
||||
<style>
|
||||
|
||||
.spanstyle {
|
||||
@ -27,8 +28,10 @@
|
||||
}
|
||||
|
||||
</style>
|
||||
-->
|
||||
|
||||
<script>
|
||||
|
||||
<!--<script>
|
||||
|
||||
|
||||
|
||||
@ -160,9 +163,8 @@ function makesnake() {
|
||||
|
||||
|
||||
|
||||
</script><br><title><font color="Green">Jake's Site</font></title></head><BODY BGCOLOR="Cornsilk" onLoad="makesnake()" style="width:100%;overflow-x:hidden;overflow-y:scroll"><script>
|
||||
</script>--><br><title><font color="Green">Jake's Site</font></title></head><BODY BGCOLOR="Cornsilk"><!--<script>
|
||||
|
||||
<!-- Beginning of JavaScript -
|
||||
|
||||
|
||||
|
||||
@ -188,16 +190,15 @@ document.onmousemove = handlerMM;
|
||||
|
||||
|
||||
|
||||
// - End of JavaScript - -->
|
||||
|
||||
</script><center><marquee><font face="Comic Sans MS">Welcome to Jake's Site! ! I update this site daily, so do me a favor and bookmark this page...</font></marquee><br><h1><font color="Green">Jake's Site</font></h1><br><hr><br>If you have been here before, you have noticed some changes. First, this is my first page I coded in HTML! Second is the frames, and third is <a href="thanks.html">all the help</a> I got at <a href="http://www.libertycornercomputing.com">Liberty Corner Computing</a>! I hope you like this new site! Oh, and please do me a favor and "<a href="tellfriend.html">Tell-a-Friend</a>"! This site has some of my favorite <a href="games.html">games</a>, <a href="downloads.html">downloads</a>, a <a href="chatbeta.html">chatroom</a>, and more! If you are interested about this site, please <a href="info.html">click here</a>.<br></a><br><font color="red">
|
||||
</script>--><center><marquee><font face="Comic Sans MS">Welcome to Jake's Site! ! I update this site daily, so do me a favor and bookmark this page...</font></marquee><br><h1><font color="Green">Jake's Site</font></h1><br><hr><br>If you have been here before, you have noticed some changes. First, this is my first page I coded in HTML! Second is the frames, and third is <a href="thanks.html">all the help</a> I got at <a href="#">Liberty Corner Computing</a>! I hope you like this new site! Oh, and please do me a favor and "<a href="tellfriend.html">Tell-a-Friend</a>"! This site has some of my favorite <a href="games.html">games</a>, <a href="downloads.html">downloads</a>, a <a href="chatbeta.html">chatroom</a>, and more! If you are interested about this site, please <a href="info.html">click here</a>.<br></a><br><font color="red">
|
||||
Section of the week:</font><br><marquee>Welcome to <i><a href="chatbeta.html">Chat Week</a></i>! That means...
|
||||
Try to chat here every day and I'll try to join in! <a href="chatbeta.html">Check it out</a>!
|
||||
</marquee><font><br><hr><br>Vote for my site... <i>Please?</i><br><!-- v- PollGEAR Code by http://htmlgear.com -v -->
|
||||
|
||||
|
||||
|
||||
<script language="JavaScript" src="http://htmlgear.lycos.com/poll/control.poll?u=jjarvis10&i=1&a=render">
|
||||
<!--<script language="JavaScript" src="http://htmlgear.lycos.com/poll/control.poll?u=jjarvis10&i=1&a=render">
|
||||
|
||||
</script>
|
||||
|
||||
@ -207,7 +208,7 @@ Try to chat here every day and I'll try to join in! <a href="chatbeta.html">Chec
|
||||
|
||||
<A HREF="http://htmlgear.lycos.com/poll/control.poll?u=jjarvis10&i=1&a=render">Jake's Site Poll:</A> <img src='http://htmlgear.lycos.com/img/log/po_i_getgear.GIF' border='0'><br>htmlGEAR.com</a></font>
|
||||
|
||||
</noscript>
|
||||
</noscript>-->
|
||||
|
||||
<!-- ^- End PollGEAR Code -^ -->
|
||||
|
||||
|
@ -6,12 +6,15 @@
|
||||
<body bgcolor="cornsilk"><center>
|
||||
<center><h1>Tell-a-Friend!</h1></center><Br><hr><br>
|
||||
<!-- v- pass-it-onGEAR Code by http://htmlgear.com -v -->
|
||||
<script language="JavaScript" src="http://htmlgear.lycos.com/pass/control.pass?u=jjarvis10&i=1&a=render&style=js">
|
||||
<!--<script language="JavaScript" src="http://htmlgear.lycos.com/pass/control.pass?u=jjarvis10&i=1&a=render&style=js">
|
||||
</script>
|
||||
<noscript>
|
||||
<A HREF="http://htmlgear.lycos.com/pass/control.pass?u=jjarvis10&i=1&a=render&">
|
||||
<img src="http://htmlgear.lycos.com/img/pass/badge4.gif" border="0"></a><BR><a href="http://htmlgear.lycos.com/specs/pass.html"><img src="http://htmlgear.lycos.com/img/log/pa_i_getgear.GIF" alt="get this gear!" border="0"></a>
|
||||
</noscript>
|
||||
</noscript>-->
|
||||
|
||||
<A HREF="#">
|
||||
<img src="badge4.gif" border="0"></a><BR><a href="#"><img src="fb_i_getgear.GIF" alt="get this gear!" border="0"></a>
|
||||
|
||||
<!-- ^- End pass-it-onGEAR Code -^ -->
|
||||
|
||||
|
@ -10,8 +10,8 @@
|
||||
|
||||
<center><h1>Special Thanks!</h1><br><hr><br>
|
||||
|
||||
A special thanks to <a href="mailto:stevei2071@aol.com">Steve</a> and <a href="mailto:fitret@hotmail.com">Fitret</a> (<a href="mailto:fitret@hotmail.com">Eric</a>) for all the HTML help at <a href="http://www.libertycornercomputing.com" target="_top">Liberty Corner Computing</a>!<br><br>
|
||||
<b>Please notice that this site is now hosted on the <a href="http://www.libertycornercomputing.com" target="_top">Liberty Corner Computing</a> server. A special thanks to <a href="mailto:Fitret@hotmail.com">Fitret</a> for putting it up.
|
||||
A special thanks to <a href="mailto:stevei2071@aol.com">Steve</a> and <a href="mailto:fitret@hotmail.com">Fitret</a> (<a href="mailto:fitret@hotmail.com">Eric</a>) for all the HTML help at <a href="#">Liberty Corner Computing</a>!<br><br>
|
||||
<b>Please notice that this site is now hosted on the <a href="#">Liberty Corner Computing</a> server. A special thanks to <a href="mailto:Fitret@hotmail.com">Fitret</a> for putting it up.
|
||||
|
||||
</body>
|
||||
|
||||
|
14
tribute.html
@ -30,10 +30,17 @@
|
||||
|
||||
|
||||
|
||||
<center><h1>Tribute to <font color="Red">Amer</font><font color="Blue">icans</font></h1><br><hr><Br>This is a <font color="red">Macromedia Flash</font> movie that shows a flag. (<a href="http://www.shockwave.com/download">Download Flash Player</a>)
|
||||
<center><h1>Tribute to <font color="Red">Amer</font><font color="Blue">icans</font></h1><br><hr><Br>
|
||||
<img src="ourthoughts.gif"><br><br>
|
||||
|
||||
This is a <font color="red">Macromedia Flash</font> movie that shows a flag. (<a href="#">Download Flash Player</a>)
|
||||
|
||||
|
||||
<br>
|
||||
|
||||
<br><i>[removed]</i>
|
||||
|
||||
<!--
|
||||
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
|
||||
|
||||
|
||||
@ -46,14 +53,15 @@
|
||||
|
||||
|
||||
|
||||
<PARAM NAME=movie VALUE="http://www.geocities.com/dantheman240/flag.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#FFFFFF> <EMBED src="http://www.geocities.com/dantheman240/flag.swf" quality=high bgcolor=#FFFFFF WIDTH=550 HEIGHT=400 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED><br>
|
||||
<PARAM NAME=movie VALUE="flag.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#FFFFFF> <EMBED src="flag.swf" quality=high bgcolor=#FFFFFF WIDTH=550 HEIGHT=400 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED><br>
|
||||
|
||||
|
||||
|
||||
</OBJECT>
|
||||
-->
|
||||
<br><br>
|
||||
|
||||
Go to <a href="http://www.geocities.com/dantheman240"><i>Dan's World</i></a> to find more cool stuff!
|
||||
Go to <a href="#"><i>Dan's World</i></a> to find more cool stuff!
|
||||
|
||||
</center></body></html>
|
||||
|
||||
|
10
weather.html
@ -1,5 +1,11 @@
|
||||
<html><head>
|
||||
<LINK REL=stylesheet HREF="style.css" TYPE="text/css">
|
||||
<title>Weather</title></head><body bgcolor="Cornsilk"><center><h1>Weather</h1><br><hr><br><!-- begin weather.com viewer include code --><form method="post" action="http://www.weather.com/cgi-bin/uncgi/zip_city_search.cgi?par=internal&site=viewer&code=482457&promo=english"><table><tr> <td ><font face="arial,helvetica" color="#004371" size="2"> Enter a city or US Zip </font> <input name="destination" type="text" size="8" value=""> <input type="image" src="http://image.weather.com/pics/button_go.gif" width="26" height="23" border="0" alt="go!" value="Go City"> </td> </tr><tr> <td colspan = "3" align = "left" ><a href="http://oap.weather.com/fcgi-bin/oap/generate_viewer?loc_id=USNJ0484&from=internal&par=internal&site=viewer&promo=english&code=482457"><center>Today's Weather</center></a></td> </tr></table></form><!-- end weather.com viewer include code-->
|
||||
<title>Weather</title></head><body bgcolor="Cornsilk"><center><h1>Weather</h1>
|
||||
|
||||
<font size="2">(<a href="http://www.weather.com">Weather Channel</a>)</font></center></body></html>
|
||||
<br><hr><br>
|
||||
|
||||
<form action="#"><table><tr> <td ><font face="arial,helvetica" color="#004371" size="2">Enter a city or US Zip </font> <input name="destination" type="text" size="8" value=""> <input type="button" value="Go City"> </td> </tr><tr> <td colspan = "3" align = "left" ><a href="#"><center>Today's Weather</center></a></td> </tr></table></form>
|
||||
|
||||
<!-- begin weather.com viewer include code --><!--<form method="post" action="http://www.weather.com/cgi-bin/uncgi/zip_city_search.cgi?par=internal&site=viewer&code=482457&promo=english"><table><tr> <td ><font face="arial,helvetica" color="#004371" size="2">Enter a city or US Zip </font> <input name="destination" type="text" size="8" value=""> <input type="image" src="http://image.weather.com/pics/button_go.gif" width="26" height="23" border="0" alt="go!" value="Go City"> </td> </tr><tr> <td colspan = "3" align = "left" ><a href="http://oap.weather.com/fcgi-bin/oap/generate_viewer?loc_id=USNJ0484&from=internal&par=internal&site=viewer&promo=english&code=482457"><center>Today's Weather</center></a></td> </tr></table></form>--><!-- end weather.com viewer include code-->
|
||||
|
||||
<font size="2">(<a href="#">Weather Channel</a>)</font></center></body></html>
|