1. Create a item like
P1_MOBILENO
2.Copy-Pest the code into function and Global variable Declaration
$( document ).ready(function() {
$("#P1_MOBILENO").click(function(){
var lnk='tel:+88'+this.value;
// alert(lnk);
window.open(lnk, '_self');
});
Muhammad Abdul Qaium is a Database Engineer/Oracle Apex Developer/BI Developer (in Atlanta, USA) who is an Oracle Certified Cloud Architect Professional, OCI Autonomous DB specialist as well as Oracle Business Intelligence Foundation Suite 11g Certified Implementation Specialist with extensive expertise in Database design , PL/SQL, Oracle Apex, Microsoft SSIS, ETL, Power BI, Qlik Sense, OBIEE. Contact: qaiuminfo@gmail.com
1. Create a item like
P1_MOBILENO
2.Copy-Pest the code into function and Global variable Declaration
$( document ).ready(function() {
$("#P1_MOBILENO").click(function(){
var lnk='tel:+88'+this.value;
// alert(lnk);
window.open(lnk, '_self');
});
Here are the steps to convert and get the character into a region by Oracle Apex. Step1. Create a page and Copy-Pest the below code into Pa...