create main page

create main page

<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
    pageEncoding="ISO-8859-1"%>
    <%@page import="java.sql.*"%>
<%@page import="java.util.*"%>
<%@ page session="true"%>
<%@page import="java.io.*"%>
<%@page import="java.net.*"%>
<%@page import="javax.servlet.*"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Student Home</title>
</head>
<body>
<p>Welcome Student.. What do you want to do..</p>
<center>
<p><a href="<%=request.getContextPath()%>/jsp/Create.jsp">Create</a> </p>
<p><a href="<%=request.getContextPath()%>/jsp/View.jsp">View </a></p>
<p><a href="<%=request.getContextPath()%>/jsp/Update.jsp">Update </a></p>
<p><a href="<%=request.getContextPath()%>/jsp/Delete.jsp">Delete </a></p>
</center></body>
</html>
View Answers









Related Tutorials/Questions & Answers:
create main page
create main page  <%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <%@page import="java.sql.*"%> <%@page import="java.util.*"%> <%@ page session="true
Easily create JSP page
Easily create JSP page  Hi, How I can easily create JSP page? Where... Pages and its easy to create a simple JSP page. Check the tutorial: How to Create JSP Page? Thanks
Advertisements
create a one web page
create a one web page  create a one web page with stored values in a database
create a folder in jsp page
create a folder in jsp page  i want to create a folder in jsp page And it can be delete aslo
how to create a xml page
how to create a xml page  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <..." > </div> <div id="main">
how to create web page on jsp?
how to create web page on jsp?  how to create web page on jsp
html program to create home page
html program to create home page  html program to create home page
Create HTML page using java
Create HTML page using java   Hi, I need to create an html page to export some information. Currently, by using java, i've exported information to excel. But now, I would like to view it in HTML instead of excel. Is there any
how to create a login page and registration page?
how to create a login page and registration page?  hellow, pls tell me the code for how we can create a login page and registration page and how we can store the info in database.only in advance java as jsp
Create Web Page with jsp
Web Page with jsp       In this example we will show you how to create first web page on tomcat.... For this we will create a simple dynamic JSP page with java.util.Date class (<
How to Create Animated Main Menu Application with Java Swnig Buttons - Java Beginners
How to Create Animated Main Menu Application with Java Swnig Buttons  Hello sir I want to display Main Menu after Log in i have created Log in Form but I want More attractive Animated Main Menu which includes Following
How to Create JSP Page
How to Create JSP Page       In this section we will show you how you can create JSP page and then test... can be used. In this example I will show you how to create a simple JSP page
Create dynamic page through JSP
Create dynamic page through JSP... how to create dynamic page. This code shows one by one record of student from..., application fetch next record from database. Create a database :  Before
May I know how to create a web page?
May I know how to create a web page?  can u suggest me how to start
Create Data Grid in JSP page
Create Data Grid in JSP page       This is detailed code that how to create data grid that shows data from database table in jsp page. In this jsp code given
how to create a jsp page like gmail inbox page
how to create a jsp page like gmail inbox page  in my struts project i need to create a page like gmail inbox page..........how can i create this? help me some one
Main Thread and Child Thread
There are two types of threads in Java Progarm In Java there are Main and Child Threads used in Programming. Main thread is automatically created when program runs. Child Thread gets created by the main thread . Java Main
How to create and use custom error page in jsp
How to create and use custom error page in jsp       This is detailed java code how to create and use custom error page in jsp and display an error message. Before run
How to create simple HTML Login Page?
Simple HTML Login Page- Create a Simple HTML Login page and validate... to create simple login form in HTML. The login form is further validated with JavaScript. You will  learn How to create a simple HTML login page
How to create simple HTML Login Page?
Simple HTML Login Page- Create a Simple HTML Login page and validate... to create simple login form in HTML. The login form is further validated with JavaScript. You will  learn How to create a simple HTML login page
how to pass variable from simple java main class(not servlet) to the jsp page?
how to pass variable from simple java main class(not servlet) to the jsp page?  I have a simple Java class in which I invoke a call to a JSP page... from the simple Java class to the JSP page. How can I do that? Here is my
create login page using data from text file
create login page using data from text file  I want to create login page using data store in textfile(data submit from regiter page to textfile) using jsp and servlet. Thanks
Create a pie chart in jsp page using JFreeChart
Create a pie chart in jsp page using JFreeChart... to create a pie chart in jsp page using JFreeChart. Code given below creates... ApplicationFrame to create a frame and also pass a string value
Create a Pie Chart in jsp Page using JFree Chart
Create a Pie Chart in jsp Page using JFree Chart  Hello Sir I followed ur tutorial on "CREATE A PIE CHART IN JSP PAGE USING JFREE CHART" and it worked fine.now i want a Little change in code .In my project first I have to view
Create area chart in JSP page using JFreeChart
Create area chart in JSP page using JFreeChart... to create a area chart in JSP page using JFreeChart. Code given below creates a area... have extended class ApplicationFrame to create a frame and also pass a string
Create a bar chart in JSP page using JFreeChart
Create a bar chart in JSP page using JFreeChart... to create a bar chart in JSP page using JFreeChart. Code given below creates a bar chart... extended class ApplicationFrame to create a frame and also pass a string value
create
create  how to create an excel file using java
Maven Dependency main >> 1.0.0
You should include the dependency code given in this page to add Maven Dependency of com.cibuddy >> main version1.0.0 in your project
main method
main method  Why is the java main method static
main method
main method  What is the argument type of a program's main() method
main function
main function  Give me the description of public static void main(Strings args
main() method
main() method  Can we define two main() methods having same parameter but with different return type in a program
How to Create Excel Page Using JSP
how to create excel page using jsp       In this program, we are going to create an excel using java .By going through the steps of  this example we can create any
main method
main method  hello, Can I make multiple main methods in the same...; hello No we can not make multiple main with in the same class program fails to compile. Compiler gives error that the main method is already defined
Maven Dependency apacheds-main >> 0.9
You should include the dependency code given in this page to add Maven Dependency of directory >> apacheds-main version0.9 in your project
Maven Dependency apacheds-main >> 0.9.1
You should include the dependency code given in this page to add Maven Dependency of directory >> apacheds-main version0.9.1 in your project
Maven Dependency apacheds-main >> 0.9.2
You should include the dependency code given in this page to add Maven Dependency of directory >> apacheds-main version0.9.2 in your project
Maven Dependency apacheds-main >> 0.9.3
You should include the dependency code given in this page to add Maven Dependency of directory >> apacheds-main version0.9.3 in your project
Maven Dependency main-project >> 1.0.0.1
You should include the dependency code given in this page to add Maven Dependency of com.evasion >> main-project version1.0.0.1 in your project
Maven Dependency main-project >> 1.0.0.2
You should include the dependency code given in this page to add Maven Dependency of com.evasion >> main-project version1.0.0.2 in your project
Maven Dependency main-project >> 1.0.0.3
You should include the dependency code given in this page to add Maven Dependency of com.evasion >> main-project version1.0.0.3 in your project
Maven Dependency main-project >> 1.0.0.4
You should include the dependency code given in this page to add Maven Dependency of com.evasion >> main-project version1.0.0.4 in your project
Maven Dependency main-project >> 1.0.0.5
You should include the dependency code given in this page to add Maven Dependency of com.evasion >> main-project version1.0.0.5 in your project
Maven Dependency main-project >> 1.0.0.6-RC1
You should include the dependency code given in this page to add Maven Dependency of com.evasion >> main-project version1.0.0.6-RC1 in your project
Maven Dependency main-project >> 1.0.0.6-RC2
You should include the dependency code given in this page to add Maven Dependency of com.evasion >> main-project version1.0.0.6-RC2 in your project
Maven Dependency main-project >> 2.0.0.0
You should include the dependency code given in this page to add Maven Dependency of com.evasion >> main-project version2.0.0.0 in your project
Maven Dependency main-project >> 2.0.0.1
You should include the dependency code given in this page to add Maven Dependency of com.evasion >> main-project version2.0.0.1 in your project
Maven Dependency main-project >> 2.0.0.2
You should include the dependency code given in this page to add Maven Dependency of com.evasion >> main-project version2.0.0.2 in your project
Maven Dependency jtransc-main >> 0.3.1
You should include the dependency code given in this page to add Maven Dependency of com.jtransc >> jtransc-main version0.3.1 in your project
Maven Dependency jtransc-main >> 0.3.2
You should include the dependency code given in this page to add Maven Dependency of com.jtransc >> jtransc-main version0.3.2 in your project

Ads