On Aug 18, 8:54*pm, Tom Lavedas <tglba...@xxxxxx> wrote:
> On Aug 18, 10:11 am, Rama <gopi9...@xxxxxx> wrote:
>>
> > 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. >>>
> 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