Nuno, Well, those should work from what I read in the documentation. Have you tried putting a ; after the #server call in the onclick? Since it is really a javascript statement, it may need the semicolon before it will work, ie: <td Class='THeader' align='right' OnClick="#server(..Mostra())#;">
Mark "Nuno Canas" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I've tried: > > <script Language="Cache" method="Mostra" arguments="" returntype="%Boolean"> > w "alert('OK !!');",! > </script> > > <script Language="Cache" method="Mostra" arguments="" returntype="%Boolean"> > &js<alert('OK !!');> > </script> > > <script Language="Cache" method="Mostra" arguments="" returntype="%Boolean"> > w $$$cspJavaScriptStart,! > w "alert('OK !!');",! > w $$$cspJavaScriptEnd,! > </script> > > No diferent results.... > > Mark Sires wrote: > > > Nuno, > > Looking at the documentation page you sent me, I think it should be like > > this: > > <td Class='THeader' align='right' OnClick="#server(..Mostra())#"> > > > > <script Language="Cache" method="Mostra" arguments="" returntype="%Boolean"> > > &js<alert('OK !!');> > > </script> > > > > Mark > > > > > > >
