Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
1
0 Endorsements
~617 People Reached
Favorite Forums
Favorite Tags
Member Avatar for Pranesh_Ashrit

Dear Forum Readers, I have three frame in a page i.e. topFrame, leftFrame and bottomFrame. i have some links in the left frame, and whenever the user clicks on these links, it will be redirected to bottomFrame. The problem what i am facing is, whenever the user clicks refresh button, …

Member Avatar for Phaelax
0
77
Member Avatar for Pranesh_Ashrit

I want to create a file in one of the application folder of tomcat. For.eg Assume that i have a web-app named Test, in that i want to create a file called as report which is generated based on some condition using jsp. If i give a file path as …

0
75
Member Avatar for Pranesh_Ashrit

Dear All, I have a web-application where there are two modes of operation i.e. User and Admin. I have pages index.html, user.jsp, admin.jsp in my jsp folder. The problem is the User can go to the browser and type the admin.jsp in the url and gets the admin page. I …

Member Avatar for javaAddict
0
105
Member Avatar for Pranesh_Ashrit

I have used crypto class of javax to encrypt and decrypt the string. It works fine for few cases but for few it returns null. I am not getting the exact reason for this. kindly guide me. Here is my code[CODE]public String decrypt(String str) { try { // Decode base64 …

Member Avatar for masijade
-1
82
Member Avatar for Pranesh_Ashrit

Dear Users, I have used SHA1 encryption method to encrypt password and stored in login table as a blob field. Now, to authenticate the password, i need to decrypt it. I am not able to decrypt. Please help me to decrypt password

Member Avatar for nav33n
0
86
Member Avatar for Pranesh_Ashrit

I have written a code to search a file in a given directory. This runs fine on console. But the same code when i run in jsp does not work as expected. [code=Java] if(target != null && target.isDirectory()) { for(File f:target.listFiles()) { if(f.isFile()) { p = Pattern.compile(fileName); m = p.matcher(f.getName()); …

0
64
Member Avatar for Pranesh_Ashrit

How to trigger onChange event if the same option value is selected from the dropdown list. Presently, only the same value is chosen by selecting different option value and then the same value. Is there any overloading possible for onChange function Thanks in Advance

Member Avatar for peter_budo
0
58
Member Avatar for Pranesh_Ashrit

I have three dropdown list. Each has "Select" as the first option. The user shall choose atleast one option from atleast one dropdown list. if not an alert has to shown. How to accomplish this?

Member Avatar for peter_budo
0
70