Ver Mensaje Individual
  #3 (permalink)  
Antiguo 31/07/2008, 10:56
lanavi
 
Fecha de Ingreso: abril-2008
Mensajes: 32
Antigüedad: 16 años
Puntos: 0
Respuesta: variables javascript pasadas por URL

Cita:
<script>
function rediccionar(name,validity)
{
valor1 = "dato1";
valor2 = "dato2";
location.href="categorie_change.php?variable1="+va lor1+"&variable2="+valor2+"";
}
</script>


Saludos,
Larry Narro