Click to See Complete Forum and Search --> : Simple dropdown question


maw_webdesign
03-20-2003, 08:47 AM
Hi there...

I'd like to make a dropdown with different emailaddresses.
And on submit it should open an alert-window with "Email sent".

Can anyone give me an example how to do this...?

Thnx,

Leon :confused:

dabush
03-20-2003, 09:13 AM
<form onSubmit="alert('Email sent');">

did u want to send the results to the selected address? please be more clear.