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

📄 resource.htm

📁 myie的源程序是用VC++写自已可以扩搌使用
💻 HTM
字号:
<html>
<head>
<title>Web Resource</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
td {  font-size: 9pt; color: #CC3333}
.textbox {  font-size: 9pt; border: 1px solid; border-color: #FFFFFF #FFFFFF #000000}
.noborder {  background-color: #F4F9F9; border-color: #FF0000 black black; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px}
.textbox2 { font-size: 9pt; border: 1px solid; border-color: #FFFFFF #FFFFFF #6699CC}
a {  text-decoration: none; font-size: 9pt; color: #000000; cursor: hand; font-weight: bold}
a:hover {  color: #FF0000; text-decoration: underline; font-size: 9pt; cursor: hand}

-->
</style>
</head>
<body marginwidth="0" leftmargin="0" topmargin="0" marginheight="0" bgcolor="#FFFFFF"  onunload="SaveConfig()">

<!----------------------------- MyIE ---------------------->
<table width="110%" border="0" cellspacing="0" cellpadding="0">
       <tr bgcolor="Red"> 
          <td><font color="White"><b>MyIE 版本</b></font></td>
        </tr>
</table>
<IFRAME MARGINHEIGHT=0 MARGINWIDTH=0 FRAMEBORDER=0 WIDTH=200 Height =20 SCROLLING=NO src="http://changyou.myrice.com/myieversion.htm">
</iframe>
<!----------------------------- End MyIE ------------------>



<!----------------------------- Stock ------------------->
<table width="110%" border="0" cellspacing="0" cellpadding="0">
       <tr bgcolor="Red"> 
          <td><font color="White"><b>股票查询</b></font></td>
        </tr>
</table>
<table border="0" width="110%" cellspacing="0" cellpadding="0" bgcolor="#eeeeee">
		<tr>
		<td><form target="new" name=fquery method=post action="http://www.stockstar.online.sh.cn/redir.asp"></td>
		<td nowrap valign=bottom>
    	&nbsp;查询&nbsp;<input type=text name="code" value="" size="12">
	</td></tr>
        <tr>
        <td nowrap colspan=2>
        <input type="radio" name="target" value="RTQuote" checked>行情
        <input type="radio" name="target" value="RTChart">图表
        <input type="radio" name="target" value="news">新闻</td>
        </tr>
        <tr>
        <td nowrap colspan=2>
        <input type="radio" name="target" value="bbs">公告板
        <input type="radio" name="target" value="symbol">代码智能查询</td>
        <td>
</form>
	<tr><td colspan=2>
<IFRAME MARGINHEIGHT=0 MARGINWIDTH=0 FRAMEBORDER=0 WIDTH=152 HEIGHT=120 SCROLLING=NO src="http://www.stockstar.online.sh.cn/chartr.htm">
		<a href="http://quote.stockstar.com/scripts/quoteISAPI.dll?dghq"><img src="http://chartr1.stockstar.com/aindex?" alt="上证指数和深证成指走势" border=0></a>
</iframe>
	</td></tr>
</table> 
<!------------------------------End of Stock ------------>

<!----------------------------- Dictionary ---------------->
<table width="110%" border="0" cellspacing="0" cellpadding="0">
       <tr bgcolor="Red"> 
          <td><font color="White"><b>在线金山词霸</b></font></td>
        </tr>
</table>
<table width="110%" border="0" cellspacing="0" cellpadding="0">
<tr><td>
<form  name=search method=post target="new" action="http://www.iciba.com/scripts/search.asp">
输入您想要查的词
 <input maxlength=80 name=word size=14 title="输入完后直接回车即可查词">
</form>
</tr></td>
</table>

<!----------------------------- End of Dictionary --------->


<!----------------------------- Email --------------------->
<table width="110%" border="0" cellspacing="0" cellpadding="0">
       <tr bgcolor="Red"> 
          <td><font color="White"><b>电子邮件</b></font></td>
        </tr>
</table>

<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
	function DoLogin(formId, userId, passwordId)
	{
		if(window.event.srcElement.tagName == "A")
			window.event.returnValue = false; // cancel link

		if(displayForm.UserName.value=="")
		{
			alert("请输入用户名!");
			return;
		}
		userId.value		= displayForm.UserName.value;
		passwordId.value	= displayForm.Password.value;
	
		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();

	}

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

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


</script>
  
	<!-- /////////////////////////////////////////////////////////////////////////////// -->
            <table width="110%" border="0" cellspacing="0" cellpadding="0" class="textbox2" bgcolor="#eeeeee">
  		<form target=new name=displayForm onsubmit="return false">  
                 <tr> 
                <td class="textbox" width="95%" height="25" colspan=2>用户: 
                    <input type="text" name="UserName" size="12" >
                </td>
              </tr>
              <tr> 
                <td class="textbox" width="95%" height="25" colspan=2>密码: 
                    <input type="password" name="Password" size="12" >
                </td>
              </tr>
             </form> 
             <tr class="textbox2"> 
                <td width="68%" height="21"><a href=""  onclick="DoLogin(form163,form163.user,form163.pass)"  alt="登录" >@163.net</a></td>
                <td width="19%" height="21"><a href="http://bjweb.163.net/newuser.htm" target="new">申请</a></td>
              </tr>
              <tr class="textbox2"> 
                <td width="68%" height="21"><a href="" onclick="DoLogin(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="DoLogin(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="DoLogin(formsina, formsina.u, formsina.psw)">@sina.com.cn</a></td>
                <td width="19%" height="21"><a href="http://members.sina.com.cn/apply/" target="new">申请</a></td>
              </tr>
              <tr class="textbox2"> 
                <td width="68%" height="21"><a  href=""  onclick="DoLogin(form263, form263.user, form263.pass)">@263.net</a></td>
                <td width="19%" height="21"><a href="http://freemail.263.net/" target="new">申请</a></td>
              </tr>
            </table>
<div style="position:absolute; left:0px; top:800px; width:81px; z-index:-1; visibility: hidden; display: none"> 
	  
	  <!-- 163.net ------------------------------------------------------------------------------> 
        <form target=new target=new method=post name="form163"  baction="http://localhost/" action="http://bjweb.163.net/cgi/login"> 
          <input type=hidden value=0 name=vti-group>
          <input type=hidden name="language" value="0">
          <input type="text" name="user" value>
          <input type="password" name="pass" >
        </form>

      <!-- 263.net ------------------------------------------------------------------------------> 
        <form target=new name="form263" method="post" action="http://freemail.263.net/cgi/login">
          <input name=user type=text>
          <input name=pass type=password>
          <input class=in2 name=image2 type=submit value=进入>
        </form>

        <!-- citiz.net  --------------------------------------------------------------------------> 
        <form target=new name=formcitiz method=post  action="http://mail.citiz.net/cgi-bin/login">
          <input type=text name=userid >
          <input type=password name="password"  >
  	  <input type="hidden" name="usecookie" value="1">
          <input type="hidden" name="option" value="1">
         </form>
 
       <!--  21cn.com 
------------------------------------------------------------------------------> 
        <form target=new method="POST" action="http://webmail.21cn.com/NULL/NULL/SignIn.gen" name="form21cn">
          <input type="hidden" name="VTI-GROUP" value="0">
          <input name="LoginName" >
          <input name="passwd" type="password" >
          <select name="DomainName" >
            <option value="21cn.com" selected>@21cn.com</option>
            <option value="fun.21cn.com">@fun.21cn.com</option>
            <option value="private.21cn.com">@private.21cn.com</option>
            <option value="21cn.edu.cn">@21cn.edu.cn</option>
            <option value="edu.21cn.com">@edu.21cn.com</option>
          </select>
          <input name="Submit2" type="submit" value="登录">
        </form>
		
       <!--  sina.com
------------------------------------------------------------------------------> 
        <form target=new name=formsina method="post" action="http://mail.sina.com.cn/cgi-bin/login.cgi">
          <input type="text" name="u">
          <input type="password" name="psw">
          <input type="hidden" name="l" value="http://mail.sina.com.cn/cgi-bin/mail.cgi">
          <input type="hidden" name="product" value="mail">
        </form>
</div>
<script language="JavaScript">
	LoadConfig();
</script>
<!------------------------End Email --------------------------------------->




</body>
</html>

⌨️ 快捷键说明

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