I've searched again and again, and have not found anything that work.
Here's the latest and not so greatest try.
<form name="SystemForm" method="get">
<select name="System" size="15" multiple="multiple" style="text-align:left;">
<option value = "Alva, OK">OK - Alva</option>
....many more options...
<<option value = "FTS">FTS</option>
<option value="Shark">Shark</option>
</select>
<br />
<label>Daily Report<br /></label>
<input type="submit" value="Go" class='FormButton' name = "System" onclick=window.open('http://localhost/todaysplash.html')></form><br /><br />
<label>Weekly Report<br /></label>
<input type="submit" value="Go" class='FormButton' name = "System" onclick=window.open('http://localhost/weeklysplash.html')></form><br /><br />
<label>Monthly Report<br /></label>
<input type="submit" value="Go" class='FormButton' name = "System" onclick=window.open('http://localhost/monthlysplash.html' )></form><br /><br />
</form>
I've tried a few things, and either Sometimes the url ? works, but won't call up a new window This version opens a new window, but doesn't pass the variable. What I really need is for the script to clear the current window and go from there.