Page 1 of 1

How to send data from javascript to Revlet?

Posted: Mon Jul 05, 2010 5:17 pm
by ale870
Hello,

I already red some info about passing data from javascript to revlet (they use document.write()) , but I cannot find any info how to make it dynamically. For example: I make a web page with two buttons (or two hyperlinks), and I wish to send a string to revlet plugin based on user selection (which button the user pressed).

Is it possible? How?

Re: How to send data from javascript to Revlet?

Posted: Tue Jul 06, 2010 8:23 am
by Mark
Hi ale870,

You can use javascript in a browser to set a cookie and javascript in the revlet to read the cookie.

Best regards,

Mark

Re: How to send data from javascript to Revlet?

Posted: Tue Jul 06, 2010 3:15 pm
by ale870
Not so bad, but the problem I cannot arise an event to "communicate" this new value set :-(