Advertisement
vergepuppeter

Button View PDF

May 6th, 2014
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <script type="text/javascript">
  5. function view(){
  6. var url = 'http://kosovo.ohchr.org/repository/docs/2_slo_sample.pdf';
  7. window.open(url, 'cob', "status=0,toolbar=0,location=0,menubar=0,width=1000,height=800");
  8. }
  9. </script>
  10. </head>
  11. <body>
  12. <button onclick="view()">Click me</button>
  13. </body>
  14. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement