当前位置: 代码迷 >> Java Web开发 >> 急救!解决方案
  详细解决方案

急救!解决方案

热度:535   发布时间:2016-04-17 14:39:02.0
急救!!
<%@   include   file= "../SystemFile/share/share_function.jsp "   %>
<%@   include   file= "../SystemFile/share/const.jsp "   %>
<%@   page   contentType= "text/html;charset=GBK "   pageEncoding= "GBK "%>
<%
try{

int   COLIndex=1;       //set   for   the   intro   folder

String   strSql   = " ";
ResultSet   rs,rs2;//
String   FolderName         =FOLDER_INTRO;
String   FolderColumnID=FOLDER_INTRO_COLUMNID;
String   strINFO_ID     =   Util.strTrim(Util.get88591Str(request.getParameter( "INFO_ID ")));    
if   (strINFO_ID.equals( " "))   strINFO_ID= "0 ";
%>
<html>
<head>
<title> <%=   SystemName%> </title>
<meta   http-equiv= "Content-Type "   content= "text/html;   charset=GBK "   pageEncoding= "GBK ">
<link   href= "../css/css.css "   rel= "stylesheet "   type= "text/css ">
<style   type= "text/css ">
.f7   {font-size:7px;}
.f24{font-size:24px;}
.f12{font-size:12px;}
.f14{font-size:14px;}
.l17   {line-height:170%;}
</style>
</head>
<body   leftmargin= "0 "   topmargin= "0 ">
<%@   include   file= "../include/top.jsp "%>
<SCRIPT   src= "../js/main.js "> </SCRIPT>
<SCRIPT   SRC= "../module/Module_config.js "> </script>
<div   align= "center ">
<center>

                        <table   width= "750 "   height= "100% "   border= "0 "   cellpadding= "0 "   cellspacing= "0 "   style= "border-collapse:   collapse "   bordercolor= "#111111 ">
                            <tr   valign= "top ">  
                                <td   width= "204 "   bgcolor= "#C9D3E9 ">                                            
                                              <%@   include   file= "../module/L_index.jsp "%>                                            
                                </td>
                               
                                <td   width= "2 "> <img   src= "images/blank.gif "   width= "2 "   height= "1 "> </td>     <!--   中间   区   域   -->
  相关解决方案