Hello,
I want to open a Skillbuilders modal page from within a (bar) chart/graph.
The end user will click on one of the "bars", and a Modal Popup window will open.
The code to generate the chart is as follows:
SELECT 'f?p=&APP_ID.:7006:' || :APP_SESSION || '::::P7006_YEAR,P7006_MONTH:' || colName1 || ',' || colName2 link,
month LABEL,
count VALUE
FROM table1;
I just don’t know how to include the following code so that the Modal Window opens:
onclick="return false;" class="DbRetiredDetails-link"
Anyone done this before?
Thanks in advance,
- Sergio