[Mathlib-commitlog] SF.net SVN: mathlib:[643] JMathLib/trunk/JMathLib.html
Status: Beta
Brought to you by:
st_mueller
|
From: <st_...@us...> - 2009-01-07 19:15:20
|
Revision: 643
http://mathlib.svn.sourceforge.net/mathlib/?rev=643&view=rev
Author: st_mueller
Date: 2009-01-07 19:15:11 +0000 (Wed, 07 Jan 2009)
Log Message:
-----------
small beautifying
Modified Paths:
--------------
JMathLib/trunk/JMathLib.html
Modified: JMathLib/trunk/JMathLib.html
===================================================================
--- JMathLib/trunk/JMathLib.html 2009-01-06 16:43:00 UTC (rev 642)
+++ JMathLib/trunk/JMathLib.html 2009-01-07 19:15:11 UTC (rev 643)
@@ -17,7 +17,7 @@
<!--
var _info = navigator.userAgent;
var _ns = false;
-var _ie = (_info.indexOf("MSIE") > 0 && _info.indexOf("Win") > 0 && _info.indexOf("Windows 3.1") < 0);
+var _ie = (_info.indexOf("MSIE") > 0 && _info.indexOf("Win") > 0 );
//-->
</SCRIPT>
@@ -35,7 +35,7 @@
<SCRIPT LANGUAGE="JavaScript">
<!--
var i;
-var _name="MathLib";
+var _name="JMathLib";
var _codebase="bin";
var _classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93";
var _iecodebase="http://southgatesoftware.com/javaplugin/1.3/jinstall-131-win32.cab#Version=1,3,0,0";
@@ -75,7 +75,7 @@
document.writeln('ALIGN ='+_align+' ');
document.writeln('VSPACE ='+_vspace+' HSPACE = '+_hspace);
document.writeln('>');
- //document.writeln('<PARAM NAME="startup" VALUE="disp(\'hello you\');plot(rand(2,30))">');
+ document.writeln('<PARAM NAME="startup" VALUE="disp(\'hello you\');plot(rand(2,30))">');
//document.writeln('<PARAM NAME="fgcolor" VALUE="ff00ff">');
//document.writeln('<PARAM NAME="bgcolor" VALUE="f64033">');
document.writeln('</applet>');
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|