
March 31st, 2000, 11:04 AM
|
|
Junior Member
|
|
Join Date: Mar 2000
Posts: 24
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
I'd like to be able to select a table from a drop down list and take that variable together with a link and process both variables in another file. Can anyone please help. This is the code I'm using:
<html>
<head>
<title>Header</title>
</head>
<body>
<table border="0" bgcolor="#00689e" cellspacing="0" cellpadding="0">
<tr>
<td align="left" width="787">
<select size="1" name="ID"><option value="1">Events</option><option value="2">Contacts</option></select><input type="submit" value="Go" name="TableID">
<td colspan="6" align="right" width="189">
<a href="index2.htm"><img border="0" src="home.gif"width="24" height="24" alt="Home"></a><a href="create.php3"><img border="0" src="create.gif" width="24" height="24" alt="Add"></a><a href="search.php3"><img border="0" src="search.gif" width="24" height="24" alt="Search"></a><a href="list.php3"><img border="0" src="list.gif" width="24" height="24" alt="List"></a><a href="edit.php3"><img border="0" src="edit.gif" width="24" height="24" alt="Edit"></a><a href="test.php3?mode=1&TableID=ID"><img border="0" src="help.gif" alt="Help" width="24" height="24"></a><a href="exit.php3"><img border="0" src="logout.gif" width="24" height="24" alt="Exit"></a>
</tr>
<tr>
<td width="809" bgcolor="#FFFFFF" height="21" colspan="2"> </td>
<td width="61" bgcolor="#FFFFFF" height="21"><img border="0" src="first.png" align="right" width="10" height="12" alt="First"></td>
<td width="24" bgcolor="#FFFFFF" height="21"><img border="0" src="prev.png" align="right" width="12" height="12" alt="Previous"></td>
<td width="15" bgcolor="#FFFFFF" height="21"><img border="0" src="next.png" align="right" width="12" height="12" alt="Next"></td>
<td width="10" bgcolor="#FFFFFF" height="21"><img border="0" src="last.png" align="left" width="10" height="12" alt="Last"></td>
<td width="35" bgcolor="#FFFFFF" height="21"> </td>
</tr>
</table>
</body>
</html>
|