I have a frameset (called Frameset1) which contains a top, left and main.
The top contains the Flash buttons, which the user clicks - all pages re
displayed in main.
My question is - how do I display the Frameset initially when the web site
is entered? And I want to display the frameset with a certian page loaded
into the main window?
Any help please, I would appreciate.
thanks
Garry
<frameset rows="80,*" cols="*" frameborder="NO" border="0" framespacing="0">
<frame src="banner.htm" name="topFrame" scrolling="NO" noresize >
<frameset cols="140,*" frameborder="NO" border="0" framespacing="0">
<frame src="menupage.htm" name="leftFrame" scrolling="NO" noresize>
<frame src="welcome.htm" name="mainFrame" scrolling="auto">
</frameset>
</frameset>
<noframes><body>
This is a frameset with a top, left and main like yours.
the top is initially loaded with banner.htm
the left with menupage.htm
and the main with welcome.htm
I'm sure you can follow that from the code above.
If you've already created your frameset, just go into code view and insert
the appropriate "bits". I find that much faster.
Phil
"Garry" <ga...@questinfo.com> wrote in message
news:3e8b5e2a$0$4846$cc9e...@news.dial.pipex.com...
Is there any way to display the Frameset when the web site is first entered,
without editing the HTML - Can it be done directly from Dreamweaver MX.
Regards
ORIGINAL QUESTION
I am using DW MX bo build a web site.
> >
> > I have a frameset (called Frameset1) which contains a top, left and
main.
> > The top contains the Flash buttons, which the user clicks - all pages
re
> > displayed in main.
> >
> > My question is - how do I display the Frameset initially when the web
> site
> > is entered? And I want to display the frameset with a certian page
loaded
> > into the main window?
Garry
"Phil Mitchell" <pam...@btinternet.com> wrote in message
news:b6ics2$t3u$1...@titan.btinternet.com...