Take a look at this code that is generated by the command %dropdownlist%.
See if this works…
I tried both suggestion but neither worked.
Gus, your code still caused the data to appear in the same frame as well as cause an error in the main frame.
PBY11, Your code, while not causing any errors, nothing happened. I was able to select from the drop down list, but the file data was never retrieved in any frame.
So I will keep digging.
Thanks for your suggestions anyway.
AJ
<div target="main" align="center" font face="Verdana" size="2">
<script type="text/javascript">
<!--- Hide from old browsers
function jumpBox(list) {location.href = list.options[list.selectedIndex].value} // end hiding
</SCRIPT>
<FORM>
<SELECT>
<OPTION selected>Select averages/extreme month
<OPTION VALUE="January2011.htm">January 2011
<OPTION VALUE="February2011.htm">February 2011
</SELECT>
<INPUT TYPE="button" VALUE="Go"
onClick="jumpBox(this.form.elements[0])">
</div>
your target=main is not pointing to anything I put it in a div see if that helps.
Try this,
<base target="main" />
Put it on the page where you have the dropdown menu.
Neither of the suggestions worked. It still loads in the left frame and not the main frame.
AJ
could you past the url to that page?
Here is the link to the Weather Page. http://www.n2ki.com/n2ki-wx/
Look at the Menu in the left hand frame. That has the drop down box. When you select a months data it will open in the same frame rather than the main frame.
Currently I am back to the default HTML code that WD creates so as to start from square one.
Thanks for your input.
AJ
I cant see any dropdown menu on that page.
But in the source code i could.
Try to put
<base target="main" />
where the X is
</head>
X
<body background="blegtext.gif" bgcolor="#CCCCCC" text="#000000" link="#993300" vlink="#0000FF" alink="#FF9900">
Still no good. I am posting the full HTML code here for you to see. Maybe it will be better if you see it in its entirety. Note that I did put the base target in where you said, but it still opens the data in the same menu frame.
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>N2KI Weather Studio 1-Bravo</title>
<meta name="Microsoft Theme" content="blends 011">
</head>
<base target="main" />
<body background="blegtext.gif" bgcolor="#CCCCCC" text="#000000" link="#993300" vlink="#0000FF" alink="#FF9900">
<!--mstheme--><font face="trebuchet ms,arial,helvetica">
<p><b><i><font color="#00FF00" face="Verdana">
<a target="main" href="mywebpagetemplate-CURRDATA.htm" style="text-decoration: none">
<font color="#0000FF">Current Conditions</font></a></font></i></b></p>
<p><b><i><font face="Verdana" color="#0000FF">
<a target="main" href="http://www.n2ki.com/n2ki-wx/realtime.html" style="text-decoration: none">
<font color="#0000FF">Real Time Data</font></a></font></i></b></p>
<p><b><i><font color="#00FF00" face="Verdana">
<a target="main" href="noaawarningscrollraw.txt" style="text-decoration: none">
<font color="#0000FF">Current Warnings</font></a></font></i></b></p>
<p><b><i><font color="#00FF00" face="Verdana">
<a target="main" href="radar.htm" style="text-decoration: none">
<font color="#0000FF">RADAR</font></a></font></i></b></p>
<p><b><i><font color="#0000FF" face="Verdana">Daily Data</font></i></b></p>
<!--mstheme--></font><!--msthemelist--><table border="0" cellpadding="0" cellspacing="0" width="100%">
<!--msthemelist--><tr>
<!--msthemelist--><td valign="baseline" width="42">
<img src="blebul1a.gif" width="15" height="15" hspace="13" alt="bullet"></td>
<td valign="top" width="100%"><!--mstheme--><font face="trebuchet ms,arial,helvetica"><b><i><font face="Verdana" size="2">
<a target="main" href="dailyreport.htm" style="text-decoration: none">Daily
Weather Report</a></font></i></b><!--mstheme--></font><!--msthemelist--></td>
</tr>
<!--msthemelist--><tr>
<!--msthemelist--><td valign="baseline" width="42">
<img src="blebul1a.gif" width="15" height="15" hspace="13" alt="bullet"></td>
<td valign="top" width="100%"><!--mstheme--><font face="trebuchet ms,arial,helvetica"><b><i><font face="Verdana" color="#00FF00" size="2">
<a target="main" href="dailyhighlow.htm" style="text-decoration: none">Daily Highs & Lows</a></font></i></b><!--mstheme--></font><!--msthemelist--></td>
</tr>
<!--msthemelist--><tr>
<!--msthemelist--><td valign="baseline" width="42">
<img src="blebul1a.gif" width="15" height="15" hspace="13" alt="bullet"></td>
<td valign="top" width="100%"><!--mstheme--><font face="trebuchet ms,arial,helvetica"><b><i><font face="Verdana" size="2">
<a target="main" href="dailylogout.html" style="text-decoration: none">Daily Data (Since Midnight)</a></font></i></b><!--mstheme--></font><!--msthemelist--></td>
</tr>
<!--msthemelist--></table>
<!--mstheme--><font face="trebuchet ms,arial,helvetica">
<p><b><i>
<base target="main" font face="Verdana" size="2"><script type="text/javascript">
<!--- Hide from old browsers
function jumpBox(list) {location.href = list.options[list.selectedIndex].value} // end hiding
</SCRIPT>
<FORM>
<div align="center"><base target="main" />
<SELECT>
<OPTION selected>Select averages/extreme month
<OPTION VALUE="January2011.htm">January 2011
<OPTION VALUE="February2011.htm">February 2011
<OPTION VALUE="March2011.htm">March 2011
<OPTION VALUE="April2011.htm">April 2011
<OPTION VALUE="May2011.htm">May 2011
<OPTION VALUE="June2011.htm">June 2011
<OPTION VALUE="July2011.htm">July 2011
<OPTION VALUE="January2010.htm">January 2010
<OPTION VALUE="February2010.htm">February 2010
<OPTION VALUE="March2010.htm">March 2010
<OPTION VALUE="April2010.htm">April 2010
<OPTION VALUE="May2010.htm">May 2010
<OPTION VALUE="June2010.htm">June 2010
<OPTION VALUE="July2010.htm">July 2010
<OPTION VALUE="August2010.htm">August 2010
<OPTION VALUE="September2010.htm">September 2010
<OPTION VALUE="October2010.htm">October 2010
<OPTION VALUE="November2010.htm">November 2010
<OPTION VALUE="December2010.htm">December 2010
<OPTION VALUE="January2009.htm">January 2009
<OPTION VALUE="February2009.htm">February 2009
<OPTION VALUE="March2009.htm">March 2009
<OPTION VALUE="April2009.htm">April 2009
<OPTION VALUE="May2009.htm">May 2009
<OPTION VALUE="June2009.htm">June 2009
<OPTION VALUE="July2009.htm">July 2009
<OPTION VALUE="August2009.htm">August 2009
<OPTION VALUE="September2009.htm">September 2009
<OPTION VALUE="October2009.htm">October 2009
<OPTION VALUE="November2009.htm">November 2009
<OPTION VALUE="December2009.htm">December 2009
</SELECT>
<INPUT TYPE="button" VALUE="Go"
onClick="jumpBox(this.form.elements[0])">
</div>
</FORM></i></b></p>
<p><b><i><font color="#0000FF" face="Verdana">Trends, Rates & Averages</font></i></b></p>
</font>
<!--mstheme--></font><!--msthemelist--><table style="line-height: 100%" border="0" cellpadding="0" cellspacing="0" width="100%">
<!--msthemelist--><tr>
<!--msthemelist--><td valign="baseline" width="42">
<img src="blebul1a.gif" width="15" height="15" hspace="13" alt="bullet"></td>
<td valign="top" width="100%"><!--mstheme--><font face="trebuchet ms,arial,helvetica"><b><i><font face="Verdana" size="2">
<a target="main" href="temperature.htm" style="text-decoration: none">Temperature</a></font></i></b><!--mstheme--></font><!--msthemelist--></td>
</tr>
<!--msthemelist--><tr>
<!--msthemelist--><td valign="baseline" width="42">
<img src="blebul1a.gif" width="15" height="15" hspace="13" alt="bullet"></td>
<td valign="top" width="100%"><!--mstheme--><font face="trebuchet ms,arial,helvetica"><b><i><font face="Verdana" size="2" color="#0000FF">
<a target="main" href="wind.htm" style="text-decoration: none">
Wind</a></font></i></b><!--mstheme--></font><!--msthemelist--></td>
</tr>
<!--msthemelist--><tr>
<!--msthemelist--><td valign="baseline" width="42">
<img src="blebul1a.gif" width="15" height="15" hspace="13" alt="bullet"></td>
<td valign="top" width="100%"><!--mstheme--><font face="trebuchet ms,arial,helvetica"><b><i><font face="Verdana" size="2" color="#0000FF">
<a target="main" href="rain.htm" style="text-decoration: none">
Rain</a></font></i></b><!--mstheme--></font><!--msthemelist--></td>
</tr>
<!--msthemelist--><tr>
<!--msthemelist--><td valign="baseline" width="42">
<img src="blebul1a.gif" width="15" height="15" hspace="13" alt="bullet"></td>
<td valign="top" width="100%"><!--mstheme--><font face="trebuchet ms,arial,helvetica"><b><i><font face="Verdana" size="2" color="#0000FF">
<a target="main" style="text-decoration: none" href="fire.htm">Fire Threat</a></font></i></b><!--mstheme--></font><!--msthemelist--></td>
</tr>
<!--msthemelist--></table>
<!--mstheme--><font face="trebuchet ms,arial,helvetica">
<p><b><i><font color="#00FF00" face="Verdana">
<font face="trebuchet ms,arial,helvetica">
<a target="main" href="graphs.htm" style="text-decoration: none">
<font color="#0000FF">Graphs</font></a></font></font></i></b></p>
<font face="trebuchet ms,arial,helvetica">
<p><b><i><font face="Verdana" color="#0000FF">
<a target="main" href="astrominical-data.htm" style="text-decoration: none">
<font color="#0000FF">Sun & Moon Data</font></a></font></i></b></p>
<p><font face="Verdana" color="#0000FF"><b>
<a href="mms://www.n2ki.com:8070" style="text-decoration: none">
<font color="#0000FF">Live Weather Cam</font></a> <font size="1">(</font></b><font size="1">not always
active)</font></font></p>
<p><b><i><font color="#00FF00" face="Verdana">
<a target="_blank" href="http://m.wund.com/cgi-bin/findweather/getForecast?brand=mobile&query=10992" style="text-decoration: none">
<font color="#0000FF">Smart Phone Users</font></a></font></i></b></p>
<p><b><i><font color="#0000FF" face="Verdana">Historical Data</font></i></b></p>
</font>
<!--mstheme--></font><!--msthemelist--><table style="text-indent: 0; line-height: 100%" border="0" cellpadding="0" cellspacing="0" width="100%">
<!--msthemelist--><tr>
<!--msthemelist--><td valign="baseline" width="42">
<img src="blebul1a.gif" width="15" height="15" hspace="13" alt="bullet"></td>
<td valign="top" width="100%"><!--mstheme--><font face="trebuchet ms,arial,helvetica"><b><i><font face="Verdana" style="font-size: 8pt">
<a target="main" href="alltimerecords.jpg" style="text-decoration: none">All
Time Records</a></font></i></b><!--mstheme--></font><!--msthemelist--></td>
</tr>
<!--msthemelist--><tr>
<!--msthemelist--><td valign="baseline" width="42">
<img src="blebul1a.gif" width="15" height="15" hspace="13" alt="bullet"></td>
<td valign="top" width="100%"><!--mstheme--><font face="trebuchet ms,arial,helvetica"><b><i><font face="Verdana" style="font-size: 8pt">
<a target="main" href="alltimerecordsmonth.jpg" style="text-decoration: none">
All Time Records (July)</a></font></i></b><!--mstheme--></font><!--msthemelist--></td>
</tr>
<!--msthemelist--><tr>
<!--msthemelist--><td valign="baseline" width="42">
<img src="blebul1a.gif" width="15" height="15" hspace="13" alt="bullet"></td>
<td valign="top" width="100%"><!--mstheme--><font face="trebuchet ms,arial,helvetica"><b><i><font face="Verdana" style="font-size: 8pt">
<a target="main" href="alltimerecordsyear.jpg" style="text-decoration: none">
All Time Records (2011)</a></font></i></b><!--mstheme--></font><!--msthemelist--></td>
</tr>
<!--msthemelist--><tr>
<!--msthemelist--><td valign="baseline" width="42">
<img src="blebul1a.gif" width="15" height="15" hspace="13" alt="bullet"></td>
<td valign="top" width="100%"><!--mstheme--><font face="trebuchet ms,arial,helvetica"><b><i><font face="Verdana" color="#00FF00" style="font-size: 8pt">
<a target="main" href="archives.htm" style="text-decoration: none">NOAA Report
Archives</a></font></i></b><!--mstheme--></font><!--msthemelist--></td>
</tr>
<!--msthemelist--></table>
<!--mstheme--><font face="trebuchet ms,arial,helvetica">
<p><b><i><font face="Verdana">
<a target="_blank" href="http://www.qsl.net/ocar/home.htm" style="text-decoration: none">
<font color="#0000FF">ARES-RACES</font></a></font></i></b></p>
<p> </p>
<p> </p>
<!--mstheme--></font>
</body>
</html>
How about this, not really sure if that is where you want it.
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>N2KI Weather Studio 1-Bravo</title>
<meta name="Microsoft Theme" content="blends 011">
</head>
<base target="main" />
<body background="blegtext.gif" bgcolor="#CCCCCC" text="#000000" link="#993300" vlink="#0000FF" alink="#FF9900">
<!--mstheme--><font face="trebuchet ms,arial,helvetica">
<p><b><i><font color="#00FF00" face="Verdana">
<a target="main" href="mywebpagetemplate-CURRDATA.htm" style="text-decoration: none">
<font color="#0000FF">Current Conditions</font></a></font></i></b></p>
<p><b><i><font face="Verdana" color="#0000FF">
<a target="main" href="http://www.n2ki.com/n2ki-wx/realtime.html" style="text-decoration: none">
<font color="#0000FF">Real Time Data</font></a></font></i></b></p>
<p><b><i><font color="#00FF00" face="Verdana">
<a target="main" href="noaawarningscrollraw.txt" style="text-decoration: none">
<font color="#0000FF">Current Warnings</font></a></font></i></b></p>
<p><b><i><font color="#00FF00" face="Verdana">
<a target="main" href="radar.htm" style="text-decoration: none">
<font color="#0000FF">RADAR</font></a></font></i></b></p>
<p><b><i><font color="#0000FF" face="Verdana">Daily Data</font></i></b></p>
<!--mstheme--></font><!--msthemelist--><table border="0" cellpadding="0" cellspacing="0" width="100%">
<!--msthemelist--><tr>
<!--msthemelist--><td valign="baseline" width="42">
<img src="blebul1a.gif" width="15" height="15" hspace="13" alt="bullet"></td>
<td valign="top" width="100%"><!--mstheme--><font face="trebuchet ms,arial,helvetica"><b><i><font face="Verdana" size="2">
<a target="main" href="dailyreport.htm" style="text-decoration: none">Daily
Weather Report</a></font></i></b><!--mstheme--></font><!--msthemelist--></td>
</tr>
<!--msthemelist--><tr>
<!--msthemelist--><td valign="baseline" width="42">
<img src="blebul1a.gif" width="15" height="15" hspace="13" alt="bullet"></td>
<td valign="top" width="100%"><!--mstheme--><font face="trebuchet ms,arial,helvetica"><b><i><font face="Verdana" color="#00FF00" size="2">
<a target="main" href="dailyhighlow.htm" style="text-decoration: none">Daily Highs & Lows</a></font></i></b><!--mstheme--></font><!--msthemelist--></td>
</tr>
<!--msthemelist--><tr>
<!--msthemelist--><td valign="baseline" width="42">
<img src="blebul1a.gif" width="15" height="15" hspace="13" alt="bullet"></td>
<td valign="top" width="100%"><!--mstheme--><font face="trebuchet ms,arial,helvetica"><b><i><font face="Verdana" size="2">
<a target="main" href="dailylogout.html" style="text-decoration: none">Daily Data (Since Midnight)</a></font></i></b><!--mstheme--></font><!--msthemelist--></td>
</tr>
<!--msthemelist--></table>
<!--mstheme--><font face="trebuchet ms,arial,helvetica">
<p><b><i>
<base target="main" font face="Verdana" size="2"><script type="text/javascript">
function jumpBox(list) {location.href = list.options[list.selectedIndex].value}
</SCRIPT>
<FORM>
<div align="center"><base target="main" />
<SELECT>
<OPTION selected>Select averages/extreme month
<OPTION VALUE="January2011.htm">January 2011
<OPTION VALUE="February2011.htm">February 2011
<OPTION VALUE="March2011.htm">March 2011
<OPTION VALUE="April2011.htm">April 2011
<OPTION VALUE="May2011.htm">May 2011
<OPTION VALUE="June2011.htm">June 2011
<OPTION VALUE="July2011.htm">July 2011
<OPTION VALUE="January2010.htm">January 2010
<OPTION VALUE="February2010.htm">February 2010
<OPTION VALUE="March2010.htm">March 2010
<OPTION VALUE="April2010.htm">April 2010
<OPTION VALUE="May2010.htm">May 2010
<OPTION VALUE="June2010.htm">June 2010
<OPTION VALUE="July2010.htm">July 2010
<OPTION VALUE="August2010.htm">August 2010
<OPTION VALUE="September2010.htm">September 2010
<OPTION VALUE="October2010.htm">October 2010
<OPTION VALUE="November2010.htm">November 2010
<OPTION VALUE="December2010.htm">December 2010
<OPTION VALUE="January2009.htm">January 2009
<OPTION VALUE="February2009.htm">February 2009
<OPTION VALUE="March2009.htm">March 2009
<OPTION VALUE="April2009.htm">April 2009
<OPTION VALUE="May2009.htm">May 2009
<OPTION VALUE="June2009.htm">June 2009
<OPTION VALUE="July2009.htm">July 2009
<OPTION VALUE="August2009.htm">August 2009
<OPTION VALUE="September2009.htm">September 2009
<OPTION VALUE="October2009.htm">October 2009
<OPTION VALUE="November2009.htm">November 2009
<OPTION VALUE="December2009.htm">December 2009
</SELECT>
<INPUT TYPE="button" VALUE="Go"
onClick="jumpBox(this.form.elements[0])">
</div>
</FORM></i></b></p>
<p><b><i><font color="#0000FF" face="Verdana">Trends, Rates & Averages</font></i></b></p>
</font>
<!--mstheme--></font><!--msthemelist--><table style="line-height: 100%" border="0" cellpadding="0" cellspacing="0" width="100%">
<!--msthemelist--><tr>
<!--msthemelist--><td valign="baseline" width="42">
<img src="blebul1a.gif" width="15" height="15" hspace="13" alt="bullet"></td>
<td valign="top" width="100%"><!--mstheme--><font face="trebuchet ms,arial,helvetica"><b><i><font face="Verdana" size="2">
<a target="main" href="temperature.htm" style="text-decoration: none">Temperature</a></font></i></b><!--mstheme--></font><!--msthemelist--></td>
</tr>
<!--msthemelist--><tr>
<!--msthemelist--><td valign="baseline" width="42">
<img src="blebul1a.gif" width="15" height="15" hspace="13" alt="bullet"></td>
<td valign="top" width="100%"><!--mstheme--><font face="trebuchet ms,arial,helvetica"><b><i><font face="Verdana" size="2" color="#0000FF">
<a target="main" href="wind.htm" style="text-decoration: none">
Wind</a></font></i></b><!--mstheme--></font><!--msthemelist--></td>
</tr>
<!--msthemelist--><tr>
<!--msthemelist--><td valign="baseline" width="42">
<img src="blebul1a.gif" width="15" height="15" hspace="13" alt="bullet"></td>
<td valign="top" width="100%"><!--mstheme--><font face="trebuchet ms,arial,helvetica"><b><i><font face="Verdana" size="2" color="#0000FF">
<a target="main" href="rain.htm" style="text-decoration: none">
Rain</a></font></i></b><!--mstheme--></font><!--msthemelist--></td>
</tr>
<!--msthemelist--><tr>
<!--msthemelist--><td valign="baseline" width="42">
<img src="blebul1a.gif" width="15" height="15" hspace="13" alt="bullet"></td>
<td valign="top" width="100%"><!--mstheme--><font face="trebuchet ms,arial,helvetica"><b><i><font face="Verdana" size="2" color="#0000FF">
<a target="main" style="text-decoration: none" href="fire.htm">Fire Threat</a></font></i></b><!--mstheme--></font><!--msthemelist--></td>
</tr>
<!--msthemelist--></table>
<!--mstheme--><font face="trebuchet ms,arial,helvetica">
<p><b><i><font color="#00FF00" face="Verdana">
<font face="trebuchet ms,arial,helvetica">
<a target="main" href="graphs.htm" style="text-decoration: none">
<font color="#0000FF">Graphs</font></a></font></font></i></b></p>
<font face="trebuchet ms,arial,helvetica">
<p><b><i><font face="Verdana" color="#0000FF">
<a target="main" href="astrominical-data.htm" style="text-decoration: none">
<font color="#0000FF">Sun & Moon Data</font></a></font></i></b></p>
<p><font face="Verdana" color="#0000FF"><b>
<a href="mms://www.n2ki.com:8070" style="text-decoration: none">
<font color="#0000FF">Live Weather Cam</font></a> <font size="1">(</font></b><font size="1">not always
active)</font></font></p>
<p><b><i><font color="#00FF00" face="Verdana">
<a target="_blank" href="http://m.wund.com/cgi-bin/findweather/getForecast?brand=mobile&query=10992" style="text-decoration: none">
<font color="#0000FF">Smart Phone Users</font></a></font></i></b></p>
<p><b><i><font color="#0000FF" face="Verdana">Historical Data</font></i></b></p>
</font>
<!--mstheme--></font><!--msthemelist--><table style="text-indent: 0; line-height: 100%" border="0" cellpadding="0" cellspacing="0" width="100%">
<!--msthemelist--><tr>
<!--msthemelist--><td valign="baseline" width="42">
<img src="blebul1a.gif" width="15" height="15" hspace="13" alt="bullet"></td>
<td valign="top" width="100%"><!--mstheme--><font face="trebuchet ms,arial,helvetica"><b><i><font face="Verdana" style="font-size: 8pt">
<a target="main" href="alltimerecords.jpg" style="text-decoration: none">All
Time Records</a></font></i></b><!--mstheme--></font><!--msthemelist--></td>
</tr>
<!--msthemelist--><tr>
<!--msthemelist--><td valign="baseline" width="42">
<img src="blebul1a.gif" width="15" height="15" hspace="13" alt="bullet"></td>
<td valign="top" width="100%"><!--mstheme--><font face="trebuchet ms,arial,helvetica"><b><i><font face="Verdana" style="font-size: 8pt">
<a target="main" href="alltimerecordsmonth.jpg" style="text-decoration: none">
All Time Records (July)</a></font></i></b><!--mstheme--></font><!--msthemelist--></td>
</tr>
<!--msthemelist--><tr>
<!--msthemelist--><td valign="baseline" width="42">
<img src="blebul1a.gif" width="15" height="15" hspace="13" alt="bullet"></td>
<td valign="top" width="100%"><!--mstheme--><font face="trebuchet ms,arial,helvetica"><b><i><font face="Verdana" style="font-size: 8pt">
<a target="main" href="alltimerecordsyear.jpg" style="text-decoration: none">
All Time Records (2011)</a></font></i></b><!--mstheme--></font><!--msthemelist--></td>
</tr>
<!--msthemelist--><tr>
<!--msthemelist--><td valign="baseline" width="42">
<img src="blebul1a.gif" width="15" height="15" hspace="13" alt="bullet"></td>
<td valign="top" width="100%"><!--mstheme--><font face="trebuchet ms,arial,helvetica"><b><i><font face="Verdana" color="#00FF00" style="font-size: 8pt">
<a target="main" href="archives.htm" style="text-decoration: none">NOAA Report
Archives</a></font></i></b><!--mstheme--></font><!--msthemelist--></td>
</tr>
<!--msthemelist--></table>
<!--mstheme--><font face="trebuchet ms,arial,helvetica">
<p><b><i><font face="Verdana">
<a target="_blank" href="http://www.qsl.net/ocar/home.htm" style="text-decoration: none">
<font color="#0000FF">ARES-RACES</font></a></font></i></b></p>
<p> </p>
<p> </p>
<!--mstheme--></font>
</body>
</html>
Have you looked at the weather website template available from Saratoga Weather?
There a few settings to fill in to tell it where your files are, it’s very upload friendly, with all the main data being uploaded on one file (testtags.php) and then using the clientraw.txt file for live updates.
It maybe worth a look.
I couldnt agree more. MS frontend is the devil when it comes to building websites
I will use it in a different page. I am spending way too much time on this issue. Thank you to all who tried to help.
AJ
did you try the code I posted? it is working for me.
Steve,
I tried your code that you posted but it still shows up in the same frame (menu) rather than the main frame.
AJ
My version without “Go” button (something like this):
<div align="center">
<script type="text/javascript">
<!-- Hide from old browsers
function jumpBox(list) {location.href = list.options[list.selectedIndex].value} // end hiding -->
</script><noscript><b>JavaScript must be enabled in order for you to see the Average/Extreme information</b>
However, it seems JavaScript is either disabled or not supported by your browser.
To view this information, enable JavaScript by changing your browser options, and then try again.
</noscript>
<form action=" "><label for="extreme">
<select onchange="jumpBox(this.form.elements[0]);">
<option selected="">Select averages/extreme for past months</option>
<option value="January2011.htm">January 2011</option>
<option value="February2011.htm">February 2011</option>
<option value="March2011.htm">March 2011</option>
<option value="April2011.htm">April 2011</option>
<option value="May2011.htm">May 2011</option>
<option value="June2011.htm">June 2011</option>
<option value="July2011.htm">July 2011</option>
</select></label>
</form>
</div>
If you want use link to specific frame, try modify function jumbox to:
function jumpBox(list) {top.frames['yourFrame'].location.href = list.options[list.selectedIndex].value}
where is “yourFrame” name of target frame.