PDA

View Full Version : Where to find Multiple Action Form based


neopardus
09-26-2002, 11:38 AM
:confused: Hi there all!!! :confused:
Can ne one please help - I am tryin to RE-locate a script that I came across a few months back..
Basically you have a form with a select item, listing all the various contacts in ur company. Based on the name that the user selects, the form will be sent to that person. I know it is out there, I just cant remember were I found it or who wrote it!!!
Thanks in advance!!!
:thumbsup: Chris

JSB
09-26-2002, 04:18 PM
<select name="select1" onchange="var loc = this.options[this.selectedIndex].value; if (loc != '') { self.location = loc; }">

The value for the <option> should be the URL:

value="mailto:emailthisdude@somedomain.com"

note: (loc != '') that's not a single quote, those are two of these: '