|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
Changing Frames on Log In
My site uses frames. I have a header frame, a menu frame and a main frame. When the page opens, the header frame and the main frame are generic. The main frame has a log-in dialog. Once the user logs in, they are taken to a 'main' page and I want to replace the header and menu frames with other frames . How do I do that?
|
|
#2
|
|||
|
|||
|
You could try using nested framesets.
|
|
#3
|
|||
|
|||
|
Put this script in the header section of the frames page....
<script language = 'javascript'> if (parent.frames.length > 0) { parent.location.href = self.document.location } </script> I use this in many places to move my visitor from one framset to another frameset and it works.: |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ASP Programming > Changing Frames on Log In |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|