<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html><!-- InstanceBegin template="/Templates/accp_c_online.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<!-- InstanceBeginEditable name="doctitle" -->
<title>北大青鸟C语言在线</title>
<script language="javascript">
<!--
function CheckForm()
{
var name=UserLogin.UserName.value; //UserLogin为表单的名称
//UserName为用户名文本框的名称
var password=UserLogin.PassWord.value; //PassWord为密码框的名称
if (name.length==0 || password.length==0)
{
alert("请填写完整");
}
else if(name=="LL" && password=="xiaxia")
{
alert("祝你永远幸福:)")
}
else
{
alert("欢迎"+name+"登陆北大青鸟C语言在线");
}
}
function vote()
{
var i;
for (i=0;i<UserVote.elements.length;i++)
{
if (UserVote.investigate[i].checked)
alert("您对本网站的感觉是:"+UserVote.investigate[i].value);
}
}
//-->
</script>
<!-- InstanceEndEditable -->
<!-- InstanceBeginEditable name="head" -->
<style type="text/css">
<!--
.style1 {color: #FF0000}
-->
</style>
<!-- InstanceEndEditable -->
<style type="text/css">
<!--
body,td,th {
font-size: 9pt;
}
a {
font-size: 9pt;
color: #3d5a83;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: none;
color: #cc0000;
}
a:active {
text-decoration: none;
}
.pos_bg {
BACKGROUND: #eaf1fb
}
.border {
BORDER: #6687ba 1px solid
}
.td_bg{
BACKGROUND: #eaf1fb;BORDER: #6687ba 1px solid
}
-->
</style>
</head>
<body>
<table width="760" border="0" cellpadding="0" cellspacing="0" class="border">
<!--DWLayoutTable-->
<tr>
<td height="20" colspan="4"> </td>
</tr>
<tr>
<td width="170" height="60" rowspan="3"><img src="image/logo.GIF" width="148" height="60"></td>
<td width="510" rowspan="3"><img src="image/banner1.gif" width="500" height="64"></td>
<td width="20" height="20"><img src="image/home.gif" width="16" height="16"></td>
<td width="60"><a href="\index.html" onclick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://jbtraining.com.cn')">设为首页</a></td>
</tr>
<tr>
<td height="20"><img src="image/email.gif" width="16" height="17"></td>
<td height="20"><a href="mailto:liliang@jbtraining.com.cn">联系站长</a></td>
</tr>
<tr>
<td height="20"><img src="image/bookmark.gif" width="16" height="16"></td>
<td width="60" height="20"><a href="javascript:window.external.addFavorite('http://jbtraining.com.cn','北大青鸟c语言在线')">加入收藏</a></td>
</tr>
<tr>
<td height="10" colspan="4"> </td>
</tr>
<tr>
<td height="20" colspan="4">| <a href="index.htm">首页</a> | <a href="basic.htm">基础知识</a> | <a href="advance.htm">高级编程</a> | <a href="arithmetic.htm">算法研究</a> | <a href="data.htm">编程资料</a> | <a href="authorship.htm">网友原创</a> | <a href="other.htm">其他相关</a> | </td>
</tr>
</table>
<table width="760" border="0" cellpadding="0" cellspacing="0" class="border">
<tr>
<td height="5" colspan="3"></td>
</tr>
<tr >
<td width="100" height="20" align="left"> <img src="image/announce.gif" width="20" height="16" align="absmiddle"> 本站公告:</td>
<td colspan="3"><marquee scrollamount="4" onMouseOver="this.stop()" onMouseOut="this.start()">
<a href="data.htm">最受欢迎的编程资料打包下载! [cuicui 2006年4月1日]</a> <a href="other.htm">第4届全国青鸟学员编程大赛即将开幕,报名从速! [夏夏 2006年6月1日]</a> <a href="authorship.htm">欢迎大家踊跃投稿! [LL 2006年2月14日]</a>
</marquee></td>
</tr>
<tr class="pos_bg">
<td width="100" height="20" align="left"><img src="image/arrow2.gif" width="6" height="7"> 您现在的位置:</td>
<td width="458" height="20"><!-- InstanceBeginEditable name="位置" --><a href="index.htm">C语言在线</a>>>首页<!-- InstanceEndEditable --></td>
<td width="200">今天是:
<SCRIPT language=JavaScript type=text/JavaScript>
var myweekday="";
var year="";
mydate=new Date();
myweekday=mydate.getDay();
mymonth=mydate.getMonth()+1;
myday= mydate.getDate();
myyear= mydate.getYear();
year=(myyear > 200) ? myyear : 1900 + myyear;
if(myweekday == 0)
weekday=" 星期日 ";
else if(myweekday == 1)
weekday=" 星期一 ";
else if(myweekday == 2)
weekday=" 星期二 ";
else if(myweekday == 3)
weekday=" 星期三 ";
else if(myweekday == 4)
weekday=" 星期四 ";
else if(myweekday == 5)
weekday=" 星期五 ";
else if(myweekday == 6)
weekday=" 星期六 ";
document.write(year+"年"+mymonth+"月"+myday+"日 "+weekday);
</SCRIPT>
</td>
</tr>
</table>
<table width="760" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="10" colspan="3"> </td>
</tr>
</table>
<!-- InstanceBeginEditable name="主体" -->
<table width="760" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td width="182" height="400" rowspan="5" align="center" valign="top" class="td_bg"><br>
<p><strong>用户登陆</strong></p>
<form action="" method="post" name="UserLogin" id="UserLogin">
<p>用户名:
<input name="UserName" type="text" value="" size="10" class="td_bg">
<br>
<br>
密 码:
<input type="password" name="PassWord" size="10" class="td_bg">
<br>
<br>
<input type="button" value="登陆" name="login" class="td_bg" onClick="CheckForm()">
<input type="reset" value="清除" class="td_bg">
</p>
</form>
<p><a href="UserReg.htm">新用户注册</a> <a href="GetPassword.htm">忘记密码?</a></p>
<p><br>
<strong>有奖投票</strong> <br>
<br>
你认为本站做得怎么样?
<form action="" method="post" name="UserVote" id="UserVote">
<input type="radio" name="investigate" value="很好!" checked>
很好!<br>
<input type="radio" name="investigate" value="还不错">
还不错 <br>
<input type="radio" name="investigate" value="一般般">
一般般 <br>
<input type="radio" name="investigate" value="关了吧">
关了吧
<p><img src="image/voteSubmit.gif" width="52" height="18" onClick="vote()"> <a href="View.htm"><img src="image/voteView.gif" width="52" height="18" border="0"></a></p>
</form></td>
<td height="20" colspan="6"> </td>
<tr>
<td height="20" align="center"><!--DWLayoutEmptyCell--> </td>
<td width="274" height="20" align="left"> <img src="image/D_1.gif" width="13" height="13" align="absmiddle"> <strong>推荐文章</strong></td>
<td height="20" align="center"><!--DWLayoutEmptyCell--> </td>
<td height="20" colspan="2" align="left"> <img src="image/Star.gif" width="10" height="11" align="absmiddle"> <strong>最新热门</strong></td>
<td width="10" height="20" align="center"><!--DWLayoutEmptyCell--> </td>
<tr>
<td width="10" height="170" align="left" valign="top">
<br>
</td>
<td height="170" align="left" valign="top">
<br>
<img src="image/article_common.gif" width="7" height="15"> <a href="Program.htm">C语言之内存使用</a>[<span class="style1">208</span>]
<br>
<img src="image/article_common.gif" width="7" height="15"> <a href="Program.htm">用C实现仿MSDOS程序</a>[<span class="style1">198</span>]
<br>
<img src="image/article_common.gif" width="7" height="15"> <a href="Program.htm">图形模式下的抓屏程序…</a>[<span class="style1">165</span>]<br>
<img src="image/article_elite.gif" width="7" height="15"> <a href="Program.htm">菜鸟问与答(怎样产生随机数)</a>[<span class="style1">200</span>]
<br>
<img src="image/article_common.gif" width="7" height="15"> <a href="Progra
评论0