|
![]() | 作者: fcxk [fcxk]
![]() |
登录 |
<% title="本站首页" call pass() call top() '第一大表格开始 YCMS("<table border='0' cellspacing='0' cellpadding='0' align='center' class='bgcolor'><tr><td class='left'></td><td class='width' valign='top'>") YCMS("<table width='100%' border='0' cellspacing='0' cellpadding='0'><tr><td valign='top'>") call br() '会员登陆口开始 YCMS("<table border='0' cellspacing='0' cellpadding='0'><td class=lefttopcenter> ※ 会员登陆</td><td class=lefttopright></td></tr></table>") YCMS("<table border='0' cellspacing='0' cellpadding='0'><tr><td valign='top' class='leftcentercenter' height=170>") call login() YCMS("</td><td class=leftcenterright></td></tr></table>") YCMS("<table border='0' cellspacing='0' cellpadding='0'><tr><td class='leftfootcenter'></td><td class='leftfootright'></td></tr></table>") call br() YCMS("</td><td width='5'></td><td valign='top' align=right>") call br() '新闻、公告开始 YCMS("<table border='0' cellspacing='0' cellpadding='0'><tr><td class=righttopleft></td><td class=righttopcenter> ※ 新闻动态<span style='width=400px'></span><a href=news.asp title='更多新闻……'>更多……</a></td></tr></table>") YCMS("<table border='0' cellspacing='0' cellpadding='0'><tr><td class=rightcenterleft></td><td class=rightcentercenter valign='top' height=170>") call YC_news() YCMS("</TD></TR></table>") YCMS("<table border='0' cellspacing='0' cellpadding='0'><tr><td class=rightfootleft ></td><td class=rightfootcenter></td></tr></table>") call br() YCMS("</td></tr></table></td><td class=right></td></tr></table>") '第一大表格结束 '第二大表格开始 YCMS("<table border='0' cellspacing='0' cellpadding='0' align='center' class='bgcolor'><tr><td class='left'></td><td class='width'>") YCMS("<table width='100%' border='0' cellspacing='0' cellpadding='0'><tr><td valign='top'>") '统计信息开始 YCMS("<table border='0' cellspacing='0' cellpadding='0'><td class='lefttopcenter'> ※ 统计信息</td><td class='lefttopright'></td></tr></table>") YCMS("<table border='0' cellspacing='0' cellpadding='0'><tr><td class='leftcentercenter' height=200>") YCMS("<table border='0' cellspacing='0' cellpadding='0' align='center' rules=rows frame=void width='100%' bordercolor="&border&"><tr><td height=19> <img src=img/title2.gif border='0'> 新进会员:<font color=red>") sql="select top 1 * from [YC_user] where pass=true order by id desc" set rs=server.createobject("adodb.recordset") rs.open sql,conn,1,1 YCMS(YC_Kill_Word(rs("user_name"),15)) rs.close set rs=nothing YCMS("</font></td></tr>") YCMS("<tr><td height=19> <img src=img/title2.gif border='0' width=10 height=10> 会员注册:") call mytable("YC_user") YCMS(" 人</td></tr>") YCMS("<tr><td height=19> <img src=img/title2.gif border='0' width=10 height=10> 新闻动态:") call mytable("YC_news") YCMS(" 条</td></tr>") YCMS("<tr><td height=19> <img src=img/title2.gif border='0' width=10 height=10> 文章作品:") call mytable("YC_art") YCMS(" 篇</td></tr>") YCMS("<tr><td height=19> <img src=img/title2.gif border='0' width=10 height=10> 精品图片:") call mytable("YC_pic") YCMS(" 张</td></tr>") YCMS("<tr><td height=19> <img src=img/title2.gif border='0' width=10 height=10> 娱乐欣赏:") call mytable("YC_dj") YCMS(" 个</td></tr>") YCMS("<tr><td height=19> <img src=img/title2.gif border='0' width=10 height=10> 软件下载:") call mytable("YC_down") YCMS(" 个</td></tr>") YCMS("<tr><td height=19> <img src=img/title2.gif border='0' width=10 height=10> 本站频道:") call mytable("YC_other") YCMS(" 个</td></tr>") YCMS("<tr><td height=19> <img src=img/title2.gif border='0' width=10 height=10> 友情连接:") call mytable("YC_link") YCMS(" 个</td></tr>") YCMS("<tr><td height=19> <img src=img/title2.gif border='0' width=10 height=10> 访客留言:") call mytable("YC_book") YCMS(" 条</td></tr></table>") YCMS("</td><td class=leftcenterright></td></tr></table>") YCMS("<table border='0' cellspacing='0' cellpadding='0'><tr><td class='leftfootcenter'></td><td class='leftfootright'></td></tr></table>") call br() '会员排行开始 YCMS("<table border='0' cellspacing='0' cellpadding='0'><td class='lefttopcenter'> ※ 会员排行</td><td class='lefttopright'></td></tr></table>") YCMS("<table border='0' cellspacing='0' cellpadding='0'><tr><td valign='top' class='leftcentercenter' height=115 align='center'>") call br() call YC_user() call br() YCMS("</td><td class=leftcenterright></td></tr></table>") YCMS("<table border='0' cellspacing='0' cellpadding='0'><tr><td class='leftfootcenter'></td><td class='leftfootright'></td></tr></table>") call br() YCMS("</td><td width='5'></td><td valign='top' align=right>") '图片开始 YCMS("<table border='0' cellspacing='0' cellpadding='0'><tr><td class=righttopleft></td><td class=righttopcenter> ※ 图片作品<span style='width=400px'></span><a href=pic.asp'>更多……</a></td></tr></table>") YCMS("<table border='0' cellspacing='0' cellpadding='0'><tr><td class=rightcenterleft></td><td class=rightcentercenter valign='top'>") call YC_pic() YCMS("</TD></TR></table>") YCMS("<table border='0' cellspacing='0' cellpadding='0'><tr><td class=rightfootleft></td><td class=rightfootcenter></td></tr></table>") call br() '娱乐开始 YCMS("<table border='0' cellspacing='0' cellpadding='0'><tr><td class=righttopleft></td><td class=righttopcenter> ※ 影音娱乐<span style='width=400px'></span><a href=dj.asp title='更多影音娱乐……'>更多……</a></td></tr></table>") YCMS("<table border='0' cellspacing='0' cellpadding='0'><tr><td class=rightcenterleft></td><td class=rightcentercenter valign='top' height=170>") call YC_dj() YCMS("</TD></TR></table>") YCMS("<table border='0' cellspacing='0' cellpadding='0'><tr><td class=rightfootleft></td><td class=rightfootcenter></td></tr></table>") call br() YCMS("</td></tr></table></td><td class=right></td></tr></table>") '交流开始 YCMS("<table border='0' cellspacing='0' cellpadding='0' align='center' class='bgcolor'><tr><td class='left'></td><td class='width'>") YCMS("<table width='100%' border='0' cellspacing='0' cellpadding='0'><tr><td valign='top'>") YCMS("<table border='0' cellspacing='0' cellpadding='0'><td class='lefttopcenter'> ※ 在线交流</td><td class='lefttopright'></td></tr></table>") YCMS("<table border='0' cellspacing='0' cellpadding='0'><tr><td valign='top' class='leftcentercenter' height=118 align='center'>") call br response.write qq_online call br YCMS("</td><td class=leftcenterright></td></tr></table>") '第二大表格结束 '第三大表格开始 YCMS("<table border='0' cellspacing='0' cellpadding='0'><tr><td class='leftfootcenter'></td><td class='leftfootright'></td></tr></table>") call br '连接开始 YCMS("<table border='0' cellspacing='0' cellpadding='0'><td class='lefttopcenter'> ※ 友情连接<span style='width=50px'></span><a href=link.asp title='更多友情连接……'>更多……</a></td><td class='lefttopright'></td></tr></table>") YCMS("<table border='0' cellspacing='0' cellpadding='0'><tr><td valign='top' class='leftcentercenter' height=222 align='center'>") YCMS("<DIV id=oRollV style='MARGIN:0px;OVERFLOW:hidden; HEIGHT: 195px'><DIV id=oRollV1>") call YC_link() YCMS("</DIV><DIV id=oRollV2></DIV></DIV>") call YC_link2() call br() YCMS("</td><td class=leftcenterright></td></tr></table>") YCMS("<table border='0' cellspacing='0' cellpadding='0'><tr><td class='leftfootcenter'></td><td class='leftfootright'></td></tr></table>") call br() YCMS("<td width='5'></td><td valign='top' align=right>") '文章开始 YCMS("<table border='0' cellspacing='0' cellpadding='0'><tr><td class=righttopleft></td><td class=righttopcenter> ※ 文章作品<span style='width=400px'></span><a href=art.asp title='更多文章……'>更多……</a></td></tr></table><table border='0' cellspacing='0' cellpadding='0'><tr><td class=rightcenterleft></td><td class=rightcentercenter valign='top' height=170>") call YC_art() YCMS("</TD></TR></table>") YCMS("<table border='0' cellspacing='0' cellpadding='0'><tr><td class=rightfootleft></td><td class=rightfootcenter></td></tr></table>") call br() '下载开始 YCMS("<table border='0' cellspacing='0' cellpadding='0'><tr><td class=righttopleft></td><td class=righttopcenter> ※ 下载中心<span style='width=400px'></span><a href=down.asp title='更多软件下载……'>更多……</a></td></tr></table>") YCMS("<table border='0' cellspacing='0' cellpadding='0'><tr><td class=rightcenterleft></td><td class=rightcentercenter valign='top' height=170>") call YC_down() YCMS("</TD></TR></table>") YCMS("<table border='0' cellspacing='0' cellpadding='0'><tr><td class=rightfootleft></td><td class=rightfootcenter></td></tr></table>") call br() YCMS("</td></tr></table></td><td class=right></td></tr></table>") '第三大表格结束 YCMS("<SCRIPT>StartRollV();StartRollH();</SCRIPT>") call foot()%> 我想把在线交流这里的表格的内容改成如下的代码: <table height=1 cellSpacing=0 cellPadding=0 width=164 border=0 valign=top bgcolor=#F0F7FF id="table175"><tr><form name=loginmail onsubmit="return chkinput2(this);" action=http://www.hao123.com/sendmail.php method=post target="_blank"> <td align=center width=164 height=1 bgcolor="#FFFFFF"> <p align="left"> <span style="font-size: 9pt"> <select tabIndex=2 size=1 name=site style="border: 1px solid #000000"><option value selected>请选择信箱</option><option value=126.com>@126.com网易</option><option value=163.net>@163.net</option><option value=tom.com>@tom.com</option><option value=163.com>@163.com</option><option value=vip.163.com>@vip.163.com</option><option value=sohu.com>@sohu.com搜狐邮箱</option><option value=263.net>@263.net</option><option value=sina.com>@sina.com新浪</option><option value=vip.sina.com>@vip.sina.com新浪VIP</option><option value=mail.china.com>@mail.china.com</option><option value=china.com>@china.com</option><option value=netease.com>@netease.com</option><option value=yeah.net>@yeah.net</option><option value=etang.com>@etang.com亿唐</option><option value=21cn.com>@21cn.com</option> <option value="cn.yahoo.com">@yahoo.com.cn雅虎</option> <option value="xinhuanet.com">@xinhuanet.com新华网</option> <option value=eyou.com>@eyou.com亿邮</option><option value=email.com.cn>@email.com.cn</option><option value=ynmail.com>@ynmail.com云南</option><option value=citiz.net>@citiz.net上海热线</option> <option value="hotmail.com">@hotmail.com</option> <option value="56.com">@56.com</option> <option value="gmail.com">@gmail.com</option> </select></span><p><font style="font-size: 9pt">帐号:</font><span style="font-size: 9pt"> </span> <input style="border:1px solid #000000; FONT-SIZE:12px" tabIndex=1 size=14 name=user><font style="font-size: 9pt"><br>密码</font><span style="font-size: 9pt">: </span> <input style="border:1px solid #000000; FONT-SIZE:12px" tabIndex=3 type=password size=14 name=pass><span style="font-size: 9pt"> <br> </span> <input style="FONT-SIZE:12px; color:#000000" tabIndex=4 type=submit value=登录 name=Submit2 onclick=setTimeout('clearpass()',1000)></td> </form></tr></table> 应该怎么改啊..就是把 "在线交流 "这一部分的内容改成 信箱登录.高手帮下我啊..急用... [此贴被 自由人(fcxk) 在 09月03日01时19分 编辑过] |
地主 发表时间: 06-09-03 01:18 |
![]() | 回复: NetFog [q70213526] ![]() |
登录 |
YCMS("<table border='0' cellspacing='0' cellpadding='0'><td class='lefttopcenter'> ※ 在线交流</td><td class='lefttopright'></td></tr></table>") 改成 %><table border='0' cellspacing='0' cellpadding='0'><td class='lefttopcenter'> ※ 在线交流</td><td class='lefttopright'></td></tr></table><% 将 ※ 在线交流换成你最下面的那段代码.. 你这样的提问方式很值得扁一下的.. |
B1层 发表时间: 06-09-03 08:23 |
![]() | 回复: fcxk [fcxk] ![]() |
登录 |
谢谢版主..已经搞好了..呵..真的谢谢你了. [此贴被 自由人(fcxk) 在 09月03日09时37分 编辑过] |
B2层 发表时间: 06-09-03 08:54 |
|
20CN网络安全小组版权所有
Copyright © 2000-2010 20CN Security Group. All Rights Reserved.
论坛程序编写:NetDemon
粤ICP备05087286号