Turtle Graphics: Difference between revisions

From JSXGraph Wiki
No edit summary
No edit summary
Line 4: Line 4:
<script type="text/javascript" src="http://jsxgraph.uni-bayreuth.de/distrib/jsxgraphcore.js"></script>
<script type="text/javascript" src="http://jsxgraph.uni-bayreuth.de/distrib/jsxgraphcore.js"></script>
<form><textarea id="input" rows=7 cols=35 wrap="off" style="width:600px">
<form><textarea id="input" rows=7 cols=35 wrap="off" style="width:600px">
</textarea>
</textarea><br />
<input type="button" value="plot" onClick="run()" style='margin-right:1em'>  
<input type="button" value="run" onClick="run()">  
</form>
</form>
<div id="box" class="jxgbox" style="width:600px; height:600px;"></div>
<div id="box" class="jxgbox" style="width:600px; height:600px;"></div>

Revision as of 15:30, 19 December 2008