Ver Mensaje Individual
  #11 (permalink)  
Antiguo 21/05/2006, 08:58
Avatar de Linue
Linue
 
Fecha de Ingreso: mayo-2006
Mensajes: 12
Antigüedad: 18 años
Puntos: 0
Los frames

Código PHP:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<
html>
<
head>
<
titlePagina Principal</title>
</
head>
<
frameset cols="225,*">
 <
frame src="prueba.html" name="datos" >
 <
frame src="teclado.html"  name="juego">
</
frameset>
</
html
El boton que llama a la otra funcion que esta en prueba

Código PHP:
<P>
<
INPUT TYPE "button"
   
NAME "AJugar"
   
VALUE "Jugar"
   
onclick "parent.teclado.init()" >
</
P
¿tambien subo el init?