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