📄 webpagex.htm
字号:
<HTML>
<HEAD>
<!-- $MVD$:app("RoboHTML by Blue Sky Software, portions by MicroVision Dev. Inc.","512") -->
<!-- $MVD$:color("18","dfffff","pale yellow","1") -->
<!-- $MVD$:color("19","cbfbfc","lite yellow","1") -->
<!-- $MVD$:fontset("Untitled Font Set 1","Arial") -->
<!-- $MVD$:fontset("Sans Serif","Arial","Helvetica","Monaco") -->
<TITLE>Web page example</TITLE>
<META CONTENT="text/html; charset=iso-8859-1">
<META NAME="GENERATOR" CONTENT="Blue Sky RoboHtml">
<LINK REL="STYLESHEET" HREF="help.css" TYPE="text/css" MEDIA=""></HEAD>
<BODY BGCOLOR=#FFFFDF>
<H3>
Web page example
</H3>
<P>
<TABLE WIDTH=100% CELLPADDING=12 CELLSPACING=3 BORDER=3>
<TR>
<TD WIDTH=100% VALIGN=TOP>
<P ALIGN=LEFT>
<FONT SIZE=2><body></FONT>
</P>
<P ALIGN=LEFT>
<FONT SIZE=2><p align="center"><input type="button" name="BtnConnect" value="connect"</FONT><BR>
<FONT SIZE=2>onclick="BtnConnect_OnClick()"></FONT>
</P>
<P ALIGN=LEFT>
<FONT SIZE=2><input type="submit" name="BtnDisconnect" value="Disconnect"></FONT>
</P>
<P ALIGN=LEFT>
<FONT SIZE=2><script language="VBScript"><!--</FONT>
</P>
<P ALIGN=LEFT>
<FONT SIZE=2>Sub BtnConnect_OnClick</FONT><BR>
<FONT SIZE=2>call PAWRem.Connect("Andrew-M1")</FONT><BR>
<FONT SIZE=2>End Sub</FONT>
</P>
<P ALIGN=LEFT>
<FONT SIZE=2>Sub Window_OnLoad()</FONT><BR>
<FONT SIZE=2>PAWRem.ColorScale = 2</FONT><BR>
<FONT SIZE=2>PAWRem.StartEZZoom = 1</FONT><BR>
<FONT SIZE=2>PAWRem.TrackHostMouse = 1</FONT><BR>
<FONT SIZE=2>PAWRem.TrackHostWindow = 1</FONT><BR>
<FONT SIZE=2>PAWRem.CacheFileSize = 15</FONT><BR>
<FONT SIZE=2>PAWRem.ezScrollHotKey = 1</FONT><BR>
<FONT SIZE=2>PAWRem.LockHostKeyboard = 1</FONT><BR>
<FONT SIZE=2>PAWRem.HelpURL="http://<your web page>/help.htm"<A NAME="helpurl"></A></FONT><BR>
<FONT SIZE=2>End Sub</FONT>
</P>
<P ALIGN=LEFT>
<FONT SIZE=2>--></script></p></FONT>
</P>
<P ALIGN=LEFT>
<FONT SIZE=2><p align="center"><object ID="PAWRem"</FONT><BR>
<FONT SIZE=2>classid="clsid:D5EBF06F-9BAF-11D0-B12D-00C04FC39CEA"</FONT><BR>
<FONT SIZE=2>codebase=pawrem.dll" align="baseline" border="0" width="640"</FONT><BR>
<FONT SIZE=2>height="480"></object></FONT><BR>
<FONT SIZE=2></p></FONT>
</P>
<P ALIGN=LEFT>
<FONT SIZE=2><p align="center">&nbsp;</p></FONT>
</P>
<P ALIGN=LEFT>
<FONT SIZE=2></body></FONT>
</TD>
</TR>
</TABLE>
</P>
<H3>
<FONT FACE="Arial"><FONT COLOR=TEAL>HTML syntax</FONT></FONT>
</H3>
<P>
<FONT FACE="Arial"><FONT SIZE=2>The syntax of the pcANYWHERE ActiveX Control <object> HTML tag is:</FONT></FONT>
</P>
<P>
<TABLE WIDTH=100% CELLPADDING=12 CELLSPACING=0 BORDER=3>
<TR>
<TD WIDTH=100% VALIGN=TOP>
<P ALIGN=LEFT>
<FONT SIZE=2><object</FONT>
</P>
<P ALIGN=LEFT>
<FONT SIZE=2>id="PAWrem"</FONT>
</P>
<P ALIGN=LEFT>
<FONT SIZE=2>classid="clsid:D5EBF06F-9BAF-11DO-B12D-00C04FC39CEA"</FONT>
</P>
<P ALIGN=LEFT>
<FONT SIZE=2>Codebase="pawrem.dll#version=1,0,0,0"</FONT>
</P>
<P ALIGN=LEFT>
<FONT SIZE=2>align="baseline"</FONT>
</P>
<P ALIGN=LEFT>
<FONT SIZE=2>border="value"</FONT>
</P>
<P ALIGN=LEFT>
<FONT SIZE=2>width="value"</FONT>
</P>
<P ALIGN=LEFT>
<FONT SIZE=2>height="value"</FONT>
</P>
<P ALIGN=LEFT>
<FONT SIZE=2>parameter="value"...></FONT>
</P>
<P ALIGN=LEFT>
The "<FONT SIZE=2>id=</FONT>" and "<FONT SIZE=2>classid=</FONT>" parameters identify this as a pcANYWHERE ActiveX Control.
</P>
<P ALIGN=LEFT>
The "<FONT SIZE=2>codebase=</FONT>" parameter specifies the name of the .dll that automatically installs the control from the web server.
</P>
<P ALIGN=LEFT>
The "<FONT SIZE=2>align=</FONT>", "<FONT SIZE=2>border=</FONT>", "<FONT SIZE=2>width=</FONT>", and "<FONT SIZE=2>height=</FONT>" parameters specify the dimensions of the embedded window that the ActiveX control uses. These are required parameters and must be specified.
</P>
<P ALIGN=LEFT>
<!-- $MVD$:spaceretainer() -->
</TD>
</TR>
</TABLE>
</P>
<P>
<!-- $MVD$:spaceretainer() -->
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -