function loadCombo(c, a, f, g, b, d) { var e = document.frmQuickLink; if (typeof e.id_attribute_equipment != "undefined") { a = "task=" + a + "&id=" + c + "&selected_value=" + d + "&combo_name=" + e.id_attribute_equipment.name; new Ajax.Updater(f, "includes/ajax_quick_link.php", { method: "post", parameters: a }) } if (typeof e.id_attribute_product != "undefined") { a = "task=" + g + "&id=" + c + "&selected_value=" + d + "&combo_name=" + e.id_attribute_product.name; new Ajax.Updater(b, "includes/ajax_quick_link.php", { method: "post", parameters: a }) } }
function loadComboProduct(c, a, f, g) { var b = document.frmQuickLink, d = b.id_attribute_application.value; typeof b.id_attribute_product != "undefined" && new Ajax.Updater(f, "includes/ajax_quick_link.php", { method: "post", parameters: "task=" + a + "&id=" + c + "&selected_value=" + g + "&combo_name=" + b.id_attribute_product.name + "&application_id=" + d }) };