Re: store javascript value from window.open in session variable
From: Arthur Nesterovsky (arthur_NO_SPAM_PLEASE__at_nesterovsky-bros.com)
Date: 02/04/04
- Next message: Al Smith: "Re: Upload a File to a Web Server and error handling"
- Previous message: Kheops: "Re: Japanese in browser??"
- In reply to: Michelle Stone: "store javascript value from window.open in session variable"
- Next in thread: bruce barker: "Re: store javascript value from window.open in session variable"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 4 Feb 2004 15:52:57 +0200
Hi,
> i have "variab1 = window.open ("a.aspx", "helloworld");"
> i do this inside a RegisterStartupScrict ("key",
> "<script language=javascript>******</script>");
> where ***** is hte javascript command
>
> i need to access variab1 from some other forms (to close it from another
> link from the parent's parent's parent's page). i figured out that the
best
> way to do this is to store this javascript variable in a session variable.
>
> now comes the golden question. "How can I save a javascript variable in
> a session variable?"
It seems that you mix server- and client-side code in your discourse.
A javasript code will be executed on client-side, whereas the session
variable accessible mainly on server-side.
--
______________________________
With best wishes, Arthur Nesterovsky
Please visit my home page:
http://www.nesterovsky-bros.com
- Next message: Al Smith: "Re: Upload a File to a Web Server and error handling"
- Previous message: Kheops: "Re: Japanese in browser??"
- In reply to: Michelle Stone: "store javascript value from window.open in session variable"
- Next in thread: bruce barker: "Re: store javascript value from window.open in session variable"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|