Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Calling PL/SQL function from JavaScript

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@posting.google.com>


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 - 16:55:47 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US