First commit ~0,10
This commit is contained in:
99
buscar.htm
Normal file
99
buscar.htm
Normal file
@ -0,0 +1,99 @@
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta http-equiv="Content-Type"
|
||||
content="text/html; charset=iso-8859-1">
|
||||
<meta name="GENERATOR" content="Microsoft FrontPage Express 2.0">
|
||||
<title>Frame de b<>squeda</title>
|
||||
|
||||
</head>
|
||||
|
||||
<body background="Webj-f0.gif" bgcolor="#FFDE00">
|
||||
|
||||
<p>Introduce el nombre del juego a buscar y pulsa el bot<6F>n
|
||||
"Iniciar b<>squeda".</p>
|
||||
|
||||
<form name="BusquedaDeTrucos" onSubmit="BuscarContenidoPagina(keywords.value)">
|
||||
<!--action="search_engine" method="POST" target="inicio"-->
|
||||
|
||||
<table border="0" cellpadding="0" cellspacing="0"
|
||||
width="100%">
|
||||
<tr>
|
||||
<td><div align="left"><table border="0">
|
||||
<tr>
|
||||
<td><table border="0" width="100%">
|
||||
<tr>
|
||||
<td nowrap><strong>Juego:</strong></td>
|
||||
<td align="right" nowrap><input
|
||||
type="text" size="19" name="keywords"><input
|
||||
type="submit" name="B3" value="Ok!" ></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><table border="0" width="100%">
|
||||
<tr>
|
||||
<td><select name="Temas" size="1">
|
||||
<option selected value="00">Elige una letra</option>
|
||||
<option value="00">------------------------</option>
|
||||
<option value="AB">Trucos A-B</option>
|
||||
<option value="CD">Trucos C-D</option>
|
||||
<option value="EF">Trucos E-F</option>
|
||||
<option value="GH">Trucos G-H</option>
|
||||
<option value="IJ">Trucos I-J</option>
|
||||
<option value="KL">Trucos K-L</option>
|
||||
<option value="MN">Trucos M-N</option>
|
||||
<option value="OQ">Trucos O-Q</option>
|
||||
<option value="RT">Trucos R-T</option>
|
||||
<option value="UW">Trucos U-W</option>
|
||||
<option value="XZ">Trucos X-Z</option>
|
||||
</select></td>
|
||||
<td align="right"><input type="reset"
|
||||
name="B2" value="Busq. Manual"
|
||||
onclick="LoadFrame(this.form.Temas.options[this.form.Temas.selectedIndex].value)"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div></td>
|
||||
<td><img src="androide.gif" align="center" width="65"
|
||||
height="90"></td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
</table>
|
||||
<table border="0" width="100%">
|
||||
<tr>
|
||||
<td><p align="center"><font size="1">Que sepas, que
|
||||
desde este mismo instante, te considero un
|
||||
<20><>TRAMPOSO!!.</font></p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
<script languaje="JavaScript">
|
||||
<!--
|
||||
|
||||
function LoadFrame( FrameToLoad )
|
||||
{
|
||||
if ( FrameToLoad != "00" )
|
||||
parent.frames['inicio'].location.href = "trucos/trucos_" + FrameToLoad + ".htm";
|
||||
}
|
||||
|
||||
// Estoy esperando a una funci<63>n que sea capaz de buscar (DE VERDAD)
|
||||
// si tienes algo parecido, mandamelo: Jose-David.Guillen@cs.us.es
|
||||
function BuscarContenidoPagina( PalabrasClave )
|
||||
{
|
||||
var SufijoPag = "AB";
|
||||
|
||||
if ( confirm( "Servicio de busqueda en construcci<63>n.\nPor favor, realice la misma de forma manual.\n\nP.D.: Si puedes proporcionarme un sistema de b<>squeda, (preferimblemente en JAVA), por favor, no te olvides manadarmelo.\n\nSaltando hacia: trucos_" + SufijoPag + ".htm" ) )
|
||||
LoadFrame( SufijoPag );
|
||||
|
||||
}
|
||||
|
||||
|
||||
//-->
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user