// Send Message // export function Send_click(event) { let phone = "11231231234"; // Your Phone Number: Country Code + 60133354275 // 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(); }
Home
Products
Services
App Notes
About Us
Latest News
Contact
Shop
More
Kumpulan Abex Sdn Bhd
Electronic Design - Application Notes
Home
|
Application Notes
Impedance measurements for power delivery networks
Read More
High dynamic range current measurements on IoT devices
Read More
Analyze pulse width modulated signals
Read More
DDR3 data eye diagram testing
Read More
Power supply rejection ratio measurement (PSRR)
Read More