Products

cPCI Power Supplies
Clickable Product Container `; popup.document.write(singleHTML); popup.document.close(); } function openComparisonPopup1() { let selectedProducts = document.querySelectorAll('.product1-checkbox:checked'); if (selectedProducts.length < 2) { alert("Please select at least two products to compare."); return; } /* if (selectedProducts.length > 100) { alert("Please select less than five products to compare."); return; } */ // ✅ 올바른 문법으로 `window.open()` 호출 let popup = window.open("", "ComparisonPopup", "width=" + screen.width + ",height=" + screen.height + ",top=0,left=0,scrollbars=yes,resizable=yes"); // ✅ 팝업이 차단되었는지 확인 if (!popup) { alert("Popup was blocked! Please allow popups for this site."); return; } popup.moveTo(0, 0); popup.resizeTo(screen.width, screen.height); // ✅ 창을 최대 크기로 조정 popup.document.open(); // ✅ 제품 특성 목록 (첫 번째 열) let attributes = [ "Image", "Size", "Power", "Input", "Cooling", "Operating Temperature" ]; let productHeaders = ""; // ✅ 제품명을 담을 헤더 행 let rows = {}; // ✅ 속성별 데이터 행 저장용 (속성명 + 제품 데이터) attributes.forEach((attr, index) => { let attrClass = index % 5 === 0 ? "tg-5y66" : "tg-3dbf"; // 5번째마다 강조 색상 rows[attr] = `${attr}`; // 속성명 먼저 추가 }); selectedProducts.forEach((checkbox, index) => { let wrapper = checkbox.closest('.product-wrapper'); let table = wrapper.querySelector('#data-table table'); let productName = table.querySelector("thead tr th")?.innerText || `Product ${index + 1}`; productHeaders += `${productName}`; let productRows = table.querySelectorAll("tbody tr"); productRows.forEach((row, i) => { let cellData = row.querySelector("td")?.innerHTML || "-"; rows[attributes[i]] += `${cellData}`; }); }); // ✅ 속성 행 닫기 Object.keys(rows).forEach(attr => { rows[attr] += ``; }); // ✅ 최종 테이블 구조 let comparisonTable = `
${productHeaders} ${Object.values(rows).join("")}
Model Name
`; // ✅ 팝업 HTML 구조 생성 let comparisonHTML = ` Product Comparison

Products Comparison

${comparisonTable}
OSZAR »
`; popup.document.write(comparisonHTML); popup.document.close(); } function checkAllboxes1() { let checkboxes = document.querySelectorAll('.product1-checkbox'); checkboxes.forEach(checkbox => { checkbox.checked = true; // 모든 체크박스 체크 }); } function clearCheckboxes1() { let checkboxes = document.querySelectorAll('.product1-checkbox'); checkboxes.forEach(checkbox => { checkbox.checked = false; // 체크박스 해제 }); }

D575.00361

3U / 8HP / 300W

OSZAR »

D575.00251

3U / 8HP / 250W

OSZAR »

D575.00200

6U / 8HP / 500W

OSZAR »

D575.00410

6U / 8HP / 350W

OSZAR »

If you are looking for any other options, please contact us.

If you are looking for any other options,
please contact us.

위로 스크롤
OSZAR »