⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cnwebtop.jsp

📁 jsp网站
💻 JSP
字号:
<%@ page contentType="text/html; charset=gb2312" language="java" errorPage="" %>
<%@ page import="com.sunny.currency.*,com.sunny.s3fornetoffice.*,java.util.*" %>
<% Session m_session = new Session(session); %>

<table width="778" height="96" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td width="778" height="96"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="778" height="96">
      <param name="movie" value="/images/xgt_top.swf">
      <param name="quality" value="high">
      <embed src="/images/xgt_top.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="778" height="96"></embed>
    </object></td>
  </tr>
</table>
<table width="778" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td width="186" height="27" align="center" background="/images/nav_bg.gif"><font id="clock"><%=StringNew.GetDateString(new Date(),"yyyy-MM-dd")%></font></td>
    <td background="/images/nav_div.gif" width="2"></td>
    <td background="/images/nav_bg.gif" width="590">

	<!--???-->
	<table width="100%">
	<tr valign="middle">
<%
request.setCharacterEncoding("gb2312");
Vector vt = new Vector();
Request m_request = new Request(request);
if(!m_request.GetString("IsHome").equalsIgnoreCase("True"))
{
  vt = WebSiteDirManager.getRecordBySearch("","","","0","","","","","","True","","","Xitic","cnweb","OrderNumber","False");
  if(vt.size()>0)
  {
            %>

                <td height="21" align="center" >
                  <a href="/index.jsp"  target="_self"><%=((Vector)vt.get(0)).get(1).toString()%></a>
				</td>

    <%
  }
}
//???:???? 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -