Difference between revisions of "Sandbox"
From SolarSailWiki
m |
m |
||
Line 1: | Line 1: | ||
<php> | <php> | ||
− | echo '<script src="../Wikka/3rdparty/plugins/jsmath/jsMath.js" type="text/javascript"></script>'; | + | echo '<script src="../Wikka/3rdparty/plugins/jsmath/jsMath.js" type="text/javascript"></script> |
+ | <NOSCRIPT> | ||
+ | <DIV STYLE="color:#CC0000; text-align:center"> | ||
+ | <B>Warning: <A HREF="http://www.math.union.edu/locate/jsMath">jsMath</A> | ||
+ | requires JavaScript to process the mathematics on this page.<BR> | ||
+ | If your browser supports JavaScript, be sure it is enabled.</B> | ||
+ | </DIV> | ||
+ | <HR> | ||
+ | </NOSCRIPT>'; | ||
</php> | </php> | ||
Revision as of 20:47, 19 April 2006
<php> echo '<script src="../Wikka/3rdparty/plugins/jsmath/jsMath.js" type="text/javascript"></script> <NOSCRIPT>
Warning: <A HREF="http://www.math.union.edu/locate/jsMath">jsMath</A>
requires JavaScript to process the mathematics on this page.
If your browser supports JavaScript, be sure it is enabled.
</NOSCRIPT>'; </php>
\sum_{i=1}^{\nu} i = {n(n+1)\over 2}
<php> echo '<script type="text/javascript">jsMath.Process()</script>'; </php>