Dear all,
kindly help me with the below mentioned issue.
my webpage is having two frames.
the first one having the control elements like input box, check box and command buttons. when i enter some search keyword in thet control elements and click on the button, the second fram shos the result.
kindly help me with the below mentioned issue.
my webpage is having two frames.
the first one having the control elements like input box, check box and command buttons. when i enter some search keyword in thet control elements and click on the button, the second fram shos the result.
Code:
Dim ieDoc As HTMLDocument
Dim ieFramDoc As HTMLDocument
Set ieDoc = ieApp.document
Set ieFrames = ieDoc.frames(1)
'here the error comes
debug.print ieframes.innerHTML
[\code]
Please help me in resolving this issue.
Thanks
Vels