Guest User

Untitled

a guest
Oct 8th, 2012
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.54 KB | None | 0 0
  1. <body>
  2.     <!-- ... -->
  3.     <script src=
  4.      "http://www.java.com/js/deployJava.js"></script>
  5.     <script>
  6.         // using JavaScript to get location of JNLP
  7.         // file relative to HTML page
  8.         var dir = location.href.substring(0,
  9.             location.href.lastIndexOf('/')+1);
  10.         //var url = dir + "GrahamsProjClient-webstart.jnlp";
  11.         var url = "http://127.0.0.1:8080/GrahamsProjClient/GrahamsProjClient-webstart.jnlp"
  12.         deployJava.createWebStartLaunchButton(url, '1.6.0');
  13.     </script>
  14.     <!-- ... -->
  15. </body>
Advertisement
Add Comment
Please, Sign In to add comment