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

📄 save_hard_virtual_drive_step_3.htm

📁 vc-mfc编程实例 很简单的东西,以后回多传自己的东西
💻 HTM
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Create Audio CD</title>

<link href="css/main.css" rel="stylesheet" type="text/css">
</head>
<script language="javascript" src="js/comm.js" type="text/javascript"></script>
<script language="javascript">
// import js document
	_import("function");
	//_import("main_only");
	_import("language");
	_import("langSet");
	_import("webmenuevent");
	_import("control");
</script>
<body onKeydown="event.returnValue=disableBack();" >
<table width="540" height="495" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td align="center" valign="top"><table width="509" height="412" border="0" cellpadding="0" cellspacing="0" style="margin-top:41px;">
      <tr>
        <td valign="top"><table width="509" border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td width="509">
			<div id="save_vhd_title" class="PageTitle">
			Save Virtual Hard Drive
			</div>
			</td>
          </tr>
          <tr>
            <td style="padding-top:7px;"><img src="img/CreateAudioCD_02.jpg" width="507" height="1"></td>
          </tr>
          <tr>
            <td class="PageText" style="padding-top:15px;">
			<div id="save_vhd_ok_info">
			Virtual Hard Drive has been successfully Saved to $imgname$
			</div>
			</td>
          </tr>
          <tr>
            <td height="320" align="center" valign="bottom">
			<button cstyle="rit" onClick="btn_ok();" id="savenow">Return to VirtualDrive Pro Main</button>
			</td>
          </tr>
        </table></td>
      </tr>
    </table></td>
  </tr>
</table>
<script>
document.body.onload=function()
{
	applyButton();
	showui();
	var tempstr = $("save_vhd_ok_info").innerHTML;
	//var imgname = GetnameFormPath(parent.imgpath);
	tempstr = tempstr.replace(/\$imgname\$/g,parent.imgpath);
	$("save_vhd_ok_info").innerHTML=tempstr;
	setTimeout("parent.demaskLeftMenu()",2000);
}
function btn_ok()
{
	parent.demaskLeftMenu();
	top.menuFocus(1);
	document.location="Main_Quick_Start_1.htm";
}
function showui()
{
	$("save_vhd_title").innerHTML=GS("save_vhd_title");
	$("save_vhd_ok_info").innerHTML=GS("save_vhd_ok_info");
	$("savenow").setValue(GS("button_returnmain"));
}
</script>
</body>
</html>

⌨️ 快捷键说明

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