Frame Set
*******************
<html>
<head>
<title>title2.html</title>
</head>
<frameset rows="50,200,50">
<frame name="title" scrolling="no" noresize target="contents" src="title.html">
<frameset cols="225,*">
<frame name="menu.html" target="contents" src="menu.html">
<frame name="contents" scrolling="yes" noresize target="contents" src="contents.html">
</frameset>
<frame name="bottom" scrolling="no" noresize target="contents" src="Status.html">
<noframes>
</noframes>
</frameset>
</html>
********************************************************************************************************************************************************
Menu page
***************
<HTML>
<HEAD>
<script language="javascript">
<!--//
function press()
{if (event.button==2) {
alert('sorry, you cannot do that')}}
document.onmousedown=press
//--> </SCRIPT>
<TITLE>Menu</TITLE>
</HEAD>
<BODY BACKGROUND="BackGround/parchment.gif">
<TABLE>
<TR>
<TD><IMG SRC="Button/home.gif" WIDTH="190" HEIGHT="50" BORDER="0"><A HREF="News.html" Target="content.html"></A><BR>
<IMG SRC="Button/Communicate.gif" WIDTH="190" HEIGHT="50" BORDER="0"><A HREF="Communicate.html" _Target="content"></A><BR>
</TD>
</TR>
</TABLE>
</BODY></HTML>
****************************************************************************************************************************************************************
News Page
*****************
<HTML>
<HEAD>
<script language="javascript">
<!--//
function press()
{if (event.button==2) {
alert('sorry, you cannot do that')}}
document.onmousedown=press
//--> </SCRIPT>
<TITLE>News.html</TITLE>
</HEAD>
<BODY BACKGROUND="BackGround/parchment.gif">
<H3> Latest News</H3>
</BODY></HTML>
******************************************************************************************************************************************************************
Communucate Page
************************
<HTML>
<HEAD>
<script language="javascript">
<!--//
function press()
{if (event.button==2) {
alert('sorry, you cannot do that')}}
document.onmousedown=press
//--> </SCRIPT>
<TITLE>Communicate</TITLE>
</HEAD>
<BODY BACKGROUND="BackGround/parchment.gif">
Hello
</BODY></HTML>
Top, menu, and bottom works. I can not get the third frame space to work. There are several other buttons however if I can get these two to work I can do the rest. I need Frame #3 to change accordingly to the button clicked.
Sammy (Old Man dummy)

New Topic/Question
Reply



MultiQuote





|