Bonjour,
J'essaye de me connecter sur un équipement par son interface web mais pas moyen.
Voici la source :
J'ai essayé :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13 <form action="javascript:login()" method="post"> <table border="0" cellspacing="2" cellpadding="0"> <tr> <td class="img" align="center" valign="middle" width="240"><img src="media/logo.jpg" width="120" height="70"></img><br> <strong>FoxBox G20 LOGIN<br> </strong></td> </tr> <tr> <td bgcolor="#dbd7d7" width="240"><br> <table width="67" border="0" cellspacing="0" cellpadding="0"> <tr> <td> Username </td> <td><input name="emailLogin" type="text" id="emailLogin" value="" maxlength="24"/></td>
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4 set ie = createobject("Internetexplorer.application") ie.visible = true ie.navigate("http://10.78.25.12/") ie.document.emailLogin.value = "admin"
Partager