Forum Moderators: open
<html>
<head>
<script language="Javascript">
function AlterAction(value, id){document.all.hhrgcalc.src="hhrg_calc.php?epid=" + id + "&oasis=" + value;}
</script>
</head>
<body bgcolor="#addfff">
<table width="70%" align="center">
<tr>
<td align="center" width="50%">
<b>Select OASIS to Calculate HHRG:</b>
</td>
<td align="center" width="50%">
<select name="hhrgselect" ONCHANGE="AlterAction(value, <?=$epid?>);">
<?
//php loading stuff........//
?>
<option value="<?=$Row['oasisid']?>"><?=$Row['mo090']?> - <?=$oasistype?></option>
<?
}
?>
</select>
</td>
</tr>
</table>
<table>
/////this is the frame killin the code/////
<IFRAME NAME="hhrgcalc" SRC="lightblueblank.php" WIDTH="736" HEIGHT="350" align="center" FRAMEBORDER="0" SCROLLING="NO" NORESIZE></IFRAME>
</table>
</body>
</html>
[edited by: tedster at 4:16 pm (utc) on Sep. 7, 2004]
[edit reason] turn off smile graphics [/edit]