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

📄 vcd_content.htm

📁 vc-mfc编程实例 很简单的东西,以后回多传自己的东西
💻 HTM
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="css/main.css" rel="stylesheet" type="text/css">
<title>VCD_Content</title>
<script language="javascript" src="js/comm.js" type="text/javascript"></script>
<script language="javascript">
	_import("function");
	_import("main_only");
	_import("language");
	_import("langSet");
	_import("control");
</script>
<script type="text/javascript">
document.body.onload=function()
{
	applyButton();
	$("VCDContent_title").innerHTML=GS("VCDContent_title");
	var VcdItem,VcdTreeFilePath,a;	
	//VcdItem=Request("vcditem");
	//VcdTreeFilePath=Request("VcdTreeFilePath");
	//a=Request("a");
	//alert(VcdItem+"\nVcdTreeFilePath:"+VcdTreeFilePath+"\na:"+a);
	var requestData=window.external.GetStaticData();
	var DataArray=requestData.split("|");
	var result=VCDContentPro.ShowVcdContent(DataArray[0],DataArray[1],DataArray[2]);
	if(result==3)
	{
		RIT_popMsg('',264,180,'Alert',GS("ShowHotkeyErr1"),'alert');
	}
	if(result==4)
	{
		RIT_popMsg('',264,180,'Alert',GS("ShowHotkeyErr1"),'alert');
	}
}
</script>
</head>
<body style=" overflow:hidden">
<div style="position:absolute; top:0px; left:0px">
<table width="600" height="500" border="0" cellpadding="0" cellspacing="1" bgcolor="627192">
  <tr>
    <td valign="top" bgcolor="#FFFFFF"><table width="598" height="498" border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td height="43"><table width="598" height="43" border="0" cellpadding="0" cellspacing="0" onMouseDown="window.external.OnMoveWindow();">
          <tr>
            <td width="10" background="img/conversion_01.jpg">&nbsp;</td>
            <td width="578" background="img/conversion_02.jpg"><table width="578" height="43" border="0" cellpadding="0" cellspacing="0">
              <tr>
                <td class="PageTitle" style="padding-left:12px;" id="VCDContent_title"></td>
                <td align="right"><img src="img/conversion_05.jpg" width="23" height="43" border="0" usemap="#Map"></td>
              </tr>
            </table></td>
            <td width="10" background="img/conversion_03.jpg">&nbsp;</td>
          </tr>
        </table></td>
      </tr>
      <tr>
        <td><table width="598" border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td width="10" height="342"><img src="img/conversion_06.jpg" width="10" height="442"></td>
            <td align="center" valign="top">
			<div style="height:380px; margin-top:15px; text-align:center;">
			<object id="VCDContentPro" style="WIDTH:560px; HEIGHT: 360px;" classid="clsid:2414A0EC-53BF-4C53-95D3-838F71D2B477"></object>
			</div>
			<div style="text-align:right"><button id="bt_ok" cstyle="rit" onClick="window.external.OnClose();">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<script>document.write(GS("Button_OK"));</script>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</button>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</div>
			</td>
            <td width="10" height="342"><img src="img/conversion_07.jpg" width="10" height="442"></td>
          </tr>
        </table></td>
      </tr>
      <tr>
        <td width="598" height="13"><img src="img/conversion_08.jpg" width="598" height="13"></td>
      </tr>
    </table></td>
  </tr>
</table>
</div>
<map name="Map"><area shape="rect" coords="0,11,23,34" href="#" onClick="window.external.OnClose();return false;" onFocus="this.blur();" onMouseOver="isMove=false;" onMouseOut="isMove=true;"></map>
</body>
</body>
</html>

⌨️ 快捷键说明

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