Bonjour,
Je cherche a cliquer sur le lien suivant :
Code html : Sélectionner tout - Visualiser dans une fenêtre à part <a href="http://statslaredoute.accueil-direct.fr/logext.do?username=xxxxxx&password=xxxxxx&modele=detail" target="visu" class="menu">Statistiques SVI</a>
voici la source complete
Code html : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15 <!-- #CVF MENU_DEBUT --> <tr> <td colspan="3" width="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <!-- #CVF MENU_TOP_LIEN --> <tr> <td valign="top"><img src="/pic/fleche.gif" border="0"></td> <td width="100%" class="menu"> <a href="http://statslaredoute.accueil-direct.fr/logext.do?username=xxxxxx&password=xxxxxx&modele=detail" target="visu" class="menu">Statistiques SVI</a> </td> </tr> <!-- #CVF MENU_FIN --> </table> </td> </tr>
Ce lien étant dans la frame(0) de ma page internet.
Quelqu'un pourrait-il m'aider ?
Merci
Partager