index.htm

来自「用vc编写活动模板库」· HTM 代码 · 共 41 行

HTM
41
字号
<html>
<head>
  <title>ActiveX Programming</title>
  <meta name="author" content="Steph Mineart">
  <meta name="keywords" content="Active Server Pages, ActiveX, VBScript, HTML, ASP">
</head>

<frameset framespacing=0 frameborder="no" border=0 rows="66,*">
  <frame src="ad.htm" scrolling="no" name="ad" marginheight=0 marginwidth=0>

  <frameset framespacing=0 frameborder="no" border=0 cols="160,*">
    <frame src="menu.htm" name="menu" scrolling="no" marginheight=0 marginwidth=0>
    <frame src="indextoc.htm" name="text" marginheight=5 marginwidth=5>
  </frameset>
</frameset>

<noframes>
<body text="#000000" bgcolor="#FFFFFF">
<!-- Spidersoft WebZIP Ad Banner Insert -->
<TABLE width=100% border="0" cellpadding="0" cellspacing="0">
<TR>
<TD>
<ILAYER id=ad1 visibility=hidden height=60></ILAYER>
<NOLAYER>
<IFRAME SRC="http://www.spidersoft.com/ads/bwz468_60.htm" width="100%" height="60" marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=0 scrolling=no></IFRAME>
</NOLAYER>
</TD>
</TR>
</TABLE>
<!-- End of Spidersoft WebZIP Ad Banner Insert-->

<p>Sorry, your browser does not support frames.</p>
<p>The electronic version of <em>Working with Active Server Pages</em> requires a frames-capable browser (e.g. <A HREF="http://home.netscape.com/">Netscape Navigator 3.0</A> or <A HREF="http://www.microsoft.com/ie">Microsoft Internet Explorer 3.0</A>)</p>

<layer src="http://www.spidersoft.com/ads/bwz468_60.htm" visibility=hidden id=a1 width=600 onload="moveToAbsolute(ad1.pageX,ad1.pageY); a1.clip.height=60;visibility='show';"></layer>
</body>
</noframes>

</html>

⌨️ 快捷键说明

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