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
~1K People Reached
Favorite Forums
Favorite Tags
jsp x 3
Member Avatar for taranpreet

i want to apply validations in my registration forms for new users.here is the code of the form created.[CODE] <table cellpadding="3" cellspacing="7"> <form action="#" method ="post" id="f1"> <tr> <td>Name</td> <td><input type ="text" name ="named"></td> </tr> <tr> <td>Username</td> <td><input type ="text" name="usrnmd" value="Enter your email"/></td> </tr> <tr> <td>Password</td> <td><input type="password" name="pwdd"/></td> …

Member Avatar for syrellNardo
0
1K
Member Avatar for taranpreet

i am making a chat server in jsp. i want to insert the message entered by a user in a table but i don't want to use any button to enter the message. can anyone suggest me a method to insert the message in the table when the user writes …

Member Avatar for peter_budo
0
45