User guide
eWON 500-2001-4001-4002 User Guide - User defined Web site
eWON 500®2001®4001®4002® Version 4_3_0 - User Guide - 10/5/05 - ©ACT'L sa - Page 180
10.2.2.1 TagSSI HTML Tag
The TagSSI is used to insert the current value of a Tag into the page:
<%#TagSSI,TagName%>
TagName is the name of the Tag that must be inserted.
Notes:
• Do not insert any space in the TagSSI:
• TagSSI is case sensistive:
<%#TagSSI,TagName%>
Below is the example of an user webpage named “TEMP_page.shtm” which displays the current value from the Tag “TEMP”:”:
<%#tagssi,TagName%>
<html>
<body>
<p>
Last Value of TEMP: <%#TagSSI,TEMP%>>
</p>
</body>
</html>