Advertisement
Guest User

Untitled

a guest
Apr 18th, 2014
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. window.location.href = "sms:[phone number]?body=" + message;
  2.  
  3. var myAddress = "https://maps.google.com/maps?q=North+Miami,+FL+33190,+USA"
  4. window.location.href = "sms:11122233333?body="+myAddress;
  5.  
  6. var myAddress = encodeURIComponent( "https://maps.google.com/maps?q=North+Miami,+FL+33190,+USA" );
  7. window.location.href = "sms:11122233333?body="+myAddress;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement