Sandbox: Difference between revisions

From bradwiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:




[http://bradleymonk.com/Special:CreatePathwayPage?visibility=editor&pwName=Brads+Test&pwSpecies=Mus+musculus&private=1&create=1&title=Special%3ACreatePathwayPage Create Pathway]
<!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


<!DOCTYPE html> <html> <head>

 <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>