Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
2 Commented Posts
0 Endorsements
Ranked #55.0K
~699 People Reached
Favorite Tags

3 Posted Topics

Member Avatar for TheQuad

[QUOTE]You try to retrieve the values from the html first and then supply them to the query string and then check whether the email matches with the password or not.Try replacing it as below.............[/QUOTE] [CODE]<%@page import="java.sql.*"%> <%@page contentType="text/html"%> <% String loginMessage = ""; String un = ""; String pw = …

Member Avatar for jaikiran_cool
0
290
Member Avatar for simplyhuman

Yes there is a sample method of clearing cache memory through jsp pages it prevents the pages from caching [CODE] <% response.setHeader("Cache-Control","no-store"); response.setHeader("Pragma","no-cache"); response.setDateHeader ("Expires", 0); %> [/CODE] dis worked for me fine to clear the cache

Member Avatar for masijade
0
96
Member Avatar for akaicewolf

As you open a new window for the user to enter the username and password you can close that window using self.close() function in javascript by assigning it to the cancel button.So when the user clicks on the cancel button the window gets closed [CODE]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 …

Member Avatar for hfx642
0
313

The End.