
I'm using APEX 4.2.3 on Oracle 11g R2.
On my page I have a basic IR. I have a column value set up as a link to a URL that calls my javascript function passing it a value from the report row. I now want to display my modal window to display data from the database for the value that was passed. The trouble I'm having is getting the DOM value into the session state so that my pl/sql content region can be displayed. The pl/sql content is just a query that displays the data in a specialized table layout. There are too many values to display it as a report so that's the reason for this region type. How do I get my DOM value into the session state ? My javscript function is pasted.
Thanks in advance.