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

Frames not updating correctly

1 view
Skip to first unread message

navin

unread,
Jun 19, 2007, 5:16:12 AM6/19/07
to
Hi All,

the page i have created contains 3 frames. frame in left contains the
navigation links and i want to update the frame in center with the
content of the link when clicked.

However, whenever i click on the link, the content opens up in both of
the left and center frame instead of the center frame.

Below html code is what i am using:

<html>

<head>
<title>Index</title>
</head>

<frameset rows="64,*" framespacing="0" border="0" frameborder="0">
<frame name="banner" scrolling="no" noresize src="top_page.html"
frameborder="0">
<frameset cols="188,*">
<frame name="contents" src="collapse.html" frameborder="0"
target="main">
<frame name="main" src="centre_page.html" frameborder="0">
</frameset>
<noframes>
<body>

<p>This page uses frames, but your browser doesn't support them.</p>

</body>
</noframes>
</frameset>

</html>


Please help.

thanks in advance,
navin

Adrienne Boswell

unread,
Jun 19, 2007, 9:27:06 PM6/19/07
to
Gazing into my crystal ball I observed navin <navin.n...@gmail.com>
writing in news:1182244572.9...@g4g2000hsf.googlegroups.com:

> the page i have created contains 3 frames.

Google for "Frames are Evil"

--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share

0 new messages