problems with dthl menue and...

User 492134 Photo


Trial User
1 post

hallo

i have following problem. i tested the dhtml menue editor and it
works fine with simple frameworks.

but i have following framework framework 1 with two pages top_menue frame = top_menue.asp where the dhtml menue is running and a content frame

in the content frame i have a other framework running with 2 frame pages login.asp and intro.asp.

now i have the problem, that the menue is not coming over the intro and login page and the menue can not been use total.

if anybody needs i can upload the files to our ftp

alexander


here the code of framework 1

</head>
<frameset rows="11%,*" border="0">
<frame name="navigation" src="top_menue.asp" marginwidth="10" marginheight="10" scrolling="auto" frameborder="0" noresize>
<frame name="content" src="content.asp">
</frameset>
<body>


here the code of framework 2

<html>

<head>
<title>New Page 1</title>
</head>

<frameset cols="150,*" framespacing="0" border="0" frameborder="0">
<frame name="login" target="intro" src="login.asp">
<frame name="intro" src="intro.asp" scrolling="auto">
<noframes>
<body>

<p>This page uses frames, but your browser doesn't support them.</p>

</body>
</noframes>
</frameset>

</html>

i add to all pages

<body onload="nojavascript...{if(parent.frames[1]&&parent.frames['navigation'].Go)parent.frames['navigation'].Go()}">

in the top_menue i have following settings

var FirstLineFrame='navigation'; // Frame where first level appears
var SecLineFrame='navigation'; // Frame where sub levels appear
var DocTargetFrame='content'; // Frame where target documents appear

may anybody can help me, it would be urgent, thx

alexander

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.