Comment on Tutorial - The Advantages of JSP By aathishankaran



Comment Added by : gendull

Comment Added at : 2007-02-25 21:03:20

Comment on Tutorial : The Advantages of JSP By aathishankaran
help, i want to migrate my system (asp to jsp)
i have source code encrypt.asp ; how i write in jsp code ???
thanks

my encrypt.asp
--------------------------------------
function Encrypt(Plain)
retVal=""
for i=1 to len(Plain)
retVal=retVal+chr(asc(mid(Plain,i,1))+99)
next
encrypt=retVal
end function

function Decrypt(Encrypted)
retVal=""
for i=1 to len(Encrypted)
retVal=retVal+chr(asc(mid(Encrypted,i,1))-99)
next
Decrypt=retVal
end function


View Tutorial



Related Tutorials

Java program to get location meta data from an image

Program using concept of byte long short and int in java

Update contents of a file within a jar file

Tomcat and httpd configured in port 8080 and 80

Java File

Java String

Count number of vowels, consonants and digits in a String in Java

Reverse a number in Java

Student marks calculation program in Java

Handling Fractions in Java

Calculate gross salary in Java

Calculate average sale of the week in Java

Vector in Java - Sample Program

MultiLevel Inheritance sample in Java

Multiple Inheritance sample in Java

Archived Comments

1. i like java but java many program are confused i a
View Tutorial          By: savaliya hardik at 2012-09-11 03:30:10

2. Simple and easy code..........
View Tutorial          By: mandalson at 2011-12-24 06:50:38

3. Yes, you are right. But JSON is more dangerous tha
View Tutorial          By: Nazmun Sadat Khan at 2009-01-29 21:48:26

4. Great!!!!!!!!!!!!!!!!!!!!
View Tutorial          By: Raghbendra Nayak at 2012-03-28 12:54:35

5. good example..easy to understand
View Tutorial          By: aleena at 2010-07-24 21:56:01

6. thank for this script
because i will work

View Tutorial          By: r at 2009-06-27 05:07:31

7. I need JSP Code to send SMS to mobile.
View Tutorial          By: nana at 2010-03-12 22:43:22

8. it should be:
/* --------------- */

View Tutorial          By: Ryba at 2010-05-19 15:45:48

9. its cool, you've cleared me.
View Tutorial          By: zealous at 2013-09-10 17:40:26

10. This site is an Excellent Choice for lerners.Thank
View Tutorial          By: Sravanthi at 2011-06-28 06:20:35