How to Call a .js file(Java Script) in Oracle Form Builder
Hi Team,
I am using Form builder Version 10.1.2.3.0, I have a requirement to call a Java Script file (.js)
in Oracle Form Builder to archive the requirement. I need to read the Smard Card ID through Java Script. So Java script will be called to check correct user id or not.
So I need to read a Java Script file (.js)in Oracle Form Builder. Please help if you have any idea on this.
Sample js
function display_hello_world(){
alert("Hello, World!");
}
Regards
Raghavendra Nara