hubble Posted March 27, 2006 Posted March 27, 2006 Hello,I want lanch IE with an specific url ! How do that ?I have this page but i don't understand syntax ! : Syntax IEPlease help me !!
greenmachine Posted March 27, 2006 Posted March 27, 2006 Using IE.au3: $IEObject = _IECreate(1) _IENavigate ($IEObject, "url", $wait) not using IE.au3: Run ("filepathtobrowser url") or Run (@ComSpec & " /c start url")
Nuffilein805 Posted March 27, 2006 Posted March 27, 2006 look in the helpfile "objevent" (only beta) my little chatmy little encryption toolmy little hidermy unsafe clickbot
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