wonnylee Posted April 16, 2009 Posted April 16, 2009 i've got iframe problem.I know that i must get iframe object first, to retrieve infomation(eg. button or input box, etc).But the homepage i'm working has no iframe Name. that looks like this. <code><iframe id=my-135 src="http://abc.net"></iframe></code>therefore i CANNOT use _IEFrameGetObjByName function.Instead, I tried to work with it by opening new window of that Iframe, but I found that I have to work with full-frame.what i'm trying to do is like this<code>$frame = _IEFrameGetOBjByName($oIE, "name which i don't have")$form_name = _IEFormGetObjByName($frame, "lalalal")</code>but bold section doesn't work, b/c iframe doesn't have Iframe name, only has id...plz solve this problem.
PsaltyDS Posted April 16, 2009 Posted April 16, 2009 i've got iframe problem.I know that i must get iframe object first, to retrieve infomation(eg. button or input box, etc).But the homepage i'm working has no iframe Name. that looks like this. <code><iframe id=my-135 src="http://abc.net"></iframe></code>therefore i CANNOT use _IEFrameGetObjByName function.Instead, I tried to work with it by opening new window of that Iframe, but I found that I have to work with full-frame.what i'm trying to do is like this<code>$frame = _IEFrameGetOBjByName($oIE, "name which i don't have")$form_name = _IEFormGetObjByName($frame, "lalalal")</code>but bold section doesn't work, b/c iframe doesn't have Iframe name, only has id...plz solve this problem.If you hadn't double posted, you would see this was answered... Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
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