Conditional display of Region using javascript
Hi,,
I have 2 regions and 1 radio button in my page. I need to displaying the region's conditionally based on the radio button value without refreshing the page.
For example: if radio button value is "Yes" then 1st region should be displayed and 2nd region should be hidden.
if radio button value is "No" then 1st region should be hidden and 2nd region should be displayed.
I am using Application Express 3.0.1.00.08 version. Please Suggest the solution.
Thanks in Advance