function add2cart(PN, size, weight, price){ document.codeform.id.value = PN; document.codeform.weight.value = weight; document.codeform.price.value = price; var infotext = " Size: "+size+" inch
"+ " Connection Type: ANSI 150# Flange
"+ " Body, Bonnet, Gate Material: A 216-WCB Carbon Steel
"+ " Trim Material: API Trim 8
"+ " Actuator: Manual Hand Wheel
" ; document.codeform.info.value = infotext; document.codeform.submit('add'); }