Ver Mensaje Individual
  #9 (permalink)  
Antiguo 21/04/2006, 08:02
erfon2
 
Fecha de Ingreso: diciembre-2003
Mensajes: 52
Antigüedad: 20 años, 5 meses
Puntos: 0
miguel867:
Código PHP:
<?php
$variable 
'http://google.com/';
?>
<script>window.location=<?=$variable;?></script>

# Está bien como te lo ha dicho "uamistad"

Código PHP:
$variable='lalala';
echo 
'<script>window.location='$variable .'</script>'