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
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
Ranked #107.55K
~182 People Reached
Favorite Forums
Favorite Tags
java x 1

1 Posted Topic

Member Avatar for topaz

[code]<html> <head> <title>Pwd validation using js</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <script language="javascript"> function validatePwd() { var pw1 = document.getElementById("Npass").value; var pw2 = document.getElementById("Cpass").value; if (pw1 ==null || pw2 ==null || pw1 == '' || pw2 =='' ) { alert('The Pwd field is balank or user not confirmed the pwd'); document.form1.Npass.value='' …

Member Avatar for stultuske
0
182

The End.