Subversion Repositories wimsdev

Rev

Blame | Last modification | View Log | RSS feed

  1.  
  2. <html>
  3. <head>test vrije invulveld</head>
  4. <body>
  5.     <script language="javascript" type="text/javascript">                                                                                      
  6.         function READTHIS(){                                                                                                                          
  7.             var reply=document.applets[0].ReadApplet(1);
  8.             alert("the applet will send to wims:\n"+reply);
  9.         }                                                                                                                                        
  10.     </script>                                                                                                                                  
  11.     <center>
  12.     <applet codebase="dist" code="VrijeInvulVeld.class" archive="VrijeInvulVeld.jar" width="640" height="480">
  13.         <param name="xsize" value="300">
  14.         <param name="ysize" value="300">
  15.         <param name="bgcolor" value="255,255,255">
  16.         <param name="textcolor" value="250,0,0">
  17.         <param name="drawcolor" value="0,250,10">
  18.         <param name="penthickness" value="2">
  19.         <param name="penfontsize" value="18">
  20.         <param name="penfontfamily" value="Helvetica">
  21.         <param name="penfontstyle" value="bold">
  22.         <param name="language" value="nl">
  23.         <param name="text" value="yes"> <!-- if 0/no no text -->
  24.         <param name="line" value="yes"> <!-- if 0/no no lines -->
  25.         <param name="rect" value="0"> <!-- if 0/no no rec -->
  26.         <param name="ellipse" value="0"> <!-- if 0/no no ellipse -->
  27.         <param name="arrow" value="0"> <!-- if 0/no no arrows -->
  28.         <param name="grid" value="yes"> <!-- will produce a grid -->
  29.         <param name="textlines" value="10"> <!-- number of lines in the applet: strings are bound to these lines leave blank or remove parma-tag to revert to original behaviour of the drawing applet -->
  30.         <param name="textalign" value="vertical"> <!-- probability tree orientation -->
  31.     </applet>
  32.     <input type="button" name=".....TEST......" value=".....TEST....." onclick="javascript:READTHIS();">
  33. </body>
  34. </html>
  35.  
  36.