|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
html and frames
Hi,
I have a page that has 3 frames - top, left and Main. I display the login page in the main frame. Once the user login in after user authentication, I want two links to be displayed on the left frame along with the logout button or link. Before the user logsin, no links must be displayed on the left frame. How do I do this? Please help |
|
#2
|
|||
|
|||
|
I could solve my problem . FYI, I got it working after I read an article
on www.codeproject.com/asp/techneel.asp. It was about "Dynamically change frame pages". Quote:
|
|
#3
|
|||
|
|||
|
In the left frame at the starting give a dummy file that is empty like this
<html> </html> Save this and use this as your left frame at the beginning.So that no links will appear until u click something.You can include the body attribude similar to the linked pages.For example in the link you have your body attribute like this <body bgcolor="AntiqueWhite"> then include the same in the dummy html file. Think this will help you. |
![]() |
| Viewing: ASP Free Forums > Programming > HTML, JavaScript And CSS Help > html and frames |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|