The page is Race Calendar and the Code is:
<!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>Sailing Anarchy Race Calendar</title>
<style>
body{
text-align:center;
}
#wrapper{
width: 900px;
margin: 0 auto;
position: relative;
min-width: 900px;
}
#header{
width: 900px;
height: 175px;
/*overflow: auto;*/
margin-bottom: 20px;
border: dotted #000000 1px;
}
#sponsorTop{
width: 900px;
height:200;
overflow: auto;
margin-bottom: 20px;
border: dotted #000000 1px;
}
#contentA{
width: 600px;
float:left;
text-align:left
/*padding-right: 10px;*/
padding-left: 10px;
border: dotted #000000 1px;
}
#contentB{
width: 280px;
float: right;
padding-top:: 20px;
padding-bottom: 20px:
border: dotted #000000 1px;
}
#footer{
clear: both;
border: dotted #000000 1px;
}
</style>
</head>
<body bgcolor="#CCCCCC">
<div id="wrapper">
<div id="header">
<img border="0" src="../gif/SAlogo.gif" width="611" height="108"><br>
<img src="/gif/tagline1.gif" width="390" height="25"> <br>
<img src="/gif/menu_page.gif" width="750" height="50" usemap="#Map" border="0">
<map name="Map">
<area shape="rect" coords="85,19,122,33" href="/index.htm">
<area shape="rect" coords="255,18,347,33" href="/rumors/rumors.htm">
<area shape="rect" coords="354,18,416,34" href="/classified.htm">
<area shape="rect" coords="422,19,477,33" href="/archives.htm">
<area shape="rect" coords="486,20,533,33" href="/contact.htm">
<area shape="rect" coords="546,19,582,34" href="/terms.htm">
<area shape="rect" coords="590,20,648,33" href="/advertise.htm">
<area shape="rect" coords="127,19,175,33" href="/forums">
<area shape="rect" coords="180,18,245,33" href="/links.htm">
</map>
</div>
<div id="sponsorTop">
<font size="+7">Gul Advertising goes here </font>
</div>
<div id="contentA">
<?php
include("http://www.regattadates.com/sa/sa_calendar.cfm");
?>
</div>
<div id="contentB">
<?php
include("http://www.yachtscoring.com/index.cfm");
?>
</div>
<div id="footer"><img src="/gif/SAllogo105.gif" width="105" height="21" /></div>
</div>
</body>
</html>
What has to happen is my index page has to check and pass variables for the selection to work.
Has anybody done something like this or am I totally off base.
Please point me in a direction.
Thanks in advance