Ver Mensaje Individual
  #2 (permalink)  
Antiguo 16/10/2007, 15:30
Avatar de jorgedx
jorgedx
 
Fecha de Ingreso: junio-2005
Ubicación: Chile, Los Andes
Mensajes: 406
Antigüedad: 18 años, 10 meses
Puntos: 4
Re: javascrip y php

Hola angela_

Asi si funciona....


Código PHP:
<html>
<head>
<?php


echo '<script language="javascript"> var a = new Array();';
echo 
' a[0] = 1; ';

echo 
'alert(a[0]);';
echo 
'</script>';

?>
</head>
<body>

</body>

</html>

Supongo este tema deberia ir en javascript no?
__________________
Nuevamente a las pistas ...