Re: Adding cookies to RevBrowser

2011-07-18 Thread Terry Judd
Thanks Slava - looks like I'll have to brush up on my javascript. Cheers, Terry... On 19/07/2011 03:08 PM, "Slava Paperno" wrote: > You can manipulate the HTML of the Web page that is about to load in your > revBrowser instance, and thus add a JS function to that Web page. The > function can

RE: Adding cookies to RevBrowser

2011-07-18 Thread Slava Paperno
You can manipulate the HTML of the Web page that is about to load in your revBrowser instance, and thus add a JS function to that Web page. The function can set the cookie that you need. You can call the function either from the onload trigger in the body tag, or by calling it from LC. Slava > --