|
I'm building this online application where there's a login required.
Now lets say the login page is login.asp .
I have set that if a user tries to log into the system and fail,
they will be redirected to login.asp .
I want to have links in login.asp and in the same time maintain
the login.asp page.
So I decided to add frame. I tried to add only one frame in login.asp
but i cannot show the login section. It seems like the site only displays
the frame. Anyone knew how to solve this? An example code just might help. Thanks.
__________________
$id ="waxxer";
$id = str_replace('x', 'l', $id);
echo $id;
echo " and Marj";
|