Calling PL/SQL function from JavaScript

From: Terri I. <teresni_at_ucia.gov>
Date: 27 Aug 2001 14:55:47 -0700
Message-ID: <b1f8b3bc.0108271355.4e718fab_at_posting.google.com>



[Quoted] [Quoted] Is it possible to call a PL/SQL function from within a block of JavaScript code? I have a form with a button - clicking that button launches some JavaScript code. I would then like that code to run a PL/SQL function, but simply including a line within the JS code like 'var retcode = Function(variable);' results in an error that Function is not defined.... Any help would be appreciated! Received on Mon Aug 27 2001 - 23:55:47 CEST

Original text of this message