Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~927 People Reached
Favorite Forums
Favorite Tags

3 Posted Topics

Member Avatar for Sharaiha

[code]<%@ page contentType="text/html; charset=utf-8" language="java" import="java.sql.*" errorPage="" %> <% import java.io.*; import javax.servlet.*; import javax.servlet.http.*; import java.util.*; public class Validation { public Validation() { System.err.println("nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn"); } } %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Subittion Page</title> </head> <body> Your rquest …

Member Avatar for peter_budo
0
124
Member Avatar for shijunair

[QUOTE=peter_budo;653222]You misunderstand the idea of JSP-servlet relation. Bellow is something you should do ([I]I did not compile it so it may not be 100% correct[/I]) Simple html login screen [code=html] <html> <head> <title>Ask for Names Example</titls> </head> <body bgcolor="LightSkyBlue"> <h3 align="center">Login event with use of the POST method</h3> <form action="LoginEvent" …

Member Avatar for Sharaiha
0
684
Member Avatar for Sharaiha

hi i need help with a web page i am making the index page is a common subscription form for students you enter name email and student number, the page validates them then send them to a JSP page. the problem is i am not good at all with JSP …

Member Avatar for peter_budo
0
119

The End.