Skip to Content.
Sympa Menu

ndt-dev - [ndt-dev] [ndt] r644 committed - Add client param to HTML5 frotn end.

Subject: NDT-DEV email list created

List archive

[ndt-dev] [ndt] r644 committed - Add client param to HTML5 frotn end.


Chronological Thread 
  • From:
  • To:
  • Subject: [ndt-dev] [ndt] r644 committed - Add client param to HTML5 frotn end.
  • Date: Tue, 20 Sep 2011 23:49:25 +0000

Revision: 644
Author:

Date: Tue Sep 20 16:48:45 2011
Log: Add client param to HTML5 frotn end.
http://code.google.com/p/ndt/source/detail?r=644

Modified:
/branches/client_app/HTML5-frontend/widget.html

=======================================
--- /branches/client_app/HTML5-frontend/widget.html Fri Mar 18 07:44:18
2011
+++ /branches/client_app/HTML5-frontend/widget.html Tue Sep 20 16:48:45
2011
@@ -118,7 +118,9 @@
</div>
</div>

-<applet name="NDT" code="Tcpbw100.class" codebase="<?php print $applet_url ?>" archive="Tcpbw100.jar" width="400" height="400"></applet>
+<applet name="NDT" code="Tcpbw100.class" codebase="<?php print $applet_url ?>"
+archive="Tcpbw100.jar" width="400" height="400"><param name="client"
+value="applet"></param></applet>

</body>
</html>


  • [ndt-dev] [ndt] r644 committed - Add client param to HTML5 frotn end., ndt, 09/20/2011

Archive powered by MHonArc 2.6.16.

Top of Page