javascript Function
-
Hi, My form contains only Textbox and Button.I have a string variable in cs file and HTML TextField in aspx page. Str I have a value i am placing Request.Querystring().So I need javascript validation like this user Should not Enter the value that String value contains.Pls tell me syntax in javascript. Thanks
-
Hi, My form contains only Textbox and Button.I have a string variable in cs file and HTML TextField in aspx page. Str I have a value i am placing Request.Querystring().So I need javascript validation like this user Should not Enter the value that String value contains.Pls tell me syntax in javascript. Thanks
You would do better to render the value as a variable in javascript. Then your textbox should contain an onblur that checks if it's text equals this variable.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
You would do better to render the value as a variable in javascript. Then your textbox should contain an onblur that checks if it's text equals this variable.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )