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

23 lines
536 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<script type="text/javascript">
function client_request_left_main(str){
window.parent.parent.postMessage(
{
event_id: 'client_request_left_main',
data: {
v1: str
}
},
"*" //or "www.parentpage.com"
);
}
</script>
<title>Title</title>
</head>
<body>
HMI_Mapping_Left_Main
</body>
</html>