Difference between revisions of "Applets:Spektrum"

From LNTwww
Line 50: Line 50:
 
</span></B></p>
 
</span></B></p>
  
<form id="myForm">
+
<body onload="drawNow()">
<button class="button1" style="font-size:0.750em" onclick="zurueck()">Reset</button>
+
<p>
<p><span style="position:absolute; top:730px; left:840px; font-family:arial; font-size:0.750em;">mit Gitter<input name="gridbox" id="gridbox" type="checkbox" onclick="showgrid();" checked="checked"></span></p>
+
    <input type="checkbox" id="gridbox" onclick="showgrid();" checked> <label for="gridbox">Gitterlinien Zeigen</label>
 +
    <button class="button" onclick="drawNow();">Reset</button>
 +
</p>
  
 
<div id="pltBox1" class="jxgbox" style="width:600px; height:300px; border:1px solid black; margin:-40px 20px 100px 220px;"></div>
 
<div id="pltBox1" class="jxgbox" style="width:600px; height:300px; border:1px solid black; margin:-40px 20px 100px 220px;"></div>
Line 62: Line 64:
  
 
<script type="text/javascript">
 
<script type="text/javascript">
 
+
function drawNow() {
 
//Grundeinstellungen der beiden Applets
 
//Grundeinstellungen der beiden Applets
 
JXG.Options.text.useMathJax = true;
 
JXG.Options.text.useMathJax = true;
Line 597: Line 599:
 
             txtCS2.setProperty({visible:false});
 
             txtCS2.setProperty({visible:false});
 
};
 
};
 
+
    };
  
 
//Definition der Zeige und Verstecke Koordinatensystemfunktion
 
//Definition der Zeige und Verstecke Koordinatensystemfunktion
Line 619: Line 621:
 
</script>
 
</script>
  
</form>
+
 
  
  

Revision as of 14:41, 18 September 2017

Impuls 1

Impuls 2