Results 1 to 3 of 3

Thread: Java + Html

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2000
    Location
    india
    Posts
    13

    Arrow

    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...

  2. #2
    Member
    Join Date
    Aug 2000
    Location
    Chennai , India
    Posts
    44

    Question

    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)

  3. #3
    Guest
    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
  •  



Click Here to Expand Forum to Full Width