|
|
|
|
|
| | |
|
Active Server Pages ASP ASP.NET .aspx .ascx Web HTML Developer Internet Microsoft Web Services Visual Studio .NET CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: mailer.addrecipient question |
From: |
Harlan |
Date: |
2/23/1999 9:13:15 AM |
IP: |
206.222.20.2 |
Um, I'm not sure if I understood you. I've
used that component but can't find the code
anymore. I think all you want is
request.form("who") that will give you
the value= of an input with name=who
<form method='post'>
<select name='who'>
<option value="me@me.com">Harlan
<option value="you@you.com">You
</select>
<input type=submit name=submit value=submit>
</form>
request.form("who") gives you the value=
of whatever is selected, when they hit submit.
is that what you wanted? |
Previous Message
Follow Up - Re: mailer.addrecipient question - Steve Skinner 2/24/1999 2:43:21 AM
|
|
|
|
|
|
|
|
|
|
|
|