Oracle Apex open url from javascript (Radio Button) :
Radio Button :
if ($v("P69_NEW")==1)
javascript:window.open('f?p=&APP_ID.:65:&APP_SESSION.');
else if ($v("P69_NEW")==2)
javascript:window.open('f?p=&APP_ID.:13:&APP_SESSION.');
The numbers in red are the page number.
Tags:
Oracle Apex