hi,
I have on my site a contact-
. this contact-
contains among other things a "list of value" (
-area) with approx. 190
-tags (it's a country list). each
-tag contains one value e.g.
the numbers of characters wihtin the
-attribute are different (1 - n). I hand over the content of the
-attribute to a cdonts-mail function asp-file (
). basing on this
-attribute the email should be sent to one of 2 different email-addresses.
Is there any possibility to handover two values of the above mentioned
-area to the
file? One of the
-attribute should contain the real country name and a 2nd
should contain an attribute for the selection of the email-address.
If it's not possible to do like this, what other solution would you recommend?
Thanks in advance for your help.
regards Lupo
WEB Designer & WEB Developer (as per my working contract) and ASP Newbie![Smile :) :)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
I have on my site a contact-
Code:
<form>
Code:
<form>
Code:
<select>
Code:
<option>
Code:
<option>
Code:
<select name="country">
<option value selected></option>
<option value="a">A</option>
<option value="bb">BB</option>
....
<option value="zzzz">ABCDE</option>
</select>
the numbers of characters wihtin the
Code:
value
Code:
value
Code:
sendmail.asp
Code:
value
Is there any possibility to handover two values of the above mentioned
Code:
<select>
Code:
sendmail.asp
Code:
value
Code:
value
If it's not possible to do like this, what other solution would you recommend?
Thanks in advance for your help.
regards Lupo
WEB Designer & WEB Developer (as per my working contract) and ASP Newbie