ISaGRAF WinCE ViewPAC User Manual , V.1.6 , 1/2017 by ICP DAS
5-2
5.2 Login.htm
Login.htm is the first welcome page when a user visiting in. It can be modified.
Below is the basic code for the
login.htm
<html>
<head>
<title>Login</title>
<meta http-equiv=pragma content=no-cache>
<meta http-equiv="Content-Type" content="text/html; charset=
UTF-8
" >
<script language="JavaScript">
var random_val=123;
function get_random_val()
{
var rightNow = new Date();
rand= 323456789*rightNow.getMinutes() +
107654321*(rightNow.getTime()%1000);
setTimeout("get_random_val()", 197); // repeat call
}
//check if username and possword are empty
function validate(fm)
{
setKey(fm);
return true;
}
//Embed key while submitting
function setKey(fm)
{
var rightNow = new Date();
cookieVal = ranrightNow.getTime();
fm.key_.value = cookieVal;
}
</script>
</head>
This row is only for the “Login.htm” , please do
not apply to other pages. For example, the
“menu.htm” & “main.htm” & other.htm pages.
Please apply your charset here.
For example,
English: UTF-8
Simplified Chinese: gb2312
Traditional Chinese: big5
or other language
Summary of Contents for ISaGRAF VP-23W7
Page 44: ......
Page 118: ......
Page 177: ...ISaGRAF WinCE ViewPAC User Manual V 1 6 1 2017 by ICP DAS Ap 17 VP 23W7 23W6 Unit mm ...
Page 178: ...ISaGRAF WinCE ViewPAC User Manual V 1 6 1 2017 by ICP DAS Ap 18 VP 25W7 25W6 Unit mm ...
Page 179: ...ISaGRAF WinCE ViewPAC User Manual V 1 6 1 2017 by ICP DAS Ap 19 ...
Page 180: ...ISaGRAF WinCE ViewPAC User Manual V 1 6 1 2017 by ICP DAS Ap 20 VP 41x7 41x6 Unit mm ...
Page 185: ...ISaGRAF WinCE ViewPAC User Manual V 1 6 1 2017 by ICP DAS Ap 25 ...