Server : LiteSpeed System : Linux us-phx-web1359.main-hosting.eu 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : u311880514 ( 311880514) PHP Version : 8.1.31 Disable Function : NONE Directory : /home/u311880514/domains/redbcs.com/public_html/public/whastapp/ |
function sendToWhatsapp(){ let number = "+923180000000"; let name = document.getElementById('name').value; let email = document.getElementById('email').value; let message = document.getElementById('message').value; var url = "https://wa.me/" + number + "?text=" + "Name : " +name+ "%0a" + "Email : " +email+ "%0a" + "Message : " +message+ "%0a%0a"; window.open(url, '_blank').focus(); }