If you look in
http://orion.shm-ce.com:1972/csp/docbook/DocBook.UI.Page.cls?KEY=GCSP_tagbased#GCSP_tagbased_serverside

Responding to Client Events from the Server

For me it's clear that it should work !!!

Nuno

Mark Sires wrote:

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








Reply via email to