Forums
This topic is locked
POPUP Menu to show in a different frame
13 Jun 2006 00:12:23 Robb D posted:
Ok, first of all, sorry if there is a duplicate post.
I have a 2 frame website (menu & content), What I am trying to do is get the menu popup to show in the content (lower) pane.
I have looked at:
www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_16648
and
www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_15816
and they do not work for some reason. does someone out there have another suggestion to make my life easier for having a menu screen pop up on the content pane?
~Robb
Replies
Replied 13 Jun 2006 03:40:49
13 Jun 2006 03:40:49 John Marsden replied:
I'm not sure what you mean. Do you want a link from the menu frame to open in the content frame? If so select the link in Dreamweaver and in the Property Inspector set the "Target" to the name you have given to your content frame. the code should then look something like:
<pre id=code><font face=courier size=2 id=code><a href="newpage.htm" target="contentFrame"> </font id=code></pre id=code>
<pre id=code><font face=courier size=2 id=code><a href="newpage.htm" target="contentFrame"> </font id=code></pre id=code>
Replied 30 Oct 2006 15:59:45
30 Oct 2006 15:59:45 ko soloko replied:
I follow the technote and works good. Maybe you use upper case in the name of frames, like topFrame and mainFrame. (dreamweaber puts this names by defect).
Then it doesn't work. If you use lower case (names like parent and content) then works good.
Then it doesn't work. If you use lower case (names like parent and content) then works good.