Re: ASP maintain state

by "Steve Cost" <scost(at)neo.rr.com>

 Date:  Mon, 3 Jul 2000 09:21:29 -0400
 To:  <liz(at)aebeh.com>,
<hwg-languages(at)hwg.org>
 References:  lakeheadu
  todo: View Thread, Original
Hi, Liz .... I seem to have no problem maintaining state after a popup ....
I check the state of logIn of the user from the popup window, using either a
session variable or value of a cookie, like so:
If session("authenticated") OR Request.Cookies("sitename")("emailaddr") <>
"" then
and it works. Have you tried various Response.write options to see what is
available from the popup?  This probably hasn't helped you, but at least you
know it can work.
--
Steve
www.ReadersOpinions.com
-The sum of society's intelligence is less than the average of
it's individual parts.


----- Original Message -----
From: Liz <liz(at)schreiber.Lakeheadu.ca>
To: <hwg-languages(at)hwg.org>
Sent: Sunday, July 02, 2000 11:59 PM
Subject: ASP maintain state


> Hi all,
> ASP question:
> I would like to use a javascript to open a new popup window for a member
> registration. "click here to register" and a popup opens.
> The problem is that my asp doesn't maintain state going from the main
> window to the popup.
> and there seems to be no HTTP_REFERER, and no Request collection from
> the prior form.
> Any direction with this would be appreciated.
> Thankz
> :-)
> Liz
>

HWG: hwg-languages mailing list archives, maintained by Webmasters @ IWA