Self close of an APEX window using PL/SQL and javascript
650243Nov 5 2008 — edited Nov 5 2008Hi,
I have an Apex application window having some 3-4 screens. first screen which comes up is having a radio button having 3 options namely yes, no ,not yet.
1.)If i select yes, it will take me into the application - done
2.)if i select no, it should self close the window and insert no into the database table along with user info, date info etc- need your help
3.)If i selct not yet, it should self close the window and insert no into the database table along with user info, date info etc- need your help
This apex window will be launched in a website with the help of a button. when the user clicks that button, this application window comes up.
can anyone help in how to do 2 and 3 part?
thanks
VG