dandono:
> hi, when i copy the code for password
> protecting a page it first displays the
> login page but when i login it does not
> display anything on the page but when
> i view the source of the page it has all
> the html code that i want to display.
> have i done something wrong?
> this is my code:
I have tested your code. Delete the following line:
Code:
include_once ($slogin_path . "/header.inc.php");
And delete the first body tag:
Code:
<html>
<body>
<frameset framespacing=0 frameborder=0...
The header.inc.php file has a BODY tag.
There should not be BODY tags before the frameset. If there are any, the whole page is not rendered properly.
Please test this and let me know.
Regards,
Mario A. Valdez-Ramirez.