|
|
<html>
<head>
<title>JavaFILE</title>
<script
language="javascript">
var agePrompt=prompt("Cual es tu edad?");
if (agePrompt>=18)
alert('Eres mayor de edad,bienvenido!!')
else {
alert('lo
siento,vuelve en unos cuantos aqos!')
document.location="http://www.disney.com";
}
</script>
<base
target="leftframe">
</head>
<body BGCOLOR="#ffffff" link="#CC0033" vlink="#333399" alink="#FF0000" <!--content start-->
<p align="center"><img
src="http://www.geocities.com/ghghghgh_2000/login3.gif"
alt="banner.GIF
(2826 bytes)"></p>
<table
WIDTH="96%" BORDER="0" CELLSPACING="5" CELLPADDING="5">
<tr>
<p></font> </p>
</body>
</html>
|
|