On Wed, 2007-07-18 at 01:29 +, BAnderton wrote:
> Hello all,
>
> Question: Is there any way to access a javascript variable from
> within psp code?
>
>
> I'm aware of how to do the reverse of this (js_var='<%=psp_var%>').
>
>
> Here's a non-working example of what I'm trying to do:
>
>
BAnderton a écrit :
> Hello all,
>
> Question: Is there any way to access a javascript variable from
> within psp code?
Short answer : no (or at least: not directly). And it has nothing to do
with PSP.
Long answer: this has to do with the http protocol. Things go like this:
1/ the client (us
On Wed, 18 Jul 2007 04:29:27 +0300, BAnderton <[EMAIL PROTECTED]>
wrote:
>
> Hello all,
>
> Question: Is there any way to access a javascript variable from
> within psp code?
>
>
> I'm aware of how to do the reverse of this (js_var='<%=psp_var%>').
>
>
> Here's a non-working example of what I'm