Nuno, alert() is a javascript function, and your are in a Cache method. There may be a way to do it like this, but I don't know it. I usually make the OnClick a javascript function that then does the #server call and displays the alert based on the return value Mark
"Nuno Canas" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I Have a CSP Page with the following: > > <td Class='THeader' align='right' OnClick="#server(..Mostra())#"> > > <script Language="Cache" method="Mostra" arguments="" returntype="%Boolean"> > w "alert('OK !!');",! > </script> > > > Why when I click the alert on server method never apears ?? > > TIA > Nuno >
