Please help
I saw the posted forum, the one i exactly want, could you just help me,
here is the code...
<td width="24%"><di v align="right">S elect Area:</div></td>
<td width="19%">
<select name="recipient " class="loginSel ect">
<option value=""></option>
<option value="gotocent ral@mydomain.co m">Central </option>
<option value="gotowest @mydomain.com"> West</option>
<option value="gotoeast @mydomain.com"> East</option>
</select>
</td>
--------------------------------
My question is, if i select West, it should send the mail to both west as well as central. Just like if i choose east, it should send mail to both east and central. So how can i set both values in single option value.
Something like ....... not exactly
<option value="gotowest @mydomain.com"; "gotocentral@my domain.com">Wes t</option>
Thanks
I saw the posted forum, the one i exactly want, could you just help me,
here is the code...
<td width="24%"><di v align="right">S elect Area:</div></td>
<td width="19%">
<select name="recipient " class="loginSel ect">
<option value=""></option>
<option value="gotocent ral@mydomain.co m">Central </option>
<option value="gotowest @mydomain.com"> West</option>
<option value="gotoeast @mydomain.com"> East</option>
</select>
</td>
--------------------------------
My question is, if i select West, it should send the mail to both west as well as central. Just like if i choose east, it should send mail to both east and central. So how can i set both values in single option value.
Something like ....... not exactly
<option value="gotowest @mydomain.com"; "gotocentral@my domain.com">Wes t</option>
Thanks
Comment