主页登录系统的设计:页面:<%***@pagecontentType="text/html"pageEncoding="gb2312"%><html> <head> <linkrel="stylesheet"type="text/css"href="css/"/> </head> <body><divid="container"><center> <divid="header"> <divid="logo"></div> <divid="banner"></div> <divid="menu"><ul> <li><ahref="">编审首页</a></li> <liclass="tiao"></li> <li><ahref="">公司简介</a></li> <liclass="tiao"></li> <li><ahref="">规章制度</a></li> <liclass="tiao"></li> <li><ahref="">公司详情</a></li> <liclass="tiao"></li> <li><ahref="">节日活动</a></li> <liclass="tiao"></li> <li><ahref="">相关下载</a></li> <liclass="tiao"></li> <li><ahref="">联系我们</a></li> <liclass="tiao"></li> </ul> </div> </div> <center> <hr> <formaction=""method="post"name="myform"> <fontsize="8"color="#000000">用户登录</font> <tableborder="2"> <tr> <td>用  户  名</td> <td><inputtype="text"name="userid"></td> </tr> <tr> <td>密        码</td> <td><inputtype="password"name="password"></td> </tr> <tr> <td>登录类型</td> <td> <selectname="type"> <optionvalue="普通用户">普通用户</option> <optionvalue="管理员">管理员</option><optionvalue="审稿员">审稿员</option> </select> </td> </tr> <tr> <tdcolspan="2"><inputtype="submit"name="submit"value="登录"> <inputtype="reset"name="reset"value="重置"> <ahref=""target="right">作者注册</a></td> <ahref=""target="right">审稿员注册</a></td> </tr> </table> </form> <hr> </center> <bodystyle="background:url('image/')no-repeat;"> </body></html>连接数据库:<%***@pagecontentType="text/html"pageEncoding="gb2312"%><%***@pageimport=".*"%><html> <head> <title></title> </head> <body> <% ("gb2312"); ("userid",("userid")); ("password",("password")); Stringuserid=(String)("userid"); Stringpassword=(String)("password"); Stringtype=("type"); %> <%! publicstaticfinalStringDBDRIVER=""; publ
在线投稿审稿系统代码 来自淘豆网m.daumloan.com转载请标明出处.