📄 remove_virtual_hard_drive.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">
<style type="text/css">
<!--
.STYLE1 {color: #FF0000}
-->
</style>
</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();" style="cursor:wait;" id="body">
<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><div id="del_vhd_title" class="PageTitle">
Remove 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="PageStep" style="padding-top:10px;"><table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="images/running.gif" width="21" height="21" id="icon"></td>
<td><span class="PageStep" style="padding-top:10px;" id="del_vhd_proc"> Virtual Hard Drive is being remove, Please wait...</span></td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="PageText" style="padding-top:3px;"> </td>
</tr>
<tr>
<td align="center" valign="bottom" style="padding-top:10px; padding-bottom:30px; visibility:hidden;" class="PageSubTitle STYLE1" id="errPrompt"><span id="detialerror">Remove Virtual Hard Drive failed!</span></td>
</tr>
<tr>
<td height="270" align="right" valign="bottom" id="errButton" style="visibility:hidden;"><button cstyle="rit" onClick="errPrompt.style.visibility='hidden';errButton.style.visibility='hidden';action();" id="try" style="cursor:default;">Try again</button> <button cstyle="rit" onClick="location='main_vhd.htm';" id="cancel" style="cursor:default;">Cancel</button></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
<script>
var objcom = new ActiveXObject("VHDCom.VHDInterface.1");
document.body.onload=function()
{
applyButton();
showui();
parent.maskLeftMenu();
setTimeout("action()",500);
}
function action()
{
var result=objcom.RemoveDisk();
if(result==0)
{
setTimeout("jump()",200);
}
else
{
//alert(result);
if(GS(result)!=null)
{
$("detialerror").innerHTML=GS(result);
//alert(GS(result));
}
else
{
$("detialerror").innerHTML=GS("unkownerror")+result;
}
icon.src = "images/run.jpg";
errPrompt.style.visibility = 'visible';
errButton.style.visibility = 'visible';
body.style.cursor="default";
parent.demaskLeftMenu();
}
}
function jump()
{
//alert("go");
document.location="Remove_Virtual_Hard_Drive_step_2.htm";
}
function showui()
{
$("del_vhd_title").innerHTML=GS("del_vhd_title");
$("del_vhd_proc").innerHTML=GS("del_vhd_proc");
$("try").setValue(GS("Button_TryAgain"));
$("cancel").setValue(GS("Button_Cancel"));
}
</script>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -