Forum de discussion
Forum « Programmation Javascript » (archives)
Urgent-lecture de l'url de la prochainepage
Envoyé: 24 octobre 2003, 5h40 par slim.charfi
J'ai une question à des informaticiens qui ont travaillé sur le Web.
Mon problème est lorsque j'utilise javaScript il me renvoi l'adresse de la page courante
"
Exemple:
<body onUnload="form.nomUrl = location.href">
"
Ce script me renvoie l'url de la page courante et mon objectif est de lire l'url de la
prochaine page.
Par exemple si je suis dans la page de mon application (http://optinet) et j'ecrit
google.com je veux récupérer l'url de GOOGLE vers laquelle je me dirige (google.com).
Merci beaucoup pour votre aide
Hi every body,
I ask this questions to persons who works on the Web application.
My problem is when I use javaScript, it sends to me the current URL
"
Exemple:
<body onUnload="form.urlName = location.href">
"
This script sends to me the current URL and I want to read the URL of the next page.
For example if I'm in my application page (http://optinet) and I write google.com I want to
read the URL of the page to which the request is send (google.com).
Thanks a lot for your help.
Réponses
|