I'd like to develop a query that allows me to store name:value properties for each user. This is easily done with a table like this called user_properties:
"user_id" VARCHAR(12) NOT NULL,
"pname" VARCHAR(20) NOT NULL,
"pvalue" VARCHAR(20) NOT NULL,
This is the query i use to get...
I have a vbscript that opens excel and does a whole load of stuff. If the excel or the VB script fail I want the vbscript to exit via an error handler.
How do I do this??
Thanks
Tim
Not quite what I wanted to know!!
Right i'll tell you what i've got.
I use this line to open up IE:
Set ie = Script.CreateObject "InternetExplorer.Application")
I then use this line to make IE open the page I want:
ie.Navigate "http://www.mypage.com"
I then wait for my...
I want to automate the logon proces for a website. I can open IE from vbscript and make it load the page I want but I can't use the sendKeys function to input text into the username box. Does anyone have a way of getting the text in the HTML form and submiting it?
Springy,
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.