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

📄 resource_.htm

📁 myie2.4版本的源代码
💻 HTM
📖 第 1 页 / 共 2 页
字号:
<html>
<head>
<title>Resource</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<script language="JavaScript">

	// Save cookie value
	function SetCookie(sName, sValue)
	{
		document.cookie = sName + "=" + escape(sValue) 	+ "; expires=Mon, 31 Dec 2010 23:59:59 UTC";
	}

	// Retrieve the value of the cookie with the specified name.
	function GetCookie(sName)
	{
		var aCookie = document.cookie.split(";");
		for (var i=0; i < aCookie.length; i++)
		{
			var aCrumb = aCookie[i].split("=");
			if (sName == aCrumb[0].replace(" ",""))
			return unescape(aCrumb[1]);
		}
		return "";
	}

</script>

<script language="JavaScript">
	// submit form and to link
	var pass0="";
	function DoSubmitForm(formId, keywordId,passwordId)
	{
		if(window.event.srcElement.tagName == "A")
			window.event.returnValue = false; // cancel link

		if(displayForm.Keyword.value=="")
		{
			alert("请输入关键词,然后单击相应的资源!");
			return;
		}
		keywordId.value		= displayForm.Keyword.value;
		passwordId.value	= displayForm.Password.value;

		// 为解决WebBrowser的bug, 以外加参数_method=post传入程序来判断method
		if(formId.method=='post')
		{
			if(formId.action.indexOf("_method_=post")==-1)
			{
				//alert(formId.method);
				if(formId.action.indexOf("?")>-1)
				{
					formId.action = formId.action + '&_method_=post';
				}
				else
				{
					formId.action = formId.action + '?_method_=post';
				}
			}
		}

		formId.submit();
	}

	// submit form and to link
	function DoLink(action)
	{
		if(window.event.srcElement.tagName == "A")
			window.event.returnValue = false; // cancel link

		var k = displayForm.Keyword.value;
		if(k.length==0)
		{
			alert("请输入关键词,然后单击相应的资源!");
			return ;
		}
		action = action.replace("%KEYWORD%", k);
		window.open(action,"_blank");
	}


	function LoadConfig()
	{
		var Keyword = GetCookie("Keyword");
		if (Keyword!="undefined") displayForm.Keyword.value = Keyword ;
	}

	function SaveConfig()
	{
		SetCookie("Keyword", displayForm.Keyword.value);
	}

	function displayTable(tblId)
	{
		if(tblId.style.display=="none") tblId.style.display = "block"
		else  tblId.style.display = "none";
	}


	function boxOver(boxId)
	{
		//alert(boxId.className);
		boxId.className = "boxOver";
	}
	function boxOut(boxId)
	{
		//alert(boxId.className);
		boxId.className = "box";

	}

</script>


