Hi... I am having problems with the output of the code below... it's supposed to generate a pop up error message when a user did not input an answer in a particular form... the problem is that if you notice there is a letter "\n" at the end... it's supposed to bring down the next line down... it's not doing that... can someone tell me what's wrong. thanks.
alert("Input Error(s)\n" + rep_firmErr + contact_personErr + dateErr + telnumErr + faxnumErr + emaddErr + company_nameErr + company_addErr + dept_numErr + cityErr + stateErr + zipErr + company_telnumErr + company_faxnumErr + buyerErr + company_directnumErr + company_emaddErr + direct_numErr + accounting_emaddErr + notesErr + affiliationErr + termsErr + promo_periodErr + type_promotionErr + adcommitmentErr + participationErr + commitment_typeErr + date_dueErr + handlingErr + credit_limitErr + date_approvedErr + account_classErr + account_alphanumErr + commission_rateErr);