Closing an Internet Explorer Tab in Oracle Forms
Dear Experts,
we are using oracle 10g Forms & reports with Oracle 10.2.0.5 database, I have created a form in which every end user is able to see there own running reports by following this blog:
http://www.otnblogs.com/oracle-reports-server-queue-rw_server_job_queue-for-monitoring/
Now I want to allow all users to kill or cancel there own reports. Is there any option to do that by command so that I can run that command behind a button or something, I am using the below URL to kill the reports
http://Server.domain:PORTreports/rwservlet/killjobid1234
This kills my report but in result opens a webpage which I am not able to close on runtime, I need your help to kill job via command if possible or help me in closing the window that open after running the above URL. I can not afford that window because after pressing okay button the page redirect to admin report page in which user can cancel or view any running report.