![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
15/09/2005, 17:07
|
![Avatar de davidangel](http://static.forosdelweb.com/customavatars/avatar98706_1.gif) | | | Fecha de Ingreso: abril-2005
Mensajes: 124
Antigüedad: 19 años, 9 meses Puntos: 0 | |
una opcion seria:
1,- crea una variable con php $var1
if($_POST)
//manejo los datos que se han metido en el formulario
$var1 = true;
else
$var1 = false;
...
?>
luego con javascript
<script language="JavaScript" type="text/javascript">
<?php
if($var=='true')
{?>
document.location.href=""http://google.com";
<?
}
?>
</script>
//bueno es una idea
//suerte nos vemos
PSD: no he probado esto jejej |