gopi09_m
07-11-2008, 11:12 PM
Hi,
How do i modify the value in a text box called "username" from the webpage "AccountLogin" page using HTML DOM in VBA.i am using IE.
i have HTML source code like below
<html>
<body>
<form name="sendin" action="http://10.10.10.1/login" method="post">
<input type="hidden" name="username" />
<input type="hidden" name="password" />
<input type="hidden" name="dst" value="" />
<input type="hidden" name="popup" value="true" />
</form>
</body>
</html>
Thanks & Regards,
Krrishna
How do i modify the value in a text box called "username" from the webpage "AccountLogin" page using HTML DOM in VBA.i am using IE.
i have HTML source code like below
<html>
<body>
<form name="sendin" action="http://10.10.10.1/login" method="post">
<input type="hidden" name="username" />
<input type="hidden" name="password" />
<input type="hidden" name="dst" value="" />
<input type="hidden" name="popup" value="true" />
</form>
</body>
</html>
Thanks & Regards,
Krrishna