html - Javascript that validates user entries and then displays any error via pop up box for option forms? -
im having difficult time trying create javascript file validate sample form options , quantities. im trying when person fills out form , theres error, want pop why. if good, typical display summary of items ordered, numbers of each item, cost of each item , total cost. so in short, if customer orders something, want display show ordered , how total tax. <!doctype html public "-//w3c//dtd xhtml 1.1//en" "http://www.w3.org/tr/xhtml11/dtd/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>products & services</title> </head> <body> <h1>pc products</h1> <form action="" name="products" method="post"> <table summary="feedback"> <tr> <td>processors: <select name="product1"> <option>select device</option> <option...