![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
15/06/2004, 16:35
|
![Avatar de RootK](http://static.forosdelweb.com/customavatars/avatar16442_4.gif) | Moderador | | Fecha de Ingreso: febrero-2002 Ubicación: México D.F
Mensajes: 8.004
Antigüedad: 23 años Puntos: 50 | |
La podrías recoger así:
pagina_destino.html Cita: <html>
<head>
</head>
<body>
<script language=javascript> twdlength = window.location.search.length;
myvar=window.location.search.substring(7,twdlength);
alert(myvar);
</script>
</body>
</html> Espero te sirva.
Salu2 |