PDA

View Full Version : modifying the value in a text box



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

Simon Lloyd
07-12-2008, 04:49 PM
Moved to correct forum.

gopi09_m
07-13-2008, 10:25 PM
Could you please guide me to locate where the post has been moved to?

Simon Lloyd
07-14-2008, 02:42 AM
Yep, located here (http://vbaexpress.com/forum/forumdisplay.php?f=21)