PDA

Click to See Complete Forum and Search --> : Auto Form Filler Help


Wicked-One
Jan 7th, 2001, 09:37 PM
Okay, I am trying to make a program that will complete a form on the internet automatically for me. My question is how do i check a radio button?

I am completing the forms by using this format:
WebBrowser1.Document.Forms(0).First_Name.Value = "name"

I get an error when i try to use this with a radio button, can someone please help?

Jan 19th, 2001, 07:16 PM
I need to know the answer to this too.
I know how to tick checkboxes....anybody help ??

Nickhere
Jan 27th, 2001, 06:17 PM
i can do a IE.Document.Forms(0).login.Value = login

but how do i do the same if it has frames.


nick