[Webkit-unassigned] [Bug 10643] Can't logon

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Sun Sep 3 20:47:39 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=10643





------- Comment #2 from pedro at estarque.com.br  2006-09-03 20:47 PDT -------
It looks as if it is a problem with loading a frame inside the main page.
Hitting "login" in Firefox loads a frame where you can input your account
number etc. But Safari doesn't load that frame.
However, looking at the code I could figure out the frame's address:

https://bankline.itau.com.br/vsnet/lgnet/login_itautrade.asp?Destino=https://itautrade.itau.com.br/itautradenet/

And if I just go there I can login perfectly. Though every time it tries to
load another frame inside the page it gets stuck.

the code follows this pattern:

<td valign="Top">
<span>
<iframe  src='https://whatever.com' width='100%' height='100%' name='Frame'
id='Frame' frameborder='0' scrolling='auto' marginwidth='0' marginheight='0'>
</iframe>
<iframe src='AutoRefresh.aspx' width='0' height='0' name='Frame2' id='Frame2'
frameborder='0' scrolling='no' marginwidth='0' marginheight='0'>
</iframe>
</span>
</td>

I don't know if the problem is with the 'AutoRefresh.aspx' frame or with the
original frame but it definitively seems to be a frame loading problem


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list