Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > VB Script

Vista - working on html objects using HTML DOM, VBscript

Reply
 
Old 08-18-2008   #1 (permalink)
Rama


 
 

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
Old 08-18-2008   #2 (permalink)
Tom Lavedas


 
 

Re: working on html objects using HTML DOM, VBscript

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

> 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
Old 08-18-2008   #3 (permalink)
Paul Randall


 
 

Re: working on html objects using HTML DOM, VBscript


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

> 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
Old 08-18-2008   #4 (permalink)
Rama


 
 

Re: working on html objects using HTML DOM, VBscript

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

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

> > Hi All,
>
Quote:

> > 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.
>
Quote:

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

> > Thanks in adavance.
>
Quote:

> > - 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
Reply

Thread Tools


Similar Threads
Thread Forum
HTML in WLM Live Mail
problem download HTML in VBScript VB Script
Scripting.FileSystemObject with VBScript in HTML page VB Script
Some solutions I have constructed (HTA HTML vbScript) VB Script
HTML and VBscript printer management page VB Script


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46