Windows Vista Forums

working on html objects using HTML DOM, VBscript
  1. #1


    Rama Guest

    working on html objects using HTML DOM, VBscript

    Hi All,

    I have one html page with forms and objects like radiobuttons,
    checkboxes, dropdown list, text boxes, links.....
    I will perform some operations on these objects, like selecting value
    from dropdown, check the checkbox ON...
    When I click on button, the seleted values should display in the
    textbox.

    can some one please provde me the code for this using HTML DOM,
    VBscript.



    Thanks in adavance.

    - thanks

      My System SpecsSystem Spec

  2. #2


    Tom Lavedas Guest

    Re: working on html objects using HTML DOM, VBscript

    On Aug 18, 10:11 am, Rama <gopi9...@xxxxxx> wrote:

    > Hi All,
    >
    > I have one html page with forms and objects like radiobuttons,
    > checkboxes, dropdown list, text boxes, links.....
    > I will perform some operations on these objects, like selecting value
    > from dropdown, check the checkbox ON...
    > When I click on button, the seleted values should display in the
    > textbox.
    >
    > can some one please provde me the code for this using HTML DOM,
    > VBscript.
    >
    > Thanks in adavance.
    >
    > - thanks
    Are you looking for a standalone VBS procedure to automate a page's
    operation or client-side script to include in the HTML? The first
    case requires the use of the InternetExplorer.Application object to
    access. The second is just encoded into the HTML page in a <script></
    script> block (and widely documented at MS sites). Therefore, knowing
    which environment is needed significantly impacts the response.

    Tom Lavedas
    ===========
    http://members.cox.net/tglbatch/wsh/

      My System SpecsSystem Spec

  3. #3


    Paul Randall Guest

    Re: working on html objects using HTML DOM, VBscript


    "Rama" <gopi9999@xxxxxx> wrote in message
    news:453e12cd-29bc-439a-8ac2-7677aafab3f8@xxxxxx

    > Hi All,
    >
    > I have one html page with forms and objects like radiobuttons,
    > checkboxes, dropdown list, text boxes, links.....
    > I will perform some operations on these objects, like selecting value
    > from dropdown, check the checkbox ON...
    > When I click on button, the seleted values should display in the
    > textbox.
    >
    > can some one please provde me the code for this using HTML DOM,
    > VBscript.
    HTAs can contain forms and the objects you mention. Microsoft has a free
    HTA download, called HTA Helpomatic. This HTA builds a window with the
    objects you mention and does the operations you mention as you use the HTA
    to build HTML and script segments that do what you want. I would suggest
    using this HTA as a learning tool do do what you want.
    http://www.microsoft.com/downloads/d...DisplayLang=en

    -Paul Randall



      My System SpecsSystem Spec

  4. #4


    Rama Guest

    Re: working on html objects using HTML DOM, VBscript

    On Aug 18, 8:54*pm, Tom Lavedas <tglba...@xxxxxx> wrote:

    > On Aug 18, 10:11 am, Rama <gopi9...@xxxxxx> wrote:
    >

    > > Hi All,
    >

    > > I have one html page with forms and objects like radiobuttons,
    > > checkboxes, dropdown list, text boxes, links.....
    > > I will perform some operations on these objects, like selecting value
    > > from dropdown, check the checkbox ON...
    > > When I click on button, the seleted values should display in the
    > > textbox.
    >

    > > can some one please provde me the code for this using HTML DOM,
    > > VBscript.
    >

    > > Thanks in adavance.
    >

    > > - thanks
    >
    > Are you looking for a standalone VBS procedure to automate a page's
    > operation or client-side script to include in the HTML? *The first
    > case requires the use of the InternetExplorer.Application object to
    > access. *The second is just encoded into the HTML page in a <script></
    > script> block (and widely documented at MS sites). *Therefore, knowing
    > which environment is needed significantly impacts the response.
    >
    > Tom Lavedas
    > ===========http://members.cox.net/tglbatch/wsh/
    Hi Tom,
    I am looking for the VBS procedure to automate a pages operation. ( I
    will take any simple html page with checkbox, table with two columns,
    dropdown, text boxes....)
    And main thing i wanted using HTMLDOM is,
    1) take all these page object values (whether checkbox is selected
    or not, selected value from dropdown, take values from text box.....)
    and place it in the empty text box in the same page.
    2) And also values from table of the page and create one xml.

    Please help me in this.

    - thanks

      My System SpecsSystem Spec

working on html objects using HTML DOM, VBscript problems?

Similar Threads
Thread Thread Starter Forum Replies Last Post
Vista and objects in HTML PCN065 Browsers & Mail 0 11 Nov 2009
Re: HTML & VBScript -> security problem!? carbooter VB Script 0 17 Oct 2009
problem download HTML in VBScript captain kris VB Script 9 04 Sep 2009
Some solutions I have constructed (HTA HTML vbScript) Benny Pedersen VB Script 5 28 May 2009
HTML and VBscript printer management page paultown VB Script 2 15 Jan 2009