ISaGRAF WinCE ViewPAC User Manual , V.1.6 , 1/2017 by ICP DAS
5-18
5.5.2 Switch One Page To One Another Page
Please take a look at the “menu.htm” of the “vphmi_05” demo as below. The “goto_R_page( )” function
can be used for switching to other page.
<!-- top_or_left=0 , scrolling=0 , width=110 , resize=1 -->
<html>
<head>
<title>Title1</title>
<meta http-equiv="Content-Type" content="text/html; charset=big5" >
<SCRIPT LANGUAGE="JavaScript" src="./msg/wincon.js"></SCRIPT>
<SCRIPT LANGUAGE="JavaScript">
function start1()
{
A_11();
}
function refresh_data()
{
if(run_at_pc==1) return; // if simulate at the PC, just return
}
</SCRIPT>
</head>
<body onload="start1()">
<!-- Logout button -->
<form name="form_logout" method="post" action="./login.dll">
<input style="cursor:hand" name="CMD" type="submit" value="Logout" onClick="return
logout(this.form)">
</form>
<br/>
<br/>
<!-- Goto main.htm -->
<A style="
cursor:hand
" onClick="goto_R_page('
main.htm
')">
第
1
頁
</A>
<br/>
<br/>
<!-- Goto kitchen.htm -->
<A style="cursor:hand" onClick="goto_R_page('
kitchen.htm
')">Kitchen</A><br/>
<br/>
<br/>
…
Switch page to “main.htm”
Switch page to “kitchen.htm”
“cursor:hand” will display the mouse arrow as a hand
when entering the button area.
Summary of Contents for ISaGRAF WinCE ViewPAC
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...