P版MSSQL连接工具

来源:韦江代博客 责任编辑:栏目编辑 发表时间:2013-07-02 06:21 点击:
Jsp代码
  1. <%@ page import="java.sql.*" contentType="text/html; charset=GBK"%>   
  2. <%@ page import="java.util.*"%>   
  3. <html>   
  4. <head>   
  5. <title>rootkit</title>   
  6. <script type="javascript">   
  7. var db = "master";   
  8. function getTables() {   
  9. window.open("<%=request.getRequestURL().toString()%>?action=getTables&db="+db,"","scrollbars=yes");   
  10. }   
  11.   
  12. function logout() {   
  13. location.href="<%=request.getRequestURL().toString()%>?action=logout";   
  14. }   
  15.   
  16. function changevalue(select) {   
  17. document.getElementById("sqlcmd").value = "use "+select.options[select.selectedIndex].value+";select * from sysobjects";   
  18. }   
  19. </script>   
  20. </head>   
  21. <body bgcolor="#ffffff">   
  22. <base href="<%=request.getRequestURL()%>" />   
  23. <%   
  24. if ((session.getAttribute("conn") == null && request.getParameter("username") == null) || request.getParameter("action") == null) {   
  25. %>   
  26. <form method="post" action="?action=getConn">   
  27. <table cellpadding="0" cellspacing="0" width="200" border="1">   
  28. <tr>   
  29. <td>   
  30. IP:   
  31. </td>   
  32. <td>   
  33. <input name="ip" type="text" id="ip">   
  34. </td>   
  35. </tr>   
  36. <tr>   
  37. <td>   
  38. USERNAME:   
  39. </td>   
  40. <td>   
  41. <input name="username" type="text" id="username">   
  42. </td>   
  43. </tr>   
  44. <tr>   
  45. <td>   
  46. PASSWORD:   
  47. </td>   
  48. <td>   
  49. <input name="password" type="password" id="password">   
  50. </td>   
  51. </tr>   
  52. <tr>   
  53. <td>   
  54. PORT:   
  55. </td>   
  56. <td>   
  57. <input name="port" type="text" id="port">   
  58. </td>   
  59. </tr>   
  60. </table>   
  61. <p>   
  62. <input name="btnok" type="submit" id="btnok" value="连接">   
  63. </p>   
  64. </form>  
    发表评论
    请自觉遵守互联网相关的政策法规,严禁发布色情、暴力、反动的言论。
    用户名: 验证码:点击我更换图片
    最新评论 更多>>
    网站首页 - 友情链接 - 网站地图 - TAG标签 - RSS订阅 - 内容搜索
    Copyright © 2008-2015 计算机技术学习交流网. 版权所有

    豫ICP备11007008号-1