vergepuppeter

Google PDF Viewer

May 6th, 2014
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <script type="text/javascript">
  5. // Popup window code
  6. function newPopup(url) {
  7. popupWindow = window.open(
  8. url,'popUpWindow','height=700,width=800,left=10,top=10,resizable=yes,scrollbars=yes,toolbar=yes,menubar=no,location=no,directories=no,status=yes')
  9. }
  10. </script>
  11. </head>
  12. <body>
  13.  
  14. <a href="JavaScript:newPopup('http://docs.google.com/viewer?url=http://kosovo.ohchr.org/repository/docs/2_slo_sample.pdf');">Open a popup window</a>
  15.  
  16. </body>
  17. </html>
Add Comment
Please, Sign In to add comment