⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 webpagex.htm

📁 ActiveXProgrammingUnleashedSecondEdition.zip
💻 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>&lt;body&gt;</FONT>
      </P>
      <P ALIGN=LEFT>
       <FONT SIZE=2>&lt;p align=&quot;center&quot;&gt;&lt;input type=&quot;button&quot; name=&quot;BtnConnect&quot; value=&quot;connect&quot;</FONT><BR>
       <FONT SIZE=2>onclick=&quot;BtnConnect_OnClick()&quot;&gt;</FONT>
      </P>
      <P ALIGN=LEFT>
       <FONT SIZE=2>&lt;input type=&quot;submit&quot; name=&quot;BtnDisconnect&quot; value=&quot;Disconnect&quot;&gt;</FONT>
      </P>
      <P ALIGN=LEFT>
       <FONT SIZE=2>&lt;script language=&quot;VBScript&quot;&gt;&lt;!--</FONT>
      </P>
      <P ALIGN=LEFT>
       <FONT SIZE=2>Sub BtnConnect_OnClick</FONT><BR>
       <FONT SIZE=2>call PAWRem.Connect(&quot;Andrew-M1&quot;)</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=&quot;http://&lt;your web page&gt;/help.htm&quot;<A NAME="helpurl"></A></FONT><BR>
       <FONT SIZE=2>End Sub</FONT>
      </P>
      <P ALIGN=LEFT>
       <FONT SIZE=2>--&gt;&lt;/script&gt;&lt;/p&gt;</FONT>
      </P>
      <P ALIGN=LEFT>
       <FONT SIZE=2>&lt;p align=&quot;center&quot;&gt;&lt;object ID=&quot;PAWRem&quot;</FONT><BR>
       <FONT SIZE=2>classid=&quot;clsid:D5EBF06F-9BAF-11D0-B12D-00C04FC39CEA&quot;</FONT><BR>
       <FONT SIZE=2>codebase=pawrem.dll&quot; align=&quot;baseline&quot; border=&quot;0&quot; width=&quot;640&quot;</FONT><BR>
       <FONT SIZE=2>height=&quot;480&quot;&gt;&lt;/object&gt;</FONT><BR>
       <FONT SIZE=2>&lt;/p&gt;</FONT>
      </P>
      <P ALIGN=LEFT>
       <FONT SIZE=2>&lt;p align=&quot;center&quot;&gt;&amp;nbsp;&lt;/p&gt;</FONT>
      </P>
      <P ALIGN=LEFT>
       <FONT SIZE=2>&lt;/body&gt;</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 &lt;object&gt; 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>&lt;object</FONT>
      </P>
      <P ALIGN=LEFT>
       <FONT SIZE=2>id=&quot;PAWrem&quot;</FONT>
      </P>
      <P ALIGN=LEFT>
       <FONT SIZE=2>classid=&quot;clsid:D5EBF06F-9BAF-11DO-B12D-00C04FC39CEA&quot;</FONT>
      </P>
      <P ALIGN=LEFT>
       <FONT SIZE=2>Codebase=&quot;pawrem.dll#version=1,0,0,0&quot;</FONT>
      </P>
      <P ALIGN=LEFT>
       <FONT SIZE=2>align=&quot;baseline&quot;</FONT>
      </P>
      <P ALIGN=LEFT>
       <FONT SIZE=2>border=&quot;value&quot;</FONT>
      </P>
      <P ALIGN=LEFT>
       <FONT SIZE=2>width=&quot;value&quot;</FONT>
      </P>
      <P ALIGN=LEFT>
       <FONT SIZE=2>height=&quot;value&quot;</FONT>
      </P>
      <P ALIGN=LEFT>
       <FONT SIZE=2>parameter=&quot;value&quot;...&gt;</FONT>
      </P>
      <P ALIGN=LEFT>
       The &quot;<FONT SIZE=2>id=</FONT>&quot; and &quot;<FONT SIZE=2>classid=</FONT>&quot; parameters identify this as a pcANYWHERE ActiveX Control.
      </P>
      <P ALIGN=LEFT>
       The &quot;<FONT SIZE=2>codebase=</FONT>&quot; parameter specifies the name of the .dll that automatically installs the control from the web server.
      </P>
      <P ALIGN=LEFT>
       The &quot;<FONT SIZE=2>align=</FONT>&quot;, &quot;<FONT SIZE=2>border=</FONT>&quot;, &quot;<FONT SIZE=2>width=</FONT>&quot;, and &quot;<FONT SIZE=2>height=</FONT>&quot; 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() -->&nbsp;
     </TD>
    </TR>
   </TABLE>
  </P>
  <P>
   <!-- $MVD$:spaceretainer() -->&nbsp;
 </BODY>
</HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -