Call ActionClass from Javascript

2004-01-22 Thread Manuel Lenz
Hi to all, I´d like to call an ActionClass from a javascript-link which opens a new window. Here is my code: Javascript in jsp-Site: function OpenSite(sitename, winName,features) { window.open(sitename, winName, features); } Link in jsp-Site: a href=#

Re: Call ActionClass from Javascript

2004-01-22 Thread Hubert Rabago
There isn't enough info to determine what's causing your problem, but it looks like it's probably related to an ActionForm that your Action class is associated with. --- Manuel Lenz [EMAIL PROTECTED] wrote: Hi to all, I´d like to call an ActionClass from a javascript-link which opens