PDA

Click to See Complete Forum and Search --> : Java + Html


debu
Jan 30th, 2001, 08:21 AM
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...

rv2k
Feb 1st, 2001, 10:24 AM
I have the same question too. Would somebody please answer ?

Feb 1st, 2001, 01:44 PM
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.