Project ID:
174187
Project Type:
Fixed
Budget:
$30-$100 USD
Project Description:
have a two page html order form with over 1210 items. page1 has checkboxs only and has javascript to total the number of selections, ie the checkboxes, the user checks and to total the item price for each box checked. page2 is a typical order form with text boxes for Item#, Description, Item Price, Qty and Extended Price.
we are trying to allow the user, with clientside processing thru javascript, to make their selections by merely checking an item and when they submit, we would like server side processing thru php to dynamically produce the order form with the text boxes as read only from the checkbox page1
(we have produced a simple html page2 and have used text boxes for the "trapped" data to be displayed. unfortunately nothing is coming thru.)
then clientside processing with javascript would allow the user to update quantities and calculate extended pricing and so forth
then server side processing with php to validate calculations and actually process the order
our original page1 textboxes look like this ...
Code: ( javascript )
<input type="checkbox" name="C02074" id="C02074" value=1 descrip="size, color, partnumber, weight, etc, @73.60" item="02074" price="73.60" onclick="totalCheckboxes(this);" readonly>
Skills required:
Javascript,
PHP