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

📄 main_liveupdate.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>
<script language="javascript" type="text/javascript">
var container1=new container("0");
var radioStyle = new UIStyle();
radioStyle.setStyle("controlimg/radiobutton.jpg",12,12,12,0);//(picture,width,height,startX,startY)
var rb_1 = new radioButton();
var rb_2 = new radioButton();

rb_1.applyStyle(radioStyle);
rb_1.setValue("0");
rb_1.attachMeToContainer("container1");
rb_1.setDefault();
rb_1.oncheck = function() {
}

rb_2.applyStyle(radioStyle);
rb_2.setValue("1");
rb_2.attachMeToContainer("container1");
rb_2.oncheck = function() {
	
}

function Init(){
	applyButton();
	showui();
	var version=langobj.GetVersionSign(window.external.GetProductID());
	//alert(version);
	if(version!=0)
	{
		$("liveupdate1").onclick="";
		$("liveupdate2").onclick="";
		$("liveupdate1").onmouseover="";
		$("liveupdate1").onmouseout="";
		$("liveupdate1").src = "img/ico_06_2.jpg";
		$("main_up_str").innerHTML=GS("main_upload_label");
	}
}
function goeval()
{
	langobj.StartEvalBrowse(window.external.GetProductID());
}

function showui(){
	$("liveupdate_title").innerHTML=GS("lu_title");
	$("liveupdate2").innerHTML=GS("lu_title");
	$("main_up_str").innerHTML=GS("lu_label");
}
</script>

<body onKeydown="event.returnValue=disableBack();" onLoad="Init();">
<table width="540" height="495" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td align="center"><table width="509" height="412" border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td valign="top"><table width="509" border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td width="220" class="PageStep" style="font-size:18px;" id="liveupdate_title">
			Live Update			</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;">&nbsp;</td>
          </tr>
          <tr>
            <td class="PageText" style="padding-top:3px;" id="lang_1"></td>
            </tr>
          
          <tr>
            <td align="center" valign="bottom" style="padding-top:20px;"><table width="500" border="0" cellspacing="0" cellpadding="0">
              <tr>
                <td width="100" align="center"><a href="#"><img id="liveupdate1" src="img/ico_06.jpg" width="54" height="54" border="0" onMouseOver="this.src='img/ico_06_1.jpg';" onMouseOut="this.src='img/ico_06.jpg';" onClick="location='Live_Update.htm';window.open('http://www.farstone.com/support/liveupdate.htm?product='+window.external.GetBuyNowID(window.external.GetProductID())+'&type=Retail&language=0x'+langobj.GetInstallLanguage(window.external.GetProductID()).toString(16)+'&lefttime=0&promotioncode=');"></a></td>
                <td valign="top"><table width="400" border="0" cellspacing="0" cellpadding="0">
                    <tr>
                      <td id="liveupdate2" height="20" class="PageSubTitle" style="cursor:hand; text-decoration:underline;" onClick="location='Live_Update.htm';window.open('http://www.farstone.com/support/liveupdate.htm?product='+window.external.GetBuyNowID(window.external.GetProductID())+'&type=Retail&language=0x'+langobj.GetInstallLanguage(window.external.GetProductID()).toString(16)+'&lefttime=0&promotioncode=');">Live Update</td>
                    </tr>
                    <tr>
                      <td height="1" ></td>
                    </tr>
                    <tr>
                      <td height="20" class="PageText">
					  <span id="main_up_str">
					  Update to a new version.
					  </span>
					  </td>
                    </tr>
                </table></td>
              </tr>
            </table></td>
          </tr>
        </table></td>
      </tr>
    </table></td>
  </tr>
</table>
</body>
</html>
<script language="javascript" type="text/javascript">
function nextPage(){
	if (container1.value == "0"){
		
		location = 'Live_Update.htm';
	}else{
		
		//location = 'Create_Virtual_Drive_step_1.htm';
	}
}
</script>

⌨️ 快捷键说明

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