<html>
<head>
<title>-.-</ title>
</ head>
<body>
<table>
<tr>
<td><input type="button" onclick="updateAdmin(id)" >
</td>
</tr>
</table>
</body>
<script type="text/javascript">
function updateAdmin(id){
window.location = "updateAdmin.php?id="+id;
</script></ html>
strider