![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| 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. |
| |||||||
![]() |
| |
| | #1 (permalink) |
| | 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 Specs![]() |
| | #2 (permalink) |
| | 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 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 Specs![]() |
| | #3 (permalink) |
| | 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. 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 Specs![]() |
| | #4 (permalink) |
| | 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/ 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 Specs![]() |
![]() |
| 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 | |||