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

📄 maths.jsp

📁 pebble-blog 博客源码博客源码博客源码
💻 JSP
字号:
<div class="contentItem">

  <h1><fmt:message key="confirmation.confirm" /></h1>
  <h2>&nbsp;</h2>

  <div class="contentItemBody">
    <form name="confirmationForm" action="${confirmationAction}" method="post" accept-charset="${blog.characterEncoding}">

      <p>
        <fmt:message key="confirmation.simpleMathsMessage" />
      </p>

      <table width="99%">

        <tr>
          <td>${SimpleMathsConfirmationStrategyArg1} ${SimpleMathsConfirmationStrategyOperator} ${SimpleMathsConfirmationStrategyArg2} = <input type="text" name="answer" size="4" /></td>
        </tr>

        <tr>
          <td align="right">
            <input name="submit" type="submit" value="<fmt:message key='confirmation.confirm' />" />
          </td>
        </tr>

      </table>
    </form>
  </div>

</div>

<script type="text/javascript">
window.onload = function()
{
  document.confirmationForm.answer.focus();
}
</script>

⌨️ 快捷键说明

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