/*function formSubmit(type) { document.level_of_service.type_posting.value = type; document.level_of_service.method = "post"; document.level_of_service.action = "company_info.html"; document.level_of_service.submit(); } function formSubmit(type) { if (type == "CareerLearning") { document.level_of_service.type_posting.value = type; document.level_of_service.method = "post"; document.level_of_service.action = "company_info.html"; document.level_of_service.submit(); } else { document.level_of_service.type_posting.value = type; document.level_of_service.method = "post"; document.level_of_service.action = "paj_package_selection.html"; document.level_of_service.submit(); } } */ /*function formSubmit(price,postings){ if(pckg_type == "SJP"){ document.paj_package.total_postings.value = postings; document.paj_package.total_price.value = price; document.paj_package.submit(); } else if(pckg_type == "NI3"){ document.paj_package.total_postings.value = 3; document.paj_package.total_price.value = 630; document.paj_package.submit(); } else if(pckg_type == "SJ5"){ document.paj_package.total_postings.value = 5; document.paj_package.total_price.value = 1000; document.paj_package.submit(); } }*/ function formSubmit(pkg_type,price,postings,lead_source){ document.paj_package.package_type.value = pkg_type; document.paj_package.total_postings.value = postings; document.paj_package.total_price.value = price; document.paj_package.lead_source_url.value = lead_source; document.paj_package.submit(); }