Streets 77
2005-10-11 10:08:16 UTC
I have a frameset with dynamic data being shown within one frame. I do not
want a horizontal scroll bar to appear, but it does whenever I put a dynamic
table in this frame. If I put a static table in, no problems. Any ideas on
what I'm doing wrong? Here is the code for the frameset:
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Activity Overview</title>
</head>
<frameset rows="141,*,119" frameborder="0" border="0" framespacing="0">
<frame src="ActivityTop.html" name="toppestOne" scrolling="no"
noresize="noresize" id="toppestOne" title="topFrame" />
<frameset cols="*,756,*" frameborder="no" border="0" framespacing="0">
<frame src="blank.html" name="leftestOne" scrolling="no"
noresize="noresize" id="leftestOne" title="leftFrame" />
<frame src="Activity.asp" name="mainestOneest" scrolling="auto" id="mainOne"
title="mainestOne" />
<frame src="blank.html" name="scrollbarestOne" scrolling="auto"
id="scrollbarestOne" title="scrollbarestOne" />
<frame src="blank.html" name="rightestOne" scrolling="No"
noresize="noresize" id="rightestOne" title="rightFrame" />
</frameset>
<frame src="ActivityBottom.html" name="bottomestOne" scrolling="No"
noresize="noresize" id="bottomestOne" title="bottomestOne" />
</frameset>
<noframes><body>
</body>
</noframes></html>
And here's the page code for the main frame (in the middle) that's causing
probs. It's called "Activity.asp":
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Activity plan main page</title>
<style type="text/css">
<!--
@import url("Lira style sheet.css");
-->
</style>
</head>
<body>
<table border="0">
<tr>
<td>MeetingTitle</td>
</tr>
<tr>
<td>
"American Diabetes Association (ADA)"</td>
</tr>
<tr>
<td>
"American Diabetes Association (ADA)"</td>
</tr>
<tr>
<td>
"American Diabetes Association (ADA)"</td>
</tr>
<tr>
<td>
"American Diabetes Association (ADA)"</td>
</tr>
<tr>
<td>
"85th Annual Meeting of the Endocrine Society"</td>
</tr>
<tr>
<td>
"85th Annual Meeting of the Endocrine Society"</td>
</tr>
<tr>
<td>
"85th Annual Meeting of the Endocrine Society"</td>
</tr>
<tr>
<td>
"85th Annual Meeting of the Endocrine Society"</td>
</tr>
<tr>
<td>
"85th Annual Meeting of the Endocrine Society"</td>
</tr>
<tr>
<td>
"85th Annual Meeting of the Endocrine Society"</td>
</tr>
<tr>
<td>
"85th Annual Meeting of the Endocrine Society"</td>
</tr>
<tr>
<td>
"85th Annual Meeting of the Endocrine Society"</td>
</tr>
<tr>
<td>
"85th Annual Meeting of the Endocrine Society"</td>
</tr>
<tr>
<td>
"85th Annual Meeting of the Endocrine Society"</td>
</tr>
<tr>
<td>
"85th Annual Meeting of the Endocrine Society"</td>
</tr>
<tr>
<td>
"85th Annual Meeting of the Endocrine Society"</td>
</tr>
<tr>
<td>
"85th Annual Meeting of the Endocrine Society"</td>
</tr>
<tr>
<td>
"85th Annual Meeting of the Endocrine Society"</td>
</tr>
<tr>
<td>
"85th Annual Meeting of the Endocrine Society"</td>
</tr>
<tr>
<td>
"85th Annual Meeting of the Endocrine Society"</td>
</tr>
<tr>
<td>
"85th Annual Meeting of the Endocrine Society"</td>
</tr>
<tr>
<td>
"85th Annual Meeting of the Endocrine Society"</td>
</tr>
<tr>
<td>
"85th Annual Meeting of the Endocrine Society"</td>
</tr>
<tr>
<td>
"85th Annual Meeting of the Endocrine Society"</td>
</tr>
<tr>
<td>
"85th Annual Meeting of the Endocrine Society"</td>
</tr>
<tr>
<td>
"85th Annual Meeting of the Endocrine Society"</td>
</tr>
<tr>
<td>
"85th Annual Meeting of the Endocrine Society"</td>
</tr>
<tr>
<td>
"85th Annual Meeting of the Endocrine Society"</td>
</tr>
</table>
</body>
</html>
I appreciate any light anyone could shed on this prob for me.
want a horizontal scroll bar to appear, but it does whenever I put a dynamic
table in this frame. If I put a static table in, no problems. Any ideas on
what I'm doing wrong? Here is the code for the frameset:
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Activity Overview</title>
</head>
<frameset rows="141,*,119" frameborder="0" border="0" framespacing="0">
<frame src="ActivityTop.html" name="toppestOne" scrolling="no"
noresize="noresize" id="toppestOne" title="topFrame" />
<frameset cols="*,756,*" frameborder="no" border="0" framespacing="0">
<frame src="blank.html" name="leftestOne" scrolling="no"
noresize="noresize" id="leftestOne" title="leftFrame" />
<frame src="Activity.asp" name="mainestOneest" scrolling="auto" id="mainOne"
title="mainestOne" />
<frame src="blank.html" name="scrollbarestOne" scrolling="auto"
id="scrollbarestOne" title="scrollbarestOne" />
<frame src="blank.html" name="rightestOne" scrolling="No"
noresize="noresize" id="rightestOne" title="rightFrame" />
</frameset>
<frame src="ActivityBottom.html" name="bottomestOne" scrolling="No"
noresize="noresize" id="bottomestOne" title="bottomestOne" />
</frameset>
<noframes><body>
</body>
</noframes></html>
And here's the page code for the main frame (in the middle) that's causing
probs. It's called "Activity.asp":
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Activity plan main page</title>
<style type="text/css">
<!--
@import url("Lira style sheet.css");
-->
</style>
</head>
<body>
<table border="0">
<tr>
<td>MeetingTitle</td>
</tr>
<tr>
<td>
"American Diabetes Association (ADA)"</td>
</tr>
<tr>
<td>
"American Diabetes Association (ADA)"</td>
</tr>
<tr>
<td>
"American Diabetes Association (ADA)"</td>
</tr>
<tr>
<td>
"American Diabetes Association (ADA)"</td>
</tr>
<tr>
<td>
"85th Annual Meeting of the Endocrine Society"</td>
</tr>
<tr>
<td>
"85th Annual Meeting of the Endocrine Society"</td>
</tr>
<tr>
<td>
"85th Annual Meeting of the Endocrine Society"</td>
</tr>
<tr>
<td>
"85th Annual Meeting of the Endocrine Society"</td>
</tr>
<tr>
<td>
"85th Annual Meeting of the Endocrine Society"</td>
</tr>
<tr>
<td>
"85th Annual Meeting of the Endocrine Society"</td>
</tr>
<tr>
<td>
"85th Annual Meeting of the Endocrine Society"</td>
</tr>
<tr>
<td>
"85th Annual Meeting of the Endocrine Society"</td>
</tr>
<tr>
<td>
"85th Annual Meeting of the Endocrine Society"</td>
</tr>
<tr>
<td>
"85th Annual Meeting of the Endocrine Society"</td>
</tr>
<tr>
<td>
"85th Annual Meeting of the Endocrine Society"</td>
</tr>
<tr>
<td>
"85th Annual Meeting of the Endocrine Society"</td>
</tr>
<tr>
<td>
"85th Annual Meeting of the Endocrine Society"</td>
</tr>
<tr>
<td>
"85th Annual Meeting of the Endocrine Society"</td>
</tr>
<tr>
<td>
"85th Annual Meeting of the Endocrine Society"</td>
</tr>
<tr>
<td>
"85th Annual Meeting of the Endocrine Society"</td>
</tr>
<tr>
<td>
"85th Annual Meeting of the Endocrine Society"</td>
</tr>
<tr>
<td>
"85th Annual Meeting of the Endocrine Society"</td>
</tr>
<tr>
<td>
"85th Annual Meeting of the Endocrine Society"</td>
</tr>
<tr>
<td>
"85th Annual Meeting of the Endocrine Society"</td>
</tr>
<tr>
<td>
"85th Annual Meeting of the Endocrine Society"</td>
</tr>
<tr>
<td>
"85th Annual Meeting of the Endocrine Society"</td>
</tr>
<tr>
<td>
"85th Annual Meeting of the Endocrine Society"</td>
</tr>
<tr>
<td>
"85th Annual Meeting of the Endocrine Society"</td>
</tr>
</table>
</body>
</html>
I appreciate any light anyone could shed on this prob for me.