On Wed, Apr 03, 2002 at 10:25:47AM +1000, Andrew O'Brien said: > On Wed, Apr 03, 2002 at 10:18:35AM +1000, Andrew Douglass wrote: > > Can anyone tell me if it possible to pass a javascript variable to > > embperl without using forms? > > No. :)
Yes. :-) Have a look at: http://www.scottandrew.com/xml-rpc/ In a nutshell, create a hidden layer. In that hidden layer, do a GET/POST to a embperl/mod_perl page. The request will get sent to the hidden in-memory document, which can then be parsed back into javascript variables. Regards, Wim Kerkhoff -|- www.nyetwork.org -|- [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
