Hi there i have a problem. There is a page with more textboxes with same id and i want to fill them with text so i use

Wb.Document.getElementById("add_comment_text").Value = Text2.Text

the problem is this only fills only the first textbox and leaves the rest empty,how would i go about doing this? Can you post me some example