Shouldn't make a difference. Explain what seems to be different or show us
what seems to be different in the results of the two. What is that
querystring supposed to result in anyway? ?sessionid=xxxxxxxxxxxx? Or do
you have a variable named SessionID? Do you want a boolean result?
Ray at work
"braindead" <an*******@discussions.microsoft.com> wrote in message
news:96**********************************@microsof t.com...
Hi All,
Is
1. dopage.asp?<% =SessionID=value_here%> is different than
2. dopage.asp?<%=SessionID=value_here%> ???
Please note that there is a space between the asp tags and the = sign in
the first item. I thought ASP will treat #1 and #2 as the same. However it
seems that is not the case. Has anybody seen this before?
Please let me know.
Thanks