rudy.siregar Posted March 13, 2008 Share Posted March 13, 2008 Hello all, i need to know how can i get the total value after i filled textfield in input 1 - 4. here the clip of my html source : <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Untitled Document</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body> <form name="form1" method="post" action=""> input 1 : <input type="text" name="input1"> <br/> input 2 : <input type="text" name="input2"> <br/> input 3 : <input type="text" name="input3"> <br/> input 4 : <input type="text" name="input4"> <br/><br/> total : <input type="text" name="total"> <br/> </form> </body> </html> thank you, regards, rudy Link to comment https://forums.phpfreaks.com/topic/95888-can-u-help-me-to-get-total-value/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.