Untitled
unknown
plain_text
a year ago
603 B
3
Indexable
<%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <!DOCTYPE html> <%@ page import="java.sql.*" %> <%@ page import="java.io.*" %> <html> <head> <meta charset="ISO-8859-1"> <title>Insert title here</title> </head> <body bgcolor="#ffffcc"> <font size="+3" color="green"><br> Welcome to Presidency University..!</font> <FORM action="insert.jsp" method="get"></FORM> <TABLE style="background-color: #ECE5B6;" WIDTH="30%" ></TABLE> <TR> <TH width="50%"> Employee NO:</TR> <TD width="50%"><INPUT TYPE="text" NAME="eno"></TD> </body> </html>
Editor is loading...
Leave a Comment