📄 复件 vryy.htm
字号:
<HTML>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title></title>
<SCRIPT Language="JavaScript">
function start() {
timerID1 = setTimeout("disp1()", 300);
}
function disp1() {
na = document.object.getNodeEventOut('PS','position_changed');
temp = na.split(" ");
x = temp[0];
y = temp[1];
z = temp[2];
image2.style.left=5 * x + 750;
image2.style.top =5 * z + 250;
timerID2 = setTimeout("disp1()", 200);
}
function wait()
{
str = document.object.getNodeEventOut('Sc','touch_changed');
val = parseInt(str);
if(val==1)
{
image.style.display='none' ;
}
timerID2 = setTimeout("wait()", 10);
}
function sendEvent(node, field, value)
{
document.object.setNodeEventIn(node, field, value);
}
function calle()
{
win=window.open ("help.htm","newwin",
"height=280,width=280");
win.creator=self;
}
</SCRIPT>
<style type="text/css">
<!--
.STYLE1 {color: #0033CC}
.STYLE2 {color: #990000}
-->
</style>
</head>
<BODY onLoad="start();wait();">
<p> </p>
<OBJECT
STYLE="position: absolute; left: 12px; top: 76px; width: 519px; height: 323px;"
name=object WIDTH="256" HEIGHT="256"
CLASSID="CLSID:4B6E3013-6E45-11D0-9309-0020AFE05CC8">
<param name="Src" value="scene.wrl">
<EMBED name=object src="scene.wrl">
</OBJECT>
<img src="map.jpg" name="image1" width="304" height="292" border="0" id="image1" STYLE="position: absolute; left: 536px; top: 77px; z-index: 1; width: 334px; height: 322px;">
<img src="p.gif" width="22" height="22" border="0" id="image2" STYLE="position: absolute; left: 570px; top: 328px; z-index: 2""><span class="STYLE1">请选择浏览方式:</span>
<td><A HREF="javascript:sendEvent('navi','type','WALK')">行走</A></td>
<td><A HREF="javascript:sendEvent('navi','type','FLY')">飞行</A></td>
<td><A HREF="javascript:sendEvent('navi','type','EXAMINE')">检视</A></td>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -