Jump to content

How can I send a url?


Recommended Posts

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]

Link to comment
Share on other sites

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

What 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]

Link to comment
Share on other sites

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]

Link to comment
Share on other sites

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

[size="4"][font="Arial Narrow"][font="Garamond"]Attitude is a little thing that makes a big difference[/font][/font][/size][indent][/indent]

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...