Recente berichten
I'm busy working on my blog posts. Watch this space!
Uitgelichte berichten
I'm busy working on my blog posts. Watch this space!
Volg ons
I'm busy working on my blog posts. Watch this space!
/ Send Message // export function Send_click(event) { let phone = "11231231234"; // Your Phone Number: Country Code + Number // let text1 = $w("#textBox1").value; let text2 = text1.replace(/\s/g, "%20"); let link = "https://wa.me/" + phone + "?text=" + text2; $w("#Send").link = link; } // Open Chat Box // export function Chat_click(event) { $w("#ChatBox").show(); $w("#Chat").hide(); } // Close Chat Box // export function CloseChat_click(event) { $w("#ChatBox").hide(); $w("#Chat").show(); }>
I'm busy working on my blog posts. Watch this space!
I'm busy working on my blog posts. Watch this space!
I'm busy working on my blog posts. Watch this space!