📄 pop_getpath.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();" style="margin:0px;">
<table width="510" border="0" cellspacing="0" cellpadding="0" id="boxwidth">
<tr>
<td width="410" background="images/alert_msg_r1_c5.jpg" onMouseDown="moveWindow();"><table width="165" height="29" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="165" style="background-repeat:no-repeat;" id="pic"> </td>
</tr>
</table></td>
<td width="51" align="right" background="images/alert_msg_r1_c5.jpg" onMouseDown="moveWindow();"><table width="18" height="16" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="18" background="images/alert_msg_r2_c8.jpg" class="arial11black" style="cursor:hand;" onClick="window.external.OnOK();" onMouseOver="isMove=false;" onMouseOut="isMove=true;"> </td>
</tr>
</table></td>
<td width="20" align="right" background="images/alert_msg_r1_c5.jpg" onMouseDown="moveWindow();"><table width="30%" height="29" border="0" cellpadding="0" cellspacing="0">
<tr>
<td style="background-image:url(images/alert_msg_top_right.jpg); background-repeat:no-repeat; background-position:right;"> </td>
</tr>
</table></td>
</tr>
<tr>
<td colspan="3"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top"><img src="images/alert_msg_r4_c1.jpg" width="9" height="6" /></td>
<td><img src="" width="1" height="1" alt="" /></td>
<td align="right" valign="top"><img src="images/alert_msg_r4_c11.jpg" width="9" height="6" /></td>
</tr>
</table>
<table width="100%" height="100" border="0" cellpadding="0" cellspacing="0" id="boxheight">
<tr>
<td width="10" align="left" valign="bottom" background="images/alert_msg_r5_c1.jpg" style="background-position:left; background-repeat:repeat-y;"> </td>
<td align="left" valign="top" class="arial11black" style="background-repeat:repeat-x; background-position:bottom;"><object width="500" border="0" height="372" id="FileTree1" name="FileTree1" classid="clsid:4CA5E8A7-A2B4-4F68-BA0A-7A223368EF3E">
</object>
<div align="right" style="padding-top:10px;">
<button cstyle="rit" onClick="closeWindowSetStaticData();" id="next">OK</button> <button cstyle="rit" onClick="CloseSelf();" id="cancel">Cancel</button>
</div></td>
<td width="10" align="right" valign="bottom" background="images/alert_msg_r5_c10.jpg" style="background-position:right; background-repeat:repeat-y;"> </td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="5%" valign="top" background="images/alert_msg_bottom_center.jpg" style="background-position:top; background-repeat:repeat-x;"><img src="images/alert_msg_bottom_left.jpg" width="9" height="12" /></td>
<td width="90%" background="images/alert_msg_bottom_center.jpg" style="background-position:top; background-repeat:repeat-x;"> </td>
<td width="5%" align="right" valign="top" background="images/alert_msg_bottom_center.jpg" style="background-position:top; background-repeat:repeat-x;"><img src="images/alert_msg_bottom_right.jpg" width="9" height="12" /></td>
</tr>
</table></td>
</tr>
</table>
<script language="javascript">
var isMove=true;
var leftButtonId="";
var rightButtonId="";
var oldPassword="";
var f1=Request("f1");
var f2=Request("f2");
document.body.onload=function()
{
$("pic").style.backgroundImage = 'url('+GS("Pic_1")+')';
applyButton();
//alert(f1);
FileTree1.CreateTFDlg(f2,f1);
SetTree();
}
function SetTree()
{
if(f2==1)
{
FileTree1.height="305";
}
else
{
FileTree1.height="372";
}
}
function moveWindow() {
if (isMove) {
window.external.OnMoveWindow();
}
}
function closeWindowSetStaticData()
{
if(f2==0)
{
window.external.SetStaticData(FileTree1.GetSavePath());
window.external.OnClose();
}
else
{
window.external.SetStaticData(FileTree1.GetCurPath());
window.external.OnClose();
}
}
function CloseSelf()
{
window.external.OnClose();
}
function chekKeyCode(code)
{
if(code==32)
{
//event.srcElement.click();
//alert(event.srcElement.innerHTML);
}
if (code==27)
{
window.external.OnClose();
}
}
</script>
</body>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -