Hi John,
This might work for you
Code:
<form name="formname">
<select size="1" name="who">
<option value="jim@thesite.com"> jim </option>
<option value="jack@thesite.com"> jack </option>
<option value="john@thesite.com"> john </option>
</select>
<input type="button" language="JavaScript" value="Send Mail"
onclick="location.href = "mailto:" +
document.formname.who.options[document.formname.who.selectedIndex].value"
name="Send email" />
</form>
Change the red, blue and email address to suit your needs.
Hope this is works for you,
__________________
[size=2] Faze1.net - Webhosting - Focusing on quality service
|