Page 218 - 3-1
P. 218

<%@page import="MDP.ToolDAO"%>
              <%@page import="MDP.ToolVo"%>
              <%@ page language="java" contentType="text/html; charset=UTF-8"
                  pageEncoding="UTF-8"%>
              <!DOCTYPE html>
              <html>
              <head>
              <meta charset="UTF-8">
              <title>Modify tools</title>
              <style type="text/css">
                      #containar{
                              width : 280px;
                              border : 1px solid pink;

                      }
                      #top{
                              text-aling : center;
                              color : #ff8c00;
                              text-shadow : 2px 2px 2px #000000;
                              border-button: 1px solid black;
                      }
                      #context{
                              margin-left : 7px;
                      }
                      #button{
                              margin-left : 25px;
                      }
                      #toolname, #count{
                              margin-left:6px;
                      }
              </style>

              </head>
              <body>
                      <%
                              String b = request.getParameter("bno");
                              ToolDAO dao = new ToolDAO();
                              ToolVo vo = new ToolVo();


                              if(b!=null){





                                                         - 218 -
   213   214   215   216   217   218   219   220   221   222   223