Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Help Help please - Frameset

0 views
Skip to first unread message

Garry

unread,
Apr 2, 2003, 5:03:21 PM4/2/03
to
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?

Any help please, I would appreciate.

thanks


Garry

Phil Mitchell

unread,
Apr 3, 2003, 5:33:38 PM4/3/03
to
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
<html>
<head>
<title></title>
</head>

<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...

Garry

unread,
Apr 4, 2003, 4:10:18 AM4/4/03
to
Thanks for your reply.

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...

0 new messages