You can easily get textbox or form elements value using javascript. You can use one of the the following method to get the textbox value
- document.getElementById
- document.getElmentsByTagName
- document.getElementsByName
- document.getElementsByClassName
- document.reg_frm.fname //where reg_frm is your form name; fname is your textbox name
Example:
<!DOCTYPE html> <html> <body> <form name="reg_frm"> First Name: <input type="text" name="fname" class="myclass" id="myText" value="CODEFORBEGINNER"> <p>Click the button to display the value of the value attribute of the text field.</p> <button onclick="myFunction()">Try it</button> <p id="demo"></p> </form> <script> function myFunction() { //use any one method to get output var x = document.getElementById("myText").value; var x = document.getElementsByName("fname")[0].value; var x = document.getElementsByTagName("input")[0].value; var x = document.getElementsByClassName("myclass")[0].value; var x = document.reg_frm.fname.value; document.getElementById("demo").innerHTML = x; } </script> </body> </html>
Tedibar Ceramax Bathing Bar -75g x 3 | Pack of 3 | Enriched with Ceramides & Vitamin E | 100% Soap Free | Skin friendly pH | By Torrent Pharma
₹625.00 (as of September 17, 2025 07:55 GMT +05:30 - More infoProduct prices and availability are accurate as of the date/time indicated and are subject to change. Any price and availability information displayed on [relevant Amazon Site(s), as applicable] at the time of purchase will apply to the purchase of this product.)ZURATO Baby Diaper Disposable Bags with Dispenser, Waste Bags, Convenient and Quick Diaper Disposal, Unscented Leak & Odors Proof Diaper Trash Bags for Newborn Diapers (2 Roll + 1 Case)
₹229.00 (as of September 17, 2025 07:55 GMT +05:30 - More infoProduct prices and availability are accurate as of the date/time indicated and are subject to change. Any price and availability information displayed on [relevant Amazon Site(s), as applicable] at the time of purchase will apply to the purchase of this product.)Evadely Automatic Breast Pump Electrical, 4 Modes Breast Pump, 9 Levels, Breastfeeding Pump, Silicone Milk Extractor, Rechargeable Portable Breastfeeding Pump for Mother and Baby (Multi Colour)
Now retrieving the price.
(as of September 17, 2025 07:55 GMT +05:30 - More infoProduct prices and availability are accurate as of the date/time indicated and are subject to change. Any price and availability information displayed on [relevant Amazon Site(s), as applicable] at the time of purchase will apply to the purchase of this product.)