hi
can someone give me code for implementing T9 dictionary input mode ?
am new to java
User Profile
Collapse
-
yup .....the client side validation for password is not working...it works if i take away the ajax code -
basically i made all the changes you suggested.... i tried using the client side validation and ajax validation for the first field in the same function..both are working fine...but if i introduce another function which does client side validation for second field its not taking place.....Leave a comment:
-
-
ya mozilla shows no error....the error in ie is showing an line no which is not a part of the js..it belongs to a code in form tag in jspLeave a comment:
-
am talkin abt the error that is shown at the bottom most corner of the page to the left of the status bar in the browser..... it just shows page loaded with error and the alert symbol...no other indication..... my server is not throwing up any exception or anything in the server log...Leave a comment:
-
the page is loading with a script error.. IE show the message that the page loaded with error... mozilla is showing no errors.... ajax is working alone fine anyway..
also everytime i change the focus from the textbox under question the" page has error" is intimated in the IE... so am not sure whether its a problem because of the ajax or the js .....
i tried including the client side js functions which...Leave a comment:
-
nope !! i tried it!!no diff wotsoever......
pls help me out...i am stuck up with this for more than a day... iam having no bright ideas with my meagre knowledge of ajax and js.....
thanks for the effort though!!Leave a comment:
-
this is the jsp page i tried
...Code:<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <style type="text/css"> .bp_invalid { color:white; background:red; } .bp_valid { color:green; } </style> <script type="text/javascript">Leave a comment:
-
ajax and js not working together!!
hi,
am very new to ajax and js . i tried using ajax for server validation in my jsp. i also used js for client side validation
i have my js script for client side validation in a seperate file. i embedded the ajax code in the jsp itself.
the client side validation and the ajax code are working when i use them seperately.
but when i try to use them both , the client side validation is not taking...
No activity results to display
Show More
Leave a comment: