Results 1 to 5 of 5

Thread: [RESOLVED] A different problem with Webbrowser control

Threaded View

  1. #1

    Thread Starter
    Member
    Join Date
    Dec 2002
    Posts
    56

    Thumbs up [RESOLVED] A different problem with Webbrowser control

    I'll explain my situation.

    I have a webbrowser control in my form using which I fill a form a submit data. The comment submission form is supposed to have 3 text boxes but sometimes there could be 4. So I need to know the exact number before trying to fill the form. Also the issue is there could be more than one form in this page and therefore I can't call it like form(0) or form(1) as the index can vary. But the good thing is the id of the form to be filled is always the same. So I can call it with getelementbyid("postform").

    So my question is how can I count the no.of text boxes belonging to the form with id "postform"?
    Last edited by Inman; Nov 29th, 2006 at 02:07 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width