Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Prevent opening web site when Run URL

Status
Not open for further replies.

bibigol

Programmer
Jan 9, 2011
6
0
0
IR
Hi,

I have URL Address which will send a message:

Set browser = CreateObject("InternetExplorer.Application")
browser.Navigate (" &Text=salam")
browser.StatusBar = False
browser.Toolbar = False
browser.Visible = True
browser.Resizable = False
browser.AddressBar = False

I could run it in my form with click event on command buttom
But, the web page will show on new explorer windows

Can any body knows, how can I Run this URL without view that page??

Thanks your help
 
Thanks for your reply,

But when I do it, the URL will not run at all.

No action will happen by run it the URL!!

any more idea?

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top