|
Posted by Jeremy Brown on 06/15/06 04:50
Try this for your home page:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head >
<title>
My Site- Home.
</title>
<!--Begin Style and Script Configuration-->
<link rel="stylesheet" type="text/css" media="screen"
href="your_css_here.css" /> <!--Sets the style sheet-->
<link rel="shortcut icon" href="favicon.ico" /> <!--Sets the icon in the
address bar-->
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<!--Sets your default character set-->
<meta http-equiv="Content-Script-Type" content="text/javascript" /> <!--Sets
the default scripting language-->
<!--End Style and Script Configuration-->
<meta name="Your name" content="Your Page- Home" />
</head >
<frameset border="0" cols="20%,*"> <!--Defines the frameset configuration,
in this case two columns-->
<frame id="navigation" src="nav-pane.html" title="Navigation Page"
scrolling="no" /> <!--the navigation pane is configured here-->
<frame id="content" src="home-pane.html" /> <!--the content pane is
configured here-->
<noframes> <!--Sets up no frames navigation-->
<body>
<a href="home-pane.html">
No frames version
</a>
</body>
</noframes>
</frameset>
</html>
Jeremy
--
Visit my Saab & me at:
http://jerem43.home.att.net
"dorayme" <doraymeRidThis@optusnet.com.au> wrote in message
news:doraymeRidThis-821CAB.07385715062006@news-vip.optusnet.com.au...
> In article
> <1150318649.281127.193360@r2g2000cwb.googlegroups.com>,
> vivekaseeja@gmail.com wrote:
>
>> Hi,
>>
>> I have a web page where there are two frames. The left hand side frame
>> has a list. When a row in a list is clicked, the other frame's contents
>> need to be changed. The right hand frame needs to be a single html
>> page, so i imagine have to hide and unhide content somehow.
>>
>> Thanks in advance,
>> vivekian
>
> The right hand side is a frame in which appear different html
> pages. If there are links in the left frame, clicking one of them
> can make a particular html page appear in the right frame. The
> magic of frames you see...
>
> As for hiding, it is part of the magic, a deep part. When a
> particular html page is not being called, it sits patiently on
> the server, a bit like a shy girl on a dance floor waitting for
> someone to ask her to dance. By not being called, she is not
> present on the dance floor.
>
> How to do things with frames? Why not take a look at
> http://wp.netscape.com/assist/net_sites/frames.html
>
> But be bloody quick before spoilsports put you right off them...
> or you will miss out on some genuinely good fun... they are hated
> with a passion around here.
>
> --
> dorayme
Navigation:
[Reply to this message]
|