-
I have attached textBox in a HTML page with the help of HTML.(Like input type).Now i want to validate the textbox with the help of java.And also store the values what ever is entered in the textbox in a variable which is declared in java.
is it possible to do??
if yes please send me some code by which i can implement the same..
Please help me...
-
I have the same question too. Would somebody please answer ?
-
I believe the closer link would be to Javascript. You might try that forum to find out the objects that a web page exposes. I know you can name some tags in html, so I think you would reference it through its "name=theName" parameter. Maybe something like document.theName
Depending on if you didn't mind exposing your validation code, you might use Javascript, JSP, Servlets, or Applets.
It really depends on your "business" need.