Hi,

It depends on what EVENT you want that text to be read, like  onBlur,
onSubmit etc.  Call a function on any of the events.  The function should
have the code
"  var name     = document.Form.TEXT.value    "

to get the value
where FORM is the name of the form encompassing the input box.  TEXT is the
name of the input textfield or anything.
This returns the value of the input box.


--------------------------------------------
Sivakumar S

PharmQuest.com Inc.
West Valley Executive Park
4030 Moorpark Ave, Suite 220
San Jose, CA 95117
Phone: (408) 984-3400 Ext. 18
Email:  [EMAIL PROTECTED]
--------------------------------------------








-----Original Message-----
From: Divya M A [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 03, 2000 4:11 PM
To: [EMAIL PROTECTED]
Subject: A javascript question.....please help


   I have an input box in a form with the name having a dot in it,;i.e; a
name like "abc.txt". I want to read the value of this input box in a
javascript function. How do I do it?
Thanx in advance,
Divya.

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to