Bonjour,

J'ai ce code-ci:

Code : S�lectionner tout - Visualiser dans une fen�tre � part
1
2
3
url = "http://" + hostName + "/GR/" + <%= admnr %> + "/";
 
openWindow2(url,"GR",largeur,hauteur);
La fonction openWindow2 fait simplement un window.open.

J'aimerais tester si mon url existe bien afin d'afficher un message pour l'utilisateur si ce site n'existe pas et s'il existe j'ex�cute ma fonction.

Quelqu'un sait-il comment je pourrais m'y prendre?

Merci

Micha�l