Sandbox: Difference between revisions
Jump to navigation
Jump to search
Bradley Monk (talk | contribs) No edit summary |
Bradley Monk (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
[http:// | <!DOCTYPE [[HTML|html]]> | ||
<[[HTML|html]]> | |||
<head> | |||
<title>HelloWorld_example.html</title> | |||
</head> | |||
<body> | |||
<h1>A Java applet example</h1> | |||
<script src="http://www.java.com/js/deployJava.js"></script> | |||
<script> | |||
var attributes = { | |||
code:'components.pathvisio', width:300, height:300} ; | |||
var parameters = {jnlp_href: 'pathvisio.jnlp'} ; | |||
deployJava.runApplet(attributes, parameters, '1.6'); | |||
</script> | |||
</body> | |||
</html> |
Revision as of 19:53, 5 June 2013
<title>HelloWorld_example.html</title>
</head> <body>
A Java applet example
<script src="http://www.java.com/js/deployJava.js"></script>
<script> var attributes = { code:'components.pathvisio', width:300, height:300} ; var parameters = {jnlp_href: 'pathvisio.jnlp'} ; deployJava.runApplet(attributes, parameters, '1.6'); </script>
</body>
</html>