Another example for displaying GEONExT: Difference between revisions

From JSXGraph Wiki
(New page: <source lang="xml"> <div id="box" class="jxgbox" style="width:500px; height:500px;"></div> <script type="text/javascript"> var brd = JXG.JSXGraph.loadBoardFromFile('box', 'http://jsxgraph.uni-bay...)
(No difference)

Revision as of 12:21, 17 September 2008

<div id="box" class="jxgbox" style="width:500px; height:500px;"></div>
<script type="text/javascript">
  var brd = JXG.JSXGraph.loadBoardFromFile('box', 'http://jsxgraph.uni-bayreuth.de/geonext/Unendlich.gxt', 'Geonext');
</script>