![]() |
FST WebDemo | ![]() |
The reloading of pages with the META tag has some disadvantages, the page will be completely reloaded which costs time and does not look nice. Additionally it also takes some time in the controller to handle the page etc. etc.
The fstoperand Applet was especially created to change this !
Once the Applet is loaded it will communicate directly with the FST controller and display the actual value, no need to reload the webpage anymore. This is how dynamic display looks when using the applet:
Value of flagword 11 =
All that needs to be done is include the applet into your page, set parameters for operand, font etc.. Like this:
<applet code="fstoperand.class" codetype="application/java" height="16" width="60" align="top"> <param name="operand" value="MW11"> <param name="delay" value="1000"> <param name="mode" value="signed"> <param name="font" value="Arial"> <param name="size" value="14"> </applet> |
There are parameters for operand, font, fontsize, timedelay and for display mode: signed, unsigned or hex.
The communication is done by sending UDP packets, so this might not work across the internet when firewalls / proxies etc. are in between.
This page has lots more info about the applet.
Last modified: 2004-07-11 |