Hello All
Bellow is the source code of the webpage. where i want to enter the city name through vba. Please help me on this.
I am using Ie.document.getelementsbyname("city").Item.value = "city". Please help me on this.
<tbody>
[TD="class: line-content"]<TABLE CLASS="Theme-Form">[/TD]
[TD="class: line-number"][/TD]
[TD="class: line-content"] <tr>[/TD]
[TD="class: line-number"][/TD]
[TD="class: line-content"] <td>[/TD]
[TD="class: line-number"][/TD]
[TD="class: line-content"]City:[/TD]
[TD="class: line-number"][/TD]
[TD="class: line-content"] </td>[/TD]
[TD="class: line-number"][/TD]
[TD="class: line-content"] <td>[/TD]
[TD="class: line-number"][/TD]
[TD="class: line-content"] <input type="text" name="city">[/TD]
[TD="class: line-number"][/TD]
[TD="class: line-content"] </td>[/TD]
[TD="class: line-number"][/TD]
[TD="class: line-content"] </tr>[/TD]
[TD="class: line-number"][/TD]
[TD="class: line-content"] <tr>[/TD]
[TD="class: line-number"][/TD]
[TD="class: line-content"] <td colspan="100%">[/TD]
[TD="class: line-number"][/TD]
[TD="class: line-content"] <hr width="100%">[/TD]
[TD="class: line-number"][/TD]
[TD="class: line-content"] </td>[/TD]
[TD="class: line-number"][/TD]
[TD="class: line-content"] </table>[/TD]
</tbody>
Bellow is the source code of the webpage. where i want to enter the city name through vba. Please help me on this.
I am using Ie.document.getelementsbyname("city").Item.value = "city". Please help me on this.
<tbody>
[TD="class: line-content"]<TABLE CLASS="Theme-Form">[/TD]
[TD="class: line-number"][/TD]
[TD="class: line-content"] <tr>[/TD]
[TD="class: line-number"][/TD]
[TD="class: line-content"] <td>[/TD]
[TD="class: line-number"][/TD]
[TD="class: line-content"]City:[/TD]
[TD="class: line-number"][/TD]
[TD="class: line-content"] </td>[/TD]
[TD="class: line-number"][/TD]
[TD="class: line-content"] <td>[/TD]
[TD="class: line-number"][/TD]
[TD="class: line-content"] <input type="text" name="city">[/TD]
[TD="class: line-number"][/TD]
[TD="class: line-content"] </td>[/TD]
[TD="class: line-number"][/TD]
[TD="class: line-content"] </tr>[/TD]
[TD="class: line-number"][/TD]
[TD="class: line-content"] <tr>[/TD]
[TD="class: line-number"][/TD]
[TD="class: line-content"] <td colspan="100%">[/TD]
[TD="class: line-number"][/TD]
[TD="class: line-content"] <hr width="100%">[/TD]
[TD="class: line-number"][/TD]
[TD="class: line-content"] </td>[/TD]
[TD="class: line-number"][/TD]
[TD="class: line-content"] </table>[/TD]
</tbody>