Click to See Complete Forum and Search --> : calling java method or stored procedure from javascript?


nicole1981
09-04-2003, 11:16 AM
hi, can i call a java method or stored procedure from a javascript? thanks...

Khalid Ali
09-04-2003, 11:33 AM
I have never tried stored procedures directly from JavaScript,however I know that you cna call java methods using an applet by JavaScript,you can probably call stored procedures using this technique.

Here is the link where I have an example of how an applet can communicate with havascript.

http://www.webapplikations.com/pages/html_js/applets/AppletJavaScriptInteraction.html