Vegar Posted March 30, 2008 Posted March 30, 2008 How can i load a link without that the computer opens it... (like it just opened it in the background) like for example if i wanted to "fix" a "visit"counter by loading it many 100.. times...(on a internettsite ... that counts how many that have been on the site/ or how many times the link have been loaded) so.. enyone knows??
monoceres Posted March 30, 2008 Posted March 30, 2008 Take a look at IE management in the help file, under the UDF section Broken link? PM me and I'll send you the file!
Vegar Posted March 30, 2008 Author Posted March 30, 2008 CODE #include <IE.au3> _IECreate ("www.autoitscript.com", 1, 1, 0) Right?? (and just change the minle number (1/0) for visible or not .... but is there any way that it could open in Mozilla firefox?? ...... (dont have all the plugins and stuff for IE)
monoceres Posted March 30, 2008 Posted March 30, 2008 Not as simple as the above, if you search I think you will find some topics about firefox scripts, but I think it's easier to just go with IE.au3 Broken link? PM me and I'll send you the file!
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