Open Calculator in Oracle Apex Application
Open a Calculator in the Oracle Apex Application
Topic Introduction: In this tutorial, we will show how to Open a Calculator in the Oracle Apex Application. It is a very easy way to open a calculator in your application using a simple JavaScript code. To complete this work follow the below instructions step by step.
1. Create a Blank Page: Calculator Open
2. Take a Region: Calculator
3. Taka a Button on this Region: Calculator
4. Create a Dynamic Action against the Button: Calculator_Open
Action: Execute JavaScript Code
Code:
window.open('calculator://','_blank');
Now run this page and Click on the Calculator button it will open your Window Calculator.
No comments