This is not pron

Ketteringo

Banned
Feb 2, 2002
4,302
0
0
function sayIt (txt) {
this.status=txt;
}

function returnTruth() {
alert("trick me!");
this.status=" ";
}

What's that do?
 

element

Diamond Member
Oct 9, 1999
4,635
0
0
Originally posted by: SampSon
Gee, lemmie guess, something jumps out at you?

no nothing jumps out at you, i promise

it's a puzzle game, try to get to the next screen
 

NightCrawler

Diamond Member
Oct 15, 2003
3,179
0
0
<html>
<head>
<title>Welcome</title>
<bgsound src="./stuff/mus1.mp3" loop="infinite">
<style type="text/css">@import url('./stuff/css.css');</style>
<script src="./stuff/js.js" type="text/javascript"></script>
</head>

<body>

<center><img src="screen1.jpg" usemap="#no"></center>

<map name="no">
<area shape="rect" coords="347,218,362,233" href="./not">
</map>

</body>

</html>