prompt.jsp

来自「一个手机站点采用WML 等编写开发,具体可以看代码,比较简单」· JSP 代码 · 共 76 行

JSP
76
字号
<%@ page contentType="text/html; charset=GBK" %>
<html>
<head>
<title>
提示
</title>
  <LINK href="img/style.css" type=text/css rel=stylesheet>
  <base href="<%=request.getRequestURL()%>" />
</head>
<script language="javascript">
function gotoUrl(url)
{
  document.location.href=url;
}
</script>
<BODY class=bg3 leftMargin=5 topMargin=5 marginwidth="5" marginheight="5">
<CENTER>
<TABLE cellSpacing=0 cellPadding=0 width=280 border=0>
  <TBODY>
  <TR>
    <TD width=12><IMG height=1 alt="" src="img/c.gif" width=1
      border=0></TD>
    <TD width=128><IMG height=41 alt="" src="img/notice.gif"
      width=139 border=0></TD>
    <TD vAlign=bottom width=22>&nbsp;</TD>
    <TD width=88><IMG height=1 alt="" src="img/c.gif" width=1
      border=0></TD></TR></TBODY></TABLE>
<TABLE cellSpacing=0 cellPadding=0 width=280 border=0>
  <TBODY>
  <TR>
    <TD width=7 rowSpan=2><IMG height=1 alt="" src="img/c.gif"
      width=1 border=0></TD>
    <TD width=5 rowSpan=2><IMG height=5 src="img/noticelt.gif"
      width=5 border=0></TD>
    <TD class=bg0 width=128><IMG height=1 alt="" src="img/c.gif"
      width=1 border=0></TD>
    <TD class=bg0 width=83><IMG height=1 alt="" src="img/c.gif"
      width=1 border=0></TD>
    <TD width=5 rowSpan=2><IMG height=5 src="img/noticert.gif"
      width=5 border=0></TD></TR>
  <TR>
    <TD class=bg3 width=128><IMG height=4 alt="" src="img/c.gif"
      width=1 border=0></TD>
    <TD class=bg3 width=83><IMG height=4 alt="" src="img/c.gif"
      width=1 border=0></TD></TR></TBODY></TABLE>
<TABLE cellSpacing=0 cellPadding=0 width=280 border=0>
  <TBODY>
  <TR>
    <TD width=7>&nbsp;</TD>
    <TD class=bg0 width=1><IMG height=25 alt=""
      src="img/noticelefthand2.gif" width=1 border=0></TD>
    <TD class=bg3 width=3>&nbsp;</TD>
    <TD class=bg3 align=middle width=268><BR><BR>
      <IMG height=7 hspace=4 src="img/pointred.gif" width=7 border=0>
        <%
          String info = (String)request.getAttribute("info");
          out.println(info);
          String url = (String)request.getAttribute("url");
        %>
      <IMG height=18 src="img/c.gif" width=1 border=0><BR>
      <IMG height=18 src="img/c.gif" width=1 border=0><BR>
        <center><INPUT onclick="javascript:gotoUrl('<%=url%>');" type=image src="img/submit.gif" align="middle" width=55 height=15 border=0></center>
          <IMG height=18 src="img/c.gif" width=1 border=0><BR>
    <TD class=bg0 width=1><IMG height=1 alt="" src="img/c.gif" width=1 border=0></TD></TR></TBODY></TABLE>
<TABLE cellSpacing=0 cellPadding=0 width=280 border=0>
  <TBODY>
  <TR>
    <TD width=7 rowSpan=2><IMG height=1 alt="" src="img/c.gif" width=1 border=0></TD>
    <TD width=5 rowSpan=2><IMG height=5 alt="" src="img/noticelb.gif" width=5 border=0></TD>
    <TD class=bg3 width=263 height=5><IMG height=1 alt="" src="img/c.gif" width=1 border=0></TD>
    <TD width=5 rowSpan=2><IMG height=5 alt="" src="img/noticerb.gif" width=5 border=0></TD></TR>
  <TR>
    <TD class=bg0 width=233 height=1><IMG height=1 alt="" src="img/c.gif" width=1 border=0></TD></TR></TBODY></TABLE>

</CENTER></BODY></HTML>

⌨️ 快捷键说明

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