masonje Posted December 4, 2006 Posted December 4, 2006 My manager wants a my logging function to silently call a web page (an asp page) that will do the logging to the database. Kind of a cool idea, but I'm kinda stuck on this. Any clue how I call the URL w/o parameters. He gave me an example vbs script. Set objXML = CreateObject("Microsoft.XMLHTTP") objXML.Open "GET", sURL, True objXML.Send How would I do this in AutoIT?
/dev/null Posted December 4, 2006 Posted December 4, 2006 My manager wants a my logging function to silently call a web page (an asp page) that will do the logging to the database. Kind of a cool idea, but I'm kinda stuck on this. Any clue how I call the URL w/o parameters. He gave me an example vbs script. Set objXML = CreateObject("Microsoft.XMLHTTP") objXML.Open "GET", sURL, True objXML.Send How would I do this in AutoIT? Take a look at InetGet(). Please check the help file sample before you ask how InetGet() works!! Cheers Kurt __________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf *
masonje Posted December 4, 2006 Author Posted December 4, 2006 Take a look at InetGet(). Please check the help file sample before you ask how InetGet() works!!CheersKurtThank you for the reply. I was thinking of ObjCreate(), but that is the better rout.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now