![]() |
FST WebDemo | ![]() |
We saw how to display FST operands but sometimes it is nice to have the values automatically updated without the need to constantly press refresh or reload buttons. This can be achieved by including a tag that instructs the browser to reload the page after xxx seconds:
<HTML> <HEAD> <META http-equiv="Refresh" content="5;url=demo_12a.htm"> </HEAD> <BODY> This page will reload (and reload (and reload)) after 5 seconds.<BR> Flagword 11=<FSTCI dmw11> </BODY> </HTML> |
Click here to see the result. Please note that the <META> tag must be included in the HEAD section of the HTML page.
Last modified: 2004-07-11 |