concat string with contents of variable
From: Len Burman (support_at_joblayoffsupport.com)
Date: 02/27/04
- Next message: FISH: "Re: S.O.S!!"
- Previous message: damar: "calling Javascript from java, using JSObject"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 27 Feb 2004 15:52:56 GMT
I have some code in a form which inputs a friends email address and when you
submit it sends the message to the person at the address. I want to be able
to email to the variable name and also a hard coded address. When I actually
input two addresses, it sends to both. The partial code reads:
Set objMail = CreateObject("CDONTS.NewMail")
objMail.From= request.form("youremail") 'Specify sender's address
objMail.To=request.form("yourfriendemail")
yourfriendemail is a variable gotten from a form. I want to replace it with
the contents of yourfriendemail and abc@comcast.net. When I input on the
form abc@bill.com; abc@comcast.net it sends to both. I have tried concat()
adn using a + sign to concatenate.
- Next message: FISH: "Re: S.O.S!!"
- Previous message: damar: "calling Javascript from java, using JSObject"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|