100 lines
		
	
	
		
			3.7 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			100 lines
		
	
	
		
			3.7 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<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ó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
 | 
						|
            ¡¡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ó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ó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>
 |