You are what's causing this :-)
Build your statement one test at a time and start by
rewriting this
mumbo-jumbo...
& cStr(cStr(Request.Form("ShippingType"))) & ""
<%= Clinton Gallagher
NET csgallagher AT metromilwaukee.com
URL
http://clintongallagher.metromilwaukee.com/
"lee" <lfairban_nospam@amep.com> wrote in message
news:e26fga$3o9$1@forums.macromedia.com...
>I am trying to pass a session variable to another page.
It doesn't seem to
> matter how I set it but I always end up with the session
variable having a
> comma in the front of it.
> "1" get ", 1"
>
>
> <%
> if (cStr(cStr(Request.Form("Customerinfosubmit")))
<> "") then
> Session("ssShippingType") = "" &
cStr(cStr(Request.Form("ShippingType")))
> & ""
> end if
> %>
>
> What is causing this? Thanks
>
>