choigunho Posted August 28, 2012 Posted August 28, 2012 $IE = _IECreate("about:blank") _IENavigate($IE, $LOGIN_PAGE) _IELoadWait($IE) $title = $IE.document.parentWindow.eval("document.title")
choigunho Posted August 28, 2012 Author Posted August 28, 2012 It works in IE8. My platform is Windows 7..
choigunho Posted August 28, 2012 Author Posted August 28, 2012 I have a little problem with a function here. $IE = _IECreate("about:blank") _IENavigate($IE, $LOGIN_PAGE) _IELoadWait($IE) $title = $IE.document.parentWindow.eval("document.title")
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