Files
apt-nl-map/static/Magic4/Mapping/HMI_Mapping_Right_BoschMapDelete_Main.html
2024-12-04 10:21:04 +08:00

38 lines
1.5 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<script src="../jquery-2.1.0.min.js"></script>
<script src="../jquery.cookie.js"></script>
<script type="text/javascript" type="text/javascript">
var Last_BoschMapDelete_Sch=-1;
function Timer(){
var BoschMapDelete_Sch=parseInt($.cookie('BoschMapDelete_Sch'));
console.log('BoschMapDelete_Sch'+BoschMapDelete_Sch);
if(BoschMapDelete_Sch!=Last_BoschMapDelete_Sch){
Last_BoschMapDelete_Sch=BoschMapDelete_Sch;
switch(BoschMapDelete_Sch){
case 0:
window.open('HMI_Mapping_Right_BoschMapDelete_Sch0.html', 'RightBoschMapDeleteIframe');
break;
case 1:
window.open('HMI_Mapping_Right_BoschMapDelete_Sch1.html', 'RightBoschMapDeleteIframe');
break;
case 2:
window.open('HMI_Mapping_Right_BoschMapDelete_Sch2.html', 'RightBoschMapDeleteIframe');
break;
}
}
}
window.setInterval("Timer()",100);
</script>
<title>Title</title>
</head>
<body>
HMI_Mapping_Right_BoschMapDelete_Main
<div id='BoschMapDelete_Sch'> </div>
<div>
<iframe id="RightBoschMapDeleteIframe" name="RightBoschMapDeleteIframe" width=1200 height=620 src="HMI_Mapping_Right_BoschMapDelete_Sch0.html" frameborder="2" scrolling="auto"></iframe>
</div>
</body>
</html>