Advertisement
Guest User

Untitled

a guest
Mar 5th, 2015
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. <html>
  2. <script src="https://code.jquery.com/jquery-2.1.3.min.js"></script>
  3. <script>
  4. $(document).ready(function (){
  5.  
  6. if(navigator.userAgent.toLowerCase().indexOf("android") > -1){
  7. window.location.href = 'https://play.google.com/store/apps/details?id=com.meamsapp';
  8. }
  9. if(navigator.userAgent.toLowerCase().indexOf("iphone") > -1){
  10. window.location.href = 'https://itunes.apple.com/app/me-ms/id970354274';
  11. }
  12.  
  13. });
  14.  
  15. </script>
  16. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement