Switch17
11-02-2002, 09:46 PM
Could someone please tell how you would setup a pull down/drop down menu that will open to send an e-mail? I'd tried this, but it doesn't seem to work.
<select class=emails name=site onchange="formHandler(this.form)">
<option value="http://www.freedffl.com">Send E-Mail to:
<option value="mailto:TeamOne@xxxx.com">Team One
<option value="mailto:TeamTwo8@xxxx.com">Team Two
</select>
Thanks
Switch
<select class=emails name=site onchange="formHandler(this.form)">
<option value="http://www.freedffl.com">Send E-Mail to:
<option value="mailto:TeamOne@xxxx.com">Team One
<option value="mailto:TeamTwo8@xxxx.com">Team Two
</select>
Thanks
Switch