Advertisement
Guest User

Untitled

a guest
Sep 6th, 2010
437
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.43 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title>Speed Dial Test</title>
  5. <meta charset="utf-8">
  6. </head>
  7. <body>
  8. <script>
  9. var sd = document.documentElement.clientHeight == 768 && document.documentElement.clientWidth == 1024 && window.opera;
  10. if (sd) {
  11.   document.write('<img src="http://droidfreeapps.com/wp-content/uploads/2010/01/android_logo.gif" />');
  12. } else {
  13.   document.write('<h1>Common page</h1>');
  14. }
  15. </script>
  16. </body>
  17. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement