emrecnl Posted August 2, 2016 Posted August 2, 2016 Hello, I'd like to learn how to define a port number but not sure how to do it. This is currently what I use: Local $oIE = _IECreate("https://"&$TargetAddress) what I need is something like this: TargetAddress:9443 but it didn't work this way. Any help is appreciated.
SadBunny Posted August 2, 2016 Posted August 2, 2016 You mean this? Local $oIE = _IECreate("https://" & $TargetAddress & ":1234") ? Roses are FF0000, violets are 0000FF... All my base are belong to you.
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