Hi
Please can you help me with this i want to send a text message based on the phone number in local storage.
var ConNum = localStorage.getItem("ContactNumber");
var Message = localStorage.getItem("Message");
window.open('sms: ConNum?body=Message', '_system');
Thanks in advance
Nick