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