Hey guys!

I need to have my VBA macro enter the user name and pasword to login a website.

The macro is working for the user name but I cannot find how to access to the password field...

For the user name:
IE.document.getElementById("login_field").Value = "testID"

However, the password box doesn't seem to have an ID I can use... here's the website code:

http://i20.photobucket.com/albums/b2...pss0xznsrj.jpg

Can anyone have a look an tell me how I can have the macro access the password box?