after watching the frustration from the poster for a couple days it occured to me you dont understand what a url is
url can be
http://....
url can be about:blank
url can be 192.168.15.1
url can be c:\myApp Folder\some.html
so in Slanters post
Code:
Gui, +lastfound
h := WinExist()
IE_Add( h, 0, 0, 500, 500)
; Must be equal to or larger than the IE_Add size
; or some of the displayed web page will be cut off.
Gui, Show, h500 w500
IE_LoadURL("www.yahoo.com")
return
Code:
IE_LoadURL("http://www.yahoo.com")
InternetCode:
IE_LoadURL("about:blank")
About url schema
Code:
IE_LoadURL("192.168.15.1")
IP addressCode:
IE_LoadURL("c:\myApp Folder\some.html")
Local File URL
the problem as i see it is that your attempting to build a rocket with a hi school biology education
unfortunately many come to ahk thinking that not understanding existing standards for the applications is ok. In alot of basic autohotkey commands its not.
But if your going to do something relativley advanced then you must not only understand AHK better but also the use of
google 
_________________
No matter what your oppinion Please join this discussion
Formal request to Polyethene