<style type="text/css">
<!--
td {  font-size: 9pt}
.noborder {  background-color: #F4F9F9; border-color: #000000 black black; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
a {  text-decoration: none;color: #000000;background: #ffffff;}
a:hover	{font-family: "宋体";color: #ff0000;background: #ffffff;text-decoration: underline}
.box {  border: solid; border-width: 0px 0px 1px; border-color: black black #000000; cursor: hand; font-family: "9"; font-weight: bold; color: #000000; height: 20px; padding-top: 4px}
.boxOver {  border: solid; border-width: 0px 0px 1px; border-color: black black #000000; cursor: hand; font-size: 9pt; font-weight: bold; background-color: #EEEEEE; height: 20px; padding-top: 4px}
-->S
</style>
</head>


<body marginwidth="0" leftmargin="0" topmargin="0" marginheight="0" bgcolor="#eeeeee"  onunload="SaveConfig()">
<!----------------------------- MyIE ---------------------->
<table width="110%" border="0" cellspacing="0" cellpadding="0">
       <tr bgcolor="#eeeeee"> 
          <td><font color="black"><b>MyIE 版本</b></font></td>
        </tr>
</table>
<IFRAME MARGINHEIGHT=0 MARGINWIDTH=0 FRAMEBORDER=0 WIDTH=200 Height =20 SCROLLING=NO src="http://changyousoft.51.net/myieversion.htm">
</iframe>
<!----------------------------- End MyIE ------------------>

<table width="100%" border="0" cellspacing="0" cellpadding="0" align="right" height="100%">
  <tr>
    <td height="115" width="414" bgcolor="#eeeeee" valign="top">
      <table width="98%" border="0" cellspacing="0" cellpadding="0" height="100%">
        <tr>
          <td valign="top" width="2%">&nbsp;</td>
          <td width="99%" valign="top" align="center" height="20"> <br>
<form name=displayForm onsubmit="return false">
              <table width="95%" border="0" cellspacing="0" cellpadding="0">
                <tr>
                  <td width="95%" height="18">键词、Url或用户名: </td>
                </tr>
                <tr>
                  <td width="95%" height="15">
                    <input type="text" name="Keyword" size="18" class="noborder">
                  </td>
                </tr>
              <tr>
                <td class="textbox" width="95%" >密码:
                    <input type="password" name="Password" size="12" class="noborder">
                </td>
              </tr>

              </table>
</form>
<!----------------------------------------------------------------------->

            <table width="95%" border="0" cellspacing="0" cellpadding="0">
              <tr>
                <td width="97%" height="23" id=tdJob class="box" onClick="displayTable(tblJob)"  onMouseOver="boxOver(tdJob)" onMouseOut="boxOut(tdJob)">
                  &nbsp;登 陆 邮 箱</td>
              </tr>
              <tr>
                <td width="97%" >
                  <table id=tblJob style="display: none" width="95%" border="0" cellspacing="0" cellpadding="0" align="left">
              <tr class="textbox2"> 
                <td width="68%" height="21"><a href="" onclick="DoSubmitForm(form21cn, form21cn.LoginName, form21cn.passwd)">@21cn.com</a></td>
                <td width="19%" height="21"><a href="http://webmail.21cn.com/UserName.htm" target="new">申请</a></td>
              </tr>
              <tr class="textbox2"> 
                <td width="68%" height="21"><a href=""  onclick="DoSubmitForm(formcitiz, formcitiz.userid, formcitiz.password)">@citiz.net</a></td>
                <td width="19%" height="21"><a href="http://mail1.citiz.net/webmail/license.htm" target="new">申请</a></td>
              </tr>
              <tr class="textbox2">
                <td width="68%" height="21"><a href=""  onclick="DoSubmitForm(ccpi, ccpi.bruger,ccpi.adgangskode)"  alt="登录" >@ccpi.gov.cn</a></td>
                <td width="19%" height="21"><a href="http://61.139.79.18" target=_blank>申请</a></td>
              </tr>
              <tr class="textbox2">
                <td width="68%" height="21"><a  href=""  onclick="DoSubmitForm(formnetease1, formnetease1.user, formnetease1.pass)">@163.com</a></td>
                <td width="19%" height="21"><a href="http://freemail.163.com/" target=_blank>申请</a></td>
              </tr>
              <tr class="textbox2">
                <td width="68%" height="21"><a href=""  onclick="DoSubmitForm(form163,form163.user,form163.pass)"  alt="登录" >@163.net</a></td>
                <td width="19%" height="21"><a href="http://bjweb.163.net/newuser.htm" target=_blank>申请</a></td>
              </tr>
              <tr class="textbox2">
                <td width="68%" height="21"><a  href=""  onclick="DoSubmitForm(formsina, formsina.u, formsina.psw)">@sina.com.cn</a></td>
                <td width="19%" height="21"><a href="http://members.sina.com.cn/apply/" target=_blank>申请</a></td>
              </tr>
              <tr class="textbox2">
                <td width="68%" height="21"><a  href=""  onclick="DoSubmitForm(form263, form263.user, form263.pass)">@263.net</a></td>
                <td width="19%" height="21"><a href="http://freemail.263.net/" target=_blank>申请</a></td>
              </tr>
              <tr class="textbox2">
                <td width="68%" height="21"><a  href=""  onclick="DoSubmitForm(formnetease, formnetease.user, formnetease.pass)">@netease.com</a></td>
                <td width="19%" height="21"><a href="http://freemail.netease.com/" target=_blank>申请</a></td>
              </tr>
                  </table>
                </td>
              </tr>
            </table>
            <table width="95%" border="0" cellspacing="0" cellpadding="0">
              <tr>
                <td width="97%" height="23" id=tdProg class="box" onClick="displayTable(tblProg)"  onMouseOver="boxOver(tdProg)" onMouseOut="boxOut(tdProg)">
                  &nbsp;登 陆 Bbs 社区</td>
              </tr>
              <tr>
                <td width="97%" >
                  <table id=tblProg style="display: none" width="95%" border="0" cellspacing="0" cellpadding="0" align="left">

              <tr class="textbox2">
                <td width="68%" height="21"><a  href=""  onclick="DoSubmitForm(ccpibbs, ccpibbs.username,ccpibbs.userpassword)">Ccpi Bbs</a></td>
                <td width="19%" height="21"><a href="http://bbs.ccpi.gov.cn/cgi-bin/useradd/useradd.pl?d=2&form=1" target=_blank>申请</a></td>
              </tr>
              <tr class="textbox2">
                <td width="68%" height="21"><a  href=""  onclick="DoSubmitForm(wytxz, wytxz.user, wytxz.pass)">网易通行证</a></td>
                <td width="19%" height="21"><a href="http://reg.163.com/php/new/userlogin.php" target=_blank>申请</a></td>
              </tr>

                  </table>
                </td>
              </tr>
            </table>


            <table width="95%" border="0" cellspacing="0" cellpadding="0">
              <tr>
                <td width="97%" height="23" id=tdSoft class="box" onClick="displayTable(tblSoft)"  onMouseOver="boxOver(tdSoft)" onMouseOut="boxOut(tdSoft)">
                  &nbsp;软 件 搜 索</td>
              </tr>
              <tr>
                <td width="97%" >
                  <table id=tblSoft style="display: none" width="95%" border="0" cellspacing="0" cellpadding="0" align="left">
                    <tr class="textbox2">
                      <td width="8%" height="21">&nbsp;</td>
                      <td width="83%" height="21">&nbsp;<a  href=""  onclick="DoSubmitForm(formNewHua,formNewHua.query,pass0)">华军软件园</a></td>
                      <td width="9%" height="21">&nbsp;</td>
                    </tr>
                    <tr class="textbox2">
                      <td width="8%" height="21">&nbsp;</td>
                      <td width="83%" height="21">&nbsp;<a  href=""  onclick="DoSubmitForm(formecbase, formecbase.kw,pass0)">中国软件汉化基地</a></td>
                      <td width="9%" height="21">&nbsp;</td>
                    </tr>
                    <tr class="textbox2">
                      <td width="8%" height="21">&nbsp;</td>
                      <td width="83%" height="21">&nbsp;<a  href=""  onClick="DoSubmitForm(formtaindown, formtaindown.search,pass0)">天 下 网</a></td>
                      <td width="9%" height="21">&nbsp;</td>
                    </tr>
                    <tr class="textbox2">
                      <td width="8%" height="21">&nbsp;</td>
                      <td width="83%" height="21">&nbsp;<a  href=""  onClick="DoLink(Action[33])">天空软件站</a></td>
                      <td width="9%" height="21">&nbsp;</td>
                    </tr>

					<tr class="textbox2">
                      <td width="8%" height="21">&nbsp;</td>
                      <td width="83%" height="21">&nbsp;<a  href=""  onclick="DoLink(Action[31])">中国下载</a></td>
                      <td width="9%" height="21">&nbsp;</td>
                    </tr>
                    <tr class="textbox2">
                      <td width="8%" height="20">&nbsp;</td>
                      <td width="83%" height="20">&nbsp;<a  href=""  onclick="DoSubmitForm(formcnshare, formcnshare.keywords,pass0)">中国共享软件</a></td>
                      <td width="9%" height="20">&nbsp;</td>
                    </tr>
                    <tr class="textbox2">
                      <td width="8%" height="20">&nbsp;</td>
                      <td width="83%" height="20">&nbsp;<a  href=""  onclick="DoLink(Action[32])">网易·软件</a></td>
                      <td width="9%" height="20">&nbsp;</td>
                    </tr>
                  </table>
                </td>
              </tr>
            </table>
            <table width="95%" border="0" cellspacing="0" cellpadding="0">
              <tr>
                <td width="97%" height="23" id=tdNews class="box" onClick="displayTable(tblNews)"  onMouseOver="boxOver(tdNews)" onMouseOut="boxOut(tdNews)">
                  &nbsp;新 闻 搜 索</td>
              </tr>
              <tr>
                <td width="97%" >
                  <table id=tblNews style="display: none" width="95%" border="0" cellspacing="0" cellpadding="0" align="left">
                    <tr class="textbox2">
                      <td width="8%" height="21">&nbsp;</td>
                      <td width="73%" height="21">&nbsp;<a  href=""  onclick="DoLink(Action[41])">新浪·新闻</a></td>
                      <td width="19%" height="21">&nbsp;</td>
                    </tr>
                    <tr class="textbox2">
                      <td width="8%" height="20">&nbsp;</td>
                      <td width="73%" height="20">&nbsp;<a  href=""  onclick="DoLink(Action[42])">网易·新闻</a></td>
                      <td width="19%" height="20">&nbsp;</td>
                    </tr>
                    <tr class="textbox2">
                      <td width="8%" height="21">&nbsp;</td>
                      <td width="73%" height="21">&nbsp;<a  href=""  onclick="DoSubmitForm(formdayoo, formdayoo.content,pass0)">广州日报</a></td>
                      <td width="19%" height="21">&nbsp;</td>
                    </tr>
                    <tr class="textbox2">
                      <td width="8%" height="21">&nbsp;</td>
                      <td width="73%" height="21">&nbsp;<a  href=""  onclick="DoSubmitForm(formgznet, formgznet.keyword,pass0)">广州视窗</a></td>
                      <td width="19%" height="21">&nbsp;</td>
                    </tr>
                  </table>
                </td>
              </tr>
            </table>
            <table width="95%" border="0" cellspacing="0" cellpadding="0">
              <tr>
                <td width="97%" height="23" id=tdMusic class="box" onClick="displayTable(tblMusic)"  onMouseOver="boxOver(tdMusic)" onMouseOut="boxOut(tdMusic)">
                  &nbsp;音 乐 MP3</td>
              </tr>
              <tr>
                <td width="97%" >
                  <table id=tblMusic style="display: none" width="95%" border="0" cellspacing="0" cellpadding="0" align="left">
                    <tr class="textbox2">
                      <td width="8%" height="21">&nbsp;</td>
                      <td width="73%" height="21">&nbsp;<a  href=""  onclick="DoLink(Action[51])">新浪·MP3</a></td>
                      <td width="19%" height="21">&nbsp;</td>
                    </tr>
                    <tr class="textbox2">
                      <td width="8%" height="20">&nbsp;</td>
                      <td width="73%" height="20">&nbsp;<a  href=""  onclick="DoLink(Action[52])">MP3.com</a></td>
                      <td width="19%" height="20">&nbsp;</td>
                    </tr>
                    <tr class="textbox2">
                      <td width="8%" height="21">&nbsp;</td>
                      <td width="73%" height="21">&nbsp;<a  href=""  onclick="DoLink(Action[53])">Yes88</a></td>
                      <td width="19%" height="21">&nbsp;</td>
                    </tr>
                    <tr class="textbox2">
                      <td width="8%" height="21">&nbsp;</td>

⌨️ 快捷键说明

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