This content has been marked as final.
Show 3 replies
-
1. Re: help with simple frameset
Newsgroup_User Aug 8, 2007 9:42 AM (in response to petknives)Change this -
<frameset rows="110,*" cols="*" frameborder="no">
<frame src="nav.html" frameborder="no" id="topFrame" />
<frame src="landing.html" frameborder="no" id="mainFrame" />
to this -
<frameset rows="110,*" cols="*" frameborder="no">
<frame src="nav.html" frameborder="no" name="topFrame" />
<frame src="landing.html" frameborder="no" name="mainFrame" />
Then get rid of the frames altogether. They are much too antique to be used
in this day and age.... 8)
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================
"petknives" <webforumsuser@macromedia.com> wrote in message
news:f9cqqv$1q8$1@forums.macromedia.com...
> Hi everyone.
> I'm really having trouble with a very simple frameset. I don't know why
> the
> link keeps opening in a new tab or window (depending on the browser)
> instead of
> the frame that I have specified. I'm sure there is a really simple
> solution and
> have posted my experiment here: www.dreamhead.net . The link should open
> in the
> frame underneath and not in another tab or whatever. I have made dozens of
> frameset pages in the past, but am kinda rusty and maybe I'm just doing
> something really stupid. Please help.
>
-
2. Re: help with simple frameset
petknives Aug 8, 2007 10:10 AM (in response to Newsgroup_User)thank you so much!! I knew it was something super simple. -
3. Re: help with simple frameset
Newsgroup_User Aug 8, 2007 10:14 AM (in response to Newsgroup_User)Good luck. Dump the frames.
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================
"petknives" <webforumsuser@macromedia.com> wrote in message
news:f9cte9$50r$1@forums.macromedia.com...
> thank you so much!! I knew it was something super simple.
>