Hi,
I would like to use a JavaScript function to load *additionally* the
navigation frame if the user jumps directly to the content frame.
xxxxxxx xxxxxx
x menu x x main x
xxxxxxx xxxxxx
The following just gives me the main page when being accessed directly:
<script language="JavaScript" type="text/javascript">
<!-- // Framesloader
if (parent.frames.length < 1)
{
window.top.location.href="http://www.skyynet.de";
}
// Allow non-JavaScript browsers to continue -->
//-->
</script>
I always use the same frame for the menu (menu.html) and think I would
have to declare the frameset in the JS as it's not known when directly
been jumped to. Thus I would like to define the frameset, reload the
accessed page into the main frame and load the menu into the menu frame.
Does anyone know how to do this in the most elegant way?
Needless to say that even the above mentioned example is not working with
Voyager 3.2.13.
Ingo
--
---------------------------------------------------------------------------
Hasta la vista, baby E-MAIL : [EMAIL PROTECTED]
URL : www.skyynet.de
---------------------------------------------------------------------------
_____________________________________________________________________
Voyager Mailing List - http://v3.vapor.com/
Voyager FAQ....: http://faq.vapor.com/voyager/
Listserver Help: mailto:[EMAIL PROTECTED]?Subject=HELP
Unsubscribe....: mailto:[EMAIL PROTECTED]?Subject=UNSUBSCRIBE