Forums

ASP

This topic is locked

Stuffing Session Variables into Input fields

Posted 07 Jan 2003 04:15:31
1
has voted
07 Jan 2003 04:15:31 Lewis Richards posted:
Can someone help me with this?

I am trying to stuff <%=tdomain%> and <%=findcost(tdomain)%> into seperate

hidden input fields as the value of that field

<input type="hidden" name="mydomain" value="<%=tdomain%>">

<input type="hidden" name="domaincost" value="<%=findcost(tdomain)%>">

and then have the value submit to an email page which will use CDO to

submit the email in HTML format.

I have dim strmydomain, strdomaincost

strmydomain = Request.form("mydomain"

strdomaincost = Request.form("domaincost"

in the body of the email I am using

" & strmydomain & vbCrLf & "

" & strdomaincost & vbCrLf & "

but this is not working.

Can someone show me what I am doing wrong here.

Your help is greatly appreciated.

Jordanl

Replies

Replied 07 Jan 2003 13:38:19
07 Jan 2003 13:38:19 Dave Blohm replied:
Can you copy and paste the entire code or throw it on your server as text files?

Doc
Rangewalk Digital Studios
Replied 12 Jan 2003 05:26:56
12 Jan 2003 05:26:56 Lewis Richards replied:
Dave,
What do you mean "throw it on your server"?
please clarify.
I can send to you via email if that is what you're asking.

Thanks,
Lewis
Replied 13 Jan 2003 15:56:24
13 Jan 2003 15:56:24 Dave Blohm replied:
throw it on your server = "put the text files somewhere I can D/L them"

you won't be able to email them to me...my connection to the web is kaput until my new DSL provider gets me up and my mail server lives at my house...

Doc
Rangewalk Digital Studios
Replied 16 Jan 2003 22:30:11
16 Jan 2003 22:30:11 Lewis Richards replied:
Dave I will get that done right away and will notify you when it is on the server.

Thanks
Replied 19 Jan 2003 09:35:55
19 Jan 2003 09:35:55 Lewis Richards replied:
Dave,
Thanks for your help.
Here is a link to a site where I give a brief description of the problem and a download link of the 2 files involved.
If you have any questions. Please email me direct if you like.
www.mindcreative.net/help/

Reply to this topic