|
-
Jan 30th, 2001, 09:21 AM
#1
Thread Starter
New Member
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...
-
Feb 1st, 2001, 11:24 AM
#2
Member
I have the same question too. Would somebody please answer ?
Rabin
Windows : Visual Basic 6 Enterprise / 3.0 (16-bit)
DOS : QBasic 4.5 , Visual Basic For DOS
Web : HTML , VBScript , PHP (Learning)
-
Feb 1st, 2001, 02:44 PM
#3
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|