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 Connecticut, 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, BI Publisher, Jasper Report, 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');
});
Oracle database. // Java Program to Establish Connection // in JDBC with Oracle Database // Importing database import java.sql.*; // Import...