Thank you Tim for your response.
If only it were that easy!!! But I am up against a formidable opponent.
populating the password and loging in is no problem. Once the submitloginform event is fired the aforementioned page loads. Here - once more is the basic outline.
<Frameset>
<Frame> source = here.mybank.com </Frame>
<Frameset>
<Frame> source = here.mybank.com</Frame>
<Frame> source = elsewhere.mybank.com</Frame>
</Frameset>
</Frameset>
However, when I navigate to elsewhere.mybank.com i am redirected to the main login page!!! The frame does not load.
Here is the actual document source
<html><head><title>Fleet | Small Business Services: Online Banking</title></head>
<frameset ROWS='120,*' BORDER='0'>
<frame src='https://smallbiz.fleet.com/cgi-bin/isbsprd.dll/scripts/ jump/onlBankingTopNav.jsp?BV_SessionID=aaaaaaaaaaaaaaaaa& V_EngineID=aaaaaaaaaaaa.0' NAME='head' FRAMEBORDER='0' SCROLLING='No' MARGINWIDTH='0' MARGINHEIGHT='0'>
<frameset COLS='11,749,*' BORDER='0'>
<frame src='/files/sbs/onlBankingLeftFrame.html' NAME='side' FRAMEBORDER='0' SCROLLING='no' MARGINWIDTH='0' MARGINHEIGHT='0'>
<frame src='https://officelink-pb.fleet.com/scripts/WebObjects.dll/OfficeLink.woa/wa/reconnect?reconnect=4' NAME='body' FRAMEBORDER='0' SCROLLING='Auto' MARGINWIDTH='0' MARGINHEIGHT='0'>
</frameset>
</frameset>
</html>
the last frame is the problem and when i navigate to
[
officelink-pb.fleet.com]
i get reconnected to the login page