Does anyone know how you can use a drop-menu on a form so that a visitor could direct a question to a particular recipient? Here's the code in php, unfortunately the server I have to work w/ doesn't support it. I thought there might be a solution avail w/ asp? Any suggestions appreciated.
<?
if(!$submit){
?>
<form action="<? echo $PHP_SELF ?>" method="post">
Select Product:
<select name="what">
<option>---
<option>Product A
<option>Product B
</select>
<br>
From:
<input name="from"><br>
Subject:
<input name="subject"><br><br>
Message:<br>
<textarea name="message" rows="8" cols="30">
<?
if(!$submit){
?>
<form action="<? echo $PHP_SELF ?>" method="post">
Select Product:
<select name="what">
<option>---
<option>Product A
<option>Product B
</select>
<br>
From:
<input name="from"><br>
Subject:
<input name="subject"><br><br>
Message:<br>
<textarea name="message" rows="8" cols="30">