Switch to desktop version  

Ewon TechForum
Providing technical solutions to technical requests



Get the eWON tag Historical Logging in Customer Webpage
lixl
Junior Member
#1
Dear everyone,
  I want get the tag Historical Logging from eWON ,i already got the tag table in my webpage by jQuery, i want get some cells in the table,what can i do?
There is the part of code.
<script type="text/javascript" src="jquery.js"></script>
<script>
function GetTable()
{
jQuery.ajax ( { url:"/usr/mytable.json.shtm", dataType:"text", success:TableReceived, error:TableError, timeout:10000 });

}

function TableReceived(text)
{
document.getElementById("tagtable").innerHTML = text;
setTimeout("GetTable()", 1000);

}
function TableError()
{
}
GetTable();
</script>



[font=Tahoma, sans-serif, Arial]"mytable.json.shtm" [/font]
[font=Tahoma, sans-serif, Arial]<%#ParamSSI,[$dtHL$ftH$st_m1$et_m0$tnTag3]%>[/font]
Reply




Possibly Related Threads…
  Viewon webpage Modbus Started by Arno_HPP
4 Replies - 2.895 Views
13-09-2023, 08:22 AM
Last Post: Jean-Yves
27-07-2023, 07:46 PM
Last Post: Floof-FLOAT
30-03-2023, 03:09 AM
Last Post: carlosbantiling
14-11-2022, 11:42 AM
Last Post: pegu
19-08-2022, 11:17 PM
Last Post: AngelaT
27-05-2021, 11:08 AM
Last Post: ziozetti
06-04-2021, 07:04 PM
Last Post: nunober
05-08-2020, 02:22 PM
Last Post: thealex
04-07-2020, 03:02 PM
Last Post: ziozetti
25-06-2020, 09:06 AM
Last Post: Ludo



Users browsing this thread:
1 Guest(s)



Theme © Ewon 2019 - Forum software by © MyBB - Cookie policy