kokojie Posted June 16, 2009 Posted June 16, 2009 Hello thanks for reading my question, I have a Windows 2003 server, I want it to open a remote url (a php script) on a schedule, but I want to do it in the background, so if I'm logged on to the server, I wouldn't see any browser opening and closing. How do I do this with autoit, is there any other software I need to install? Thanks
Jfish Posted June 16, 2009 Posted June 16, 2009 Not sure if this is what you are after but A3 has a UDF with _IECreate() that has a parameter of "visible" - you can create a browser with an address and make it invisible. Build your own poker game with AutoIt: pokerlogic.au3 | Learn To Program Using FREE Tools with AutoIt
kokojie Posted June 16, 2009 Author Posted June 16, 2009 Thanks, I'm new to this, can you tell me what is UDF? and how do I close this invisible browser after I'm done? ThanksNot sure if this is what you are after but A3 has a UDF with _IECreate() that has a parameter of "visible" - you can create a browser with an address and make it invisible.
somdcomputerguy Posted June 16, 2009 Posted June 16, 2009 Thanks, I'm new to this, can you tell me what is UDF?UDF - User Defined FunctionLanguage Reference - User FunctionsKeyword Func...Return...EndFuncMore info is in the local docs (installed with AutoIt) - Bruce /*somdcomputerguy */ If you change the way you look at things, the things you look at change.
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