LOULOU Posted May 15, 2005 Posted May 15, 2005 $IE=Objcreate("InternetExplorer.Application")$IE.visible= True$IE.navigate("http://forums.purebasic.fr/")sleep(2000)$frame_link = $IE.document.Frames.lengthProblem with FramesI would want to put the focus on frame name ORT but i can't doIs someone knows how to do
SvenP Posted May 15, 2005 Posted May 15, 2005 Problem with FramesI would want to put the focus on frame name ORT but i can't doIs someone knows how to do<{POST_SNAPBACK}>LOULOU,According to the documentation on http://msdn.microsoft.com/workshop/author/...ions/frames.asp , that could be done with:$IE.document.Frames("ORT").focus-Sven
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