Jump to content

IE frame navigation problem -Solved-


Linda
 Share

Recommended Posts

Edit-oh no sorry for this rant..i found my own misstake..some codes below my problem was actually overriding my frame navigation and navigate the oIE..sorry !

Hi!

Been a while since i was using AutoIT, but you know it never stops amaze me how good it really is.

Now,i am having problem when trying to automate IE navigtion in a frame in a frameset.

$oFrameSub = _IEFrameGetObjByName($oIE, "frame_sc")
$oFrameSub2 =_IEFrameGetObjByName($oFrameSub, "pane_sc")
_IENavigate ($oFrameSub2,"the frame URL")

This partially works,it navigates to the given url but the frame now covers the entire browser window.It works like i have tried to navigate

with using $oIE.So is it possible to target a specific frame src other than what i am trying to do ?

Using DebugBar adnd looking at the specific frame you can see and change the src and it changes accordingly:

<FRAME name=pane_sc src="url=" noResize>

I guess i can always use _IEAction goBack but that introduce some new problems for me.

Thanks in advance!

/Linda

Edited by Linda
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...