Using sendkeys in a web form
- From: LuisE <legonzales@xxxxxxxxx>
- Date: Fri, 22 Aug 2008 22:00:04 -0700
I need a script to open a website, tab thru a form in that webpage and
"submit" or "enter"at the 11th field (after doing tab for 11 times). I can
get the website open and the window acticvate but in order to be able to tab
inside the page I need to "click" on it. How can I replicate the "click"
event by using SendKeys or other method of VBScript.
Here is what I have
Set wshshell=CreateObject("wscript.shell")
With CreateObject("InternetExplorer.Application")
..Navigate "http://www.hcso.tampa.fl.us/pub/default.asp?/Online/sname01"
..visible=true
End with
Thanks in adavance
.
- Follow-Ups:
- Re: Using sendkeys in a web form
- From: James Whitlow
- Re: Using sendkeys in a web form
- From: mr_unreliable
- Re: Using sendkeys in a web form
- Prev by Date: RE: Finding the ascii code of a non-printable.
- Next by Date: Re: Chomp Echo String; No New Line Please!
- Previous by thread: RE: Finding the ascii code of a non-printable.
- Next by thread: Re: Using sendkeys in a web form
- Index(es):
Relevant Pages
|