How would i fill one of the editboxes on the following page using the webbrowser control
http://saiyan.vr9.com/test.html
thanx.
I've tried using the standard
webbrowser1.document.forms.name[].value = "Test"
Doesn't WORK :(
Printable View
How would i fill one of the editboxes on the following page using the webbrowser control
http://saiyan.vr9.com/test.html
thanx.
I've tried using the standard
webbrowser1.document.forms.name[].value = "Test"
Doesn't WORK :(
It's choking on the [ and ] in the name of the textbox. Do you have access to that page, and can you change the names to not include []?
nope i don't have access to the page. the url i gave was a sample of the page that i want to do this on. the actual page is somewhere else.
Thanx.