Hi,
I'm currently using Java for the Form List Selection below. I would like to use PHP instead. I noticed on the main page of the PHP Builder website that they use "forumdisplay.php".
Does anyone know where I can get this script or is there another one similar?
Thanks, Gary
<script language="JavaScript">
<!--
function sploot(){
if (document.splooter.splotch_select.options[document.splooter.splotch_select.selectedIndex].value != "none")
{
location = document.splooter.splotch_select.options[document.splooter.splotch_select.selectedIndex].value
}
}
//--></script>
<br>
<a title="Return to Home Page" href="index.htm"> </a></p>
<table width="760" border="0" cellpadding="0" cellspacing="0" bordercolor="#000000">
<tr align="center" valign="middle">
<td height="40" bordercolor="#000000" bgcolor="#FFFFFF"> </td>
<td height="40"> </td>
<td height="40" align="right"> </td>
</tr>
<tr align="center" valign="middle">
<td width="234" height="40" align="left"><form name="splooter"><select name="splotch_select" onchange="sploot()">
<option value="none">General Web Sites
<option value="http://www.ibm.com">Tnevni
<option value="http://www.andrewpea.com">Andrew Pea & Associates
<option value="http://www.sandygard.com">Sandy Gard Realtor
</select>
</form></td>
<td width="288" height="40"><form name="splooter"><select name="splotch_select" onchange="sploot()">
<option value="none">General Web Sites
<option value="http://www.tnevni.com">Tnevni
<option value="http://www.andrewpea.com">Andrew Pea & Associates
<option value="http://www.sandygard.com">Sandy Gard Realtor
</select>
</form></td>