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

📄 addairports_jsp.java

📁 This is a project used to find a corresondin location from place
💻 JAVA
📖 第 1 页 / 共 2 页
字号:
      out.write("              <td height=\"22\" class=\"landingheader\"><div align=\"right\" class=\"style32\">Specialities: </div></td>\r\n");
      out.write("              <td>&nbsp;</td>\r\n");
      out.write("              <td><p>\r\n");
      out.write("                  <textarea name=\"specialities\" cols=\"50\" rows=\"5\" id=\"specialities\"></textarea>\r\n");
      out.write("                </p>\r\n");
      out.write("                  <p>&nbsp;</p></td>\r\n");
      out.write("            </tr>\r\n");
      out.write("            <tr>\r\n");
      out.write("              <td height=\"22\" colspan=\"3\" class=\"headingbggray\">Address Details </td>\r\n");
      out.write("            </tr>\r\n");
      out.write("            <tr>\r\n");
      out.write("              <td height=\"22\" class=\"landingheader\">&nbsp;</td>\r\n");
      out.write("              <td>&nbsp;</td>\r\n");
      out.write("              <td>&nbsp;</td>\r\n");
      out.write("            </tr>\r\n");
      out.write("            <tr>\r\n");
      out.write("              <td height=\"26\" class=\"landingheader\"><div align=\"right\"><span class=\"style32\"><span class=\"style5\">*</span>Address : </span></div></td>\r\n");
      out.write("              <td>&nbsp;</td>\r\n");
      out.write("              <td width=\"294\"><textarea name=\"address\" cols=\"50\" rows=\"5\" id=\"address\"></textarea></td>\r\n");
      out.write("            </tr>\r\n");
      out.write("            <tr>\r\n");
      out.write("              <td class=\"landingheader\">&nbsp;</td>\r\n");
      out.write("              <td>&nbsp;</td>\r\n");
      out.write("              <td>&nbsp;</td>\r\n");
      out.write("            </tr>\r\n");
      out.write("            <tr>\r\n");
      out.write("              <td class=\"landingheader\"><div align=\"right\" class=\"style32\"><span class=\"style5\">*</span>Country :</div></td>\r\n");
      out.write("              <td>&nbsp;</td>\r\n");
      out.write("              <td><select name=\"country\" id=\"country\">\r\n");
      out.write("                  <option value=\"-1\">-- Select Country --</option>\r\n");
      out.write("                  <option>India</option>\r\n");
      out.write("                  <option>United States</option>\r\n");
      out.write("                  <option>United Kingdom</option>\r\n");
      out.write("                  <option>Switzerland</option>\r\n");
      out.write("                  <option>Spain</option>\r\n");
      out.write("              </select></td>\r\n");
      out.write("            </tr>\r\n");
      out.write("            <tr>\r\n");
      out.write("              <td class=\"landingheader\"><div align=\"right\" class=\"style32\"><span class=\"style5\">*</span>State :</div></td>\r\n");
      out.write("              <td>&nbsp;</td>\r\n");
      out.write("              <td><select name=\"state\" id=\"state\">\r\n");
      out.write("                  <option value=\"-1\">-- Select State --</option>\r\n");
      out.write("                  <option>Kerala</option>\r\n");
      out.write("                  <option>Tamil Nadu</option>\r\n");
      out.write("                  <option>Karnataka</option>\r\n");
      out.write("                  <option>Assam</option>\r\n");
      out.write("                  <option>Meghalaya</option>\r\n");
      out.write("                  <option>Manipur</option>\r\n");
      out.write("                  <option>Sikkim</option>\r\n");
      out.write("                  <option>West Bengal</option>\r\n");
      out.write("                  <option>Nagaland</option>\r\n");
      out.write("                  <option>Uttar Pradesh</option>\r\n");
      out.write("                  <option>Jammu &amp; Kashmir</option>\r\n");
      out.write("                  <option>Rajastan</option>\r\n");
      out.write("                  <option>Uttaranchal</option>\r\n");
      out.write("              </select></td>\r\n");
      out.write("            </tr>\r\n");
      out.write("            <tr>\r\n");
      out.write("              <td class=\"landingheader\"><div align=\"right\" class=\"style32\"><span class=\"style5\">*</span>City :</div></td>\r\n");
      out.write("              <td>&nbsp;</td>\r\n");
      out.write("              <td><select name=\"city\" id=\"city\">\r\n");
      out.write("                  <option value=\"-1\">-- Select City --</option>\r\n");
      out.write("                  <option>Kottaym</option>\r\n");
      out.write("                  <option>Trivandrum</option>\r\n");
      out.write("                  <option>Trissur</option>\r\n");
      out.write("                  <option>Ernakulam</option>\r\n");
      out.write("              </select></td>\r\n");
      out.write("            </tr>\r\n");
      out.write("            <tr>\r\n");
      out.write("              <td class=\"landingheader\"><div align=\"right\" class=\"style32\"><span class=\"style5\">*</span>Zip Code : </div></td>\r\n");
      out.write("              <td>&nbsp;</td>\r\n");
      out.write("              <td><input name=\"zipCode\" type=\"text\" id=\"zipCode\" size=\"25\" maxlength=\"10\" /></td>\r\n");
      out.write("            </tr>\r\n");
      out.write("            <tr>\r\n");
      out.write("              <td class=\"landingheader\"><div align=\"right\" class=\"style32\">Email id : </div></td>\r\n");
      out.write("              <td>&nbsp;</td>\r\n");
      out.write("              <td><input name=\"emailId\" type=\"text\" id=\"emailId\" size=\"25\" maxlength=\"25\" /></td>\r\n");
      out.write("            </tr>\r\n");
      out.write("            <tr>\r\n");
      out.write("              <td class=\"landingheader\"><div align=\"right\" class=\"style32\">Contact No :</div></td>\r\n");
      out.write("              <td>&nbsp;</td>\r\n");
      out.write("              <td><input name=\"contactNo\" type=\"text\" id=\"contactNo\" size=\"25\" maxlength=\"20\" /></td>\r\n");
      out.write("            </tr>\r\n");
      out.write("            <tr>\r\n");
      out.write("              <td class=\"landingheader\"><div align=\"right\" class=\"style32\">Latitude:</div></td>\r\n");
      out.write("              <td>&nbsp;</td>\r\n");
      out.write("              <td><input name=\"latitude\" type=\"text\" id=\"latitude\" size=\"25\" maxlength=\"20\" /></td>\r\n");
      out.write("            </tr>\r\n");
      out.write("            <tr>\r\n");
      out.write("              <td class=\"landingheader\"><div align=\"right\" class=\"style32\">Longitude:</div></td>\r\n");
      out.write("              <td>&nbsp;</td>\r\n");
      out.write("              <td><input name=\"longitude\" type=\"text\" id=\"longitude\" size=\"25\" maxlength=\"20\" /></td>\r\n");
      out.write("            </tr>\r\n");
      out.write("            <tr>\r\n");
      out.write("              <td height=\"76\" class=\"landingheader\"><div align=\"right\">\r\n");
      out.write("                  <input type=\"submit\" name=\"Submit\" value=\"Submit\" />\r\n");
      out.write("              </div></td>\r\n");
      out.write("              <td>&nbsp;</td>\r\n");
      out.write("              <td><input name=\"reset\" type=\"reset\" id=\"reset\" value=\"Reset\" /></td>\r\n");
      out.write("            </tr>\r\n");
      out.write("          </table>\r\n");
      out.write("      </form></td>\r\n");
      out.write("      <td>&nbsp;</td>\r\n");
      out.write("    </tr>\r\n");
      out.write("    <tr>\r\n");
      out.write("      <td>&nbsp;</td>\r\n");
      out.write("      <td>&nbsp;</td>\r\n");
      out.write("    </tr>\r\n");
      out.write("    <tr>\r\n");
      out.write("      <td>&nbsp;</td>\r\n");
      out.write("      <td>&nbsp;</td>\r\n");
      out.write("    </tr>\r\n");
      out.write("    <tr>\r\n");
      out.write("      <td height=\"78\">&nbsp;</td>\r\n");
      out.write("      <td>&nbsp;</td>\r\n");
      out.write("    </tr>\r\n");
      out.write("  </table>\r\n");
      out.write("  <p class=\"style34\"><u><a href=\"adminhome.jsp\"><u>Back to admin home</u></a></u> </p>\r\n");
      out.write("  <p>&nbsp;</p>\r\n");
      out.write("  <div id=\"footer\">\r\n");
      out.write("    <div class=\"l\">\r\n");
      out.write("      <div class=\"r\">\r\n");
      out.write("        <div align=\"center\"></div>\r\n");
      out.write("        <div id=\"foot-nav\">\r\n");
      out.write("          <div class=\"l\">\r\n");
      out.write("            <div class=\"r\">\r\n");
      out.write("              <div align=\"center\"><a href=\"index.jsp\">HOME &nbsp;</a>|&nbsp; <a href=\"service.jsp\">SERVICES</a> &nbsp;|&nbsp; <a href=\"contactus.jsp\">CONTACT US</a> </div>\r\n");
      out.write("            </div>\r\n");
      out.write("          </div>\r\n");
      out.write("        </div>\r\n");
      out.write("        <div align=\"center\">\r\n");
      out.write("          <!-- end foot-nav -->\r\n");
      out.write("        </div>\r\n");
      out.write("        <p align=\"center\">Powered by <a href=\"http://www.freewebsitetemplates.com\">Free Website Templates</a></p>\r\n");
      out.write("      </div>\r\n");
      out.write("    </div>\r\n");
      out.write("  </div>\r\n");
      out.write("  </div>\r\n");
      out.write("<!-- end body -->\r\n");
      out.write("    </div><!-- end wrapper-i -->\r\n");
      out.write("  </div><!-- end wrapper -->\r\n");
      out.write("</body>\r\n");
      out.write("</html>\r\n");
    } catch (Throwable t) {
      if (!(t instanceof SkipPageException)){
        out = _jspx_out;
        if (out != null && out.getBufferSize() != 0)
          out.clearBuffer();
        if (_jspx_page_context != null) _jspx_page_context.handlePageException(t);
      }
    } finally {
      _jspxFactory.releasePageContext(_jspx_page_context);
    }
  }
}

⌨️ 快捷键说明

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