This should indeed work just fine. The alert box won't pop up until after the call returns from Cache - it is not "interactive". All the write statement output in the method is gathered and then placed in one function that is executed on return in the browser.

Nuno Canas wrote:
I have Java Version 1.4.2_03 (build 1.4.2_03-b02) installed

Peter Cooper wrote:

Nuno

I think this should work - but have you got a Java VM installed on the
client??

do any #server calls work?
check out the zip code example in samples to see
Peter

On Tue, 06 Apr 2004 17:21:34 +0100, Nuno Canas <[EMAIL PROTECTED]>
wrote:


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






--
Bill McCormick
Web/Objects Support Manager
InterSystems Corporation
[EMAIL PROTECTED]



Reply via email to