📄 search.aspx
字号:
<%@ Page CodeBehind="search.aspx.cs" Language="c#" AutoEventWireup="false" Inherits="WebApplication8.firstPage.search" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<HTML>
<HEAD>
<title>网络营销教学系统</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="images/style.css" rel="stylesheet" type="text/css">
<style type="text/css"> <!-- .m {color:#000000;cursor:hand;text-decoration:none}
.s {text-decoration:none}
.t {color:#0000cc;font-weight:normal;text-decoration:none}
.ff {font-family:Verdana;font-size:16px}
--></style>
<script language="javascript">
<!--
function typeChange(obj)
{
if(obj.id=="a")
{
document.forms[0].type.value = "网站";
obj.style.fontWeight = "bold";
obj.style.verticalAlign = "top";
obj.nextSibling.style.fontWeight = "normal";
obj.nextSibling.nextSibling.style.fontWeight = "normal";
obj.nextSibling.style.verticalAlign = "bottom";
obj.nextSibling.nextSibling.style.verticalAlign = "bottom";
}
if(obj.id=="b")
{
document.forms[0].type.value = "新闻";
obj.style.fontWeight = "bold";
obj.style.verticalAlign = "top";
obj.nextSibling.style.fontWeight = "normal";
obj.previousSibling.style.fontWeight = "normal";
obj.nextSibling.style.verticalAlign = "bottom";
obj.previousSibling.style.verticalAlign = "bottom";
}
if(obj.id=="c")
{
document.forms[0].type.value = "广告";
obj.style.fontWeight = "bold";
obj.style.verticalAlign = "top";
obj.previousSibling.style.fontWeight = "normal";
obj.previousSibling.previousSibling.style.fontWeight = "normal";
obj.previousSibling.style.verticalAlign = "bottom";
obj.previousSibling.previousSibling.style.verticalAlign = "bottom";
}
}
// -->
</script>
<script language="javascript">
window.resizeTo(window.screen.width-250,window.screen.height-150);
window.moveTo(100,100);
</script>
</HEAD>
<body background="images/lines.gif" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<form runat="server">
<table width="780" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><img src="images/top.gif" width="780" height="71"></td>
</tr>
</table>
<table width="780" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#ffffff">
<tr>
<td height="150" valign="middle"><div align="center"><br>
<img src="images/search.jpg" width="263" height="100">
</div>
</td>
</tr>
<tr>
<td height="30" valign="top"><table width="750" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#eeeeee">
<tr>
<td width="120" height="18"> </td>
<td align="center" valign="bottom" style="font-weight:bold" onClick="typeChange(this)"
class="m" onMouseOut="this.bgColor='#eeeeee';" onMouseOver="this.bgColor='#ffffff';"
id="a">网 站</td>
<td align="center" valign="bottom" onClick="typeChange(this)" onMouseOver="this.bgColor='#ffffff';"
onMouseOut="this.bgColor='#eeeeee';" id="b">新 闻</td>
<td align="center" valign="bottom" onClick="typeChange(this)" onMouseOver="this.bgColor='#ffffff';"
onMouseOut="this.bgColor='#eeeeee';" id="c">广 告</td>
<td width="120"> </td>
</tr>
<tr>
<td bgcolor="#0033cc" height="1"></td>
<td colspan="3" bgcolor="#0033cc"></td>
<td bgcolor="#0033cc"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="300" valign="top"><div align="center">
<input type="text" name="word" class="ff" size="35" maxlength="100" id="keyword" runat="server">
<input type="hidden" name="type" value="网站" id="type" runat="server"> <input style="WIDTH:60px" type="submit" value=" 搜 索 " id="searching" name="Submit1" runat="server">
</div>
</td>
</tr>
</table>
<table width="780" height="41" border="0" align="center" cellpadding="0" cellspacing="0"
background="images/bt.gif">
<tr>
<td width="598" valign="bottom"><div align="right"><font color="#ffffff">你是第 2313 位访问者 | <a class="white" href="#">
联系我们</a> | <a class="white" href="#">客户服务</a><br>
上海科育信息技术有限公司版权所有</font>
</div>
</td>
<td width="182"> </td>
</tr>
</table>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -