Hello,
I m a new user and I have a trouble with a submitting form .
The link of the web site is http://www.assurland.com/Pages/Resul...OPEOEXIEAHHGDD
and i cannot submit the form "Cliquez ici pour comparer en détail".
Here is my code:
For Num = 0 To IE.Document.getElementsByTagName("TD").Length - 1
If IE.Document.getElementsByTagName("TD").Item(Num).className = "al_compare" Then
IE.Document.getElementsByTagName("TD").Item(Num).Click
'MsgBox IE.Document.getElementsByTagName("TD").Item(Num).tagName
'MsgBox IE.Document.getElementsByTagName("*").Item(Num).innerText
Exit For
End If
Next
It isn't work.
Can anybody give an advice.
Codactu,
The code source of the submit form is:
<td class="al_compare" colspan="10"><div onclick="horizontalCompare('EMPR');" onmouseover="javascript
roposalBubble_on('Cochez au maximum 5 assureurs');" onmouseout="javascript
roposalBubble_off();">Cliquez ici pour comparer en détail</div></td>
I m a new user and I have a trouble with a submitting form .
The link of the web site is http://www.assurland.com/Pages/Resul...OPEOEXIEAHHGDD
and i cannot submit the form "Cliquez ici pour comparer en détail".
Here is my code:
For Num = 0 To IE.Document.getElementsByTagName("TD").Length - 1
If IE.Document.getElementsByTagName("TD").Item(Num).className = "al_compare" Then
IE.Document.getElementsByTagName("TD").Item(Num).Click
'MsgBox IE.Document.getElementsByTagName("TD").Item(Num).tagName
'MsgBox IE.Document.getElementsByTagName("*").Item(Num).innerText
Exit For
End If
Next
It isn't work.
Can anybody give an advice.
Codactu,
The code source of the submit form is:
<td class="al_compare" colspan="10"><div onclick="horizontalCompare('EMPR');" onmouseover="javascript

