Hi,
I am trying to create a macro that logs into a website and enters the username and password. I have been able to do this for a few sites using getelementbyID but the this one doesnt have any ID's.
this is the source code for the username field:
input name="username" type="text" size="30"
this is the source code for the password field:
input name="password" type="password" size="30" value="" autocomplete="off"
and this is the source code for the submit button:
input name="B1" type="submit" value="Log in"
website is https://medi.hfs.illinois.gov/TruePa...oamingEPF.html
(website only works in IE)
Can this be done?
Bookmarks