sir i want to ask
<form name="form1" method="post" action="">
<select name="select">
<option value="Sales">Sales</option>
<option value="Technical Support">Technical Support</option>
<option value="Employment Opportunities">Employment Opportunities</option>
<option value="Web development">Web development</option>
</select>
</form>
now i have 4 email address according to option values
1)sales@dawn.com
2)support@dawn.com
3)jobs@dawn.com
4)web@dawn.com
a)now i want using cdo when customer select "sales" option then i receive customer info in to
sales@dawn.com account,
b)using cdo when customer select "Technical support" option then i receive customer info in to
support@dawn.com account,
c)using cdo when customer select "employment opportunities" option then i receive customer info in to
jobs@dawn.com account,
d)using cdo when customer select "web development" option then i receive customer info in to
web@dawn.com account,
i think for this purpose i need condition .
but i dont know how i can solve it using cdo