Hi
Any help would be appreciated
I am trying to login to Cpanel from a frame
The url to my site is http://www.netgil.net then press the “login” button and the cpanel login page will appear in the lower frame.
When I try to login the same login page is loaded to the frame
The html for the frame set is
<frameset rows="350,*" frameborder="NO" border="0" framespacing="0">
<frame src="login_top.html" name="login_top" scrolling="NO" noresize >
<frame src="http://netgil.net:2082/ " name="login_page">
</frameset>
When I use the page directly http://netgil.net:2082 everything works fine
I tried to use some available php script for login but nothing worked.
It seams that I am logged in but the browser do not redirect the page to the appropriate url
Thank you Gil

Any help would be appreciated
I am trying to login to Cpanel from a frame
The url to my site is http://www.netgil.net then press the “login” button and the cpanel login page will appear in the lower frame.
When I try to login the same login page is loaded to the frame
The html for the frame set is
<frameset rows="350,*" frameborder="NO" border="0" framespacing="0">
<frame src="login_top.html" name="login_top" scrolling="NO" noresize >
<frame src="http://netgil.net:2082/ " name="login_page">
</frameset>
When I use the page directly http://netgil.net:2082 everything works fine
I tried to use some available php script for login but nothing worked.
It seams that I am logged in but the browser do not redirect the page to the appropriate url
Thank you Gil