Portal Release 2: How to pass variables from PL/SQL to Javascript
Hi,
How can I pass a PL/SQL variable "the_val1 & 2" to a javascript array "message(0)" so that the javascript program can display the value in "the_val1 & 2" on the page. I'm using a dynamic page. Below is a watered-down version of the code:
DECLARE
CURSOR get_my_value IS
SELECT value, at_flag FROM my_tab ;