rogerhuerta Posted October 6, 2009 Posted October 6, 2009 I want my program to simply send a URL such as http://mysite.com/url.php and nothing else I'm just confused Also is there a way to make the browser hidden? I don't want it opening/viewable.. if anyone could help I'd appreciate it.
Mecrazycoder Posted October 6, 2009 Posted October 6, 2009 I want my program to simply send a URL such as http://mysite.com/url.php and nothing else I'm just confused Also is there a way to make the browser hidden? I don't want it opening/viewable.. if anyone could help I'd appreciate it. Is this you want? #include <IE.au3> _IECreate ("http://mysite.com/url.php", 1, 0, 0) [size="4"][font="Arial Narrow"][font="Garamond"]Attitude is a little thing that makes a big difference[/font][/font][/size][indent][/indent]
rogerhuerta Posted October 6, 2009 Author Posted October 6, 2009 thnx for reply when I run it I always seem to get the same error internet explorer cannot open the internet site http://google.com Operation aborted. But it does it with all sites not just google
Mecrazycoder Posted October 6, 2009 Posted October 6, 2009 thnx for replywhen I run it I always seem to get the same errorinternet explorer cannot open the internet site http://google.comOperation aborted.But it does it with all sites not just googleWhat do you mean? I can't get you. [size="4"][font="Arial Narrow"][font="Garamond"]Attitude is a little thing that makes a big difference[/font][/font][/size][indent][/indent]
rogerhuerta Posted October 6, 2009 Author Posted October 6, 2009 I compiled the code you gave me, after running my executable I always receive an error that states the following, internet explorer cannot open the internet site http://google.com Operation aborted.
Mecrazycoder Posted October 6, 2009 Posted October 6, 2009 I compiled the code you gave me, after running my executable I always receive an error that states the following, internet explorer cannot open the internet site http://google.com Operation aborted. But its working for me #include <IE.au3> _IECreate ("http://google.com", 1, 1,0) [size="4"][font="Arial Narrow"][font="Garamond"]Attitude is a little thing that makes a big difference[/font][/font][/size][indent][/indent]
rogerhuerta Posted October 6, 2009 Author Posted October 6, 2009 It seems to work with google just fine (both showing and hiding the browser) but I receive an error when using my own website.
Mecrazycoder Posted October 6, 2009 Posted October 6, 2009 I compiled the code you gave me, after running my executable I always receive an error that states the following, internet explorer cannot open the internet site http://google.com Operation aborted. I think these links will help you Link 1Link2 [size="4"][font="Arial Narrow"][font="Garamond"]Attitude is a little thing that makes a big difference[/font][/font][/size][indent][/indent]
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