|
FST WebDemo
|
|
Back to index
Next
Previous
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_06a.htm">
</HEAD>
<BODY>
This page will reload (and reload (and reload)) after 5 seconds.<BR>
Flagword 10=<FSTCI dmw10>
</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.