<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
   "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<!-- Isma Etxeberria Agiriano (CC) 2011 -->
<head>
  <title> Patr&oacute;n IEA </title>
  <link rel="shortcut icon" href="img/isma2-16x16.gif" />
  <link rel="stylesheet" href="css/idx.css" type="text/css" />
  <script type="text/javascript" src="patron.js"></script>
</head>
<body>
  <form name="miFormu" onsubmit="return validar()">
    Introduce un valor entre 1 y 5: <input type="text" name="miDato" /><br />
    <input type="submit" value="Enviar">
  </form>
</body>
</html>