var _upsold_product_color3013244B = []; _upsold_product_color3013244B[0] = {'id' : '71', 'name' : '-'}; var _upsold_product_size3013244B = []; _upsold_product_size3013244B[71] = []; _upsold_product_size3013244B[71][0] = {'id' : '274', 'name' : '縦11.5cm×横8.5cm'}; /* * バナー用プルダウンの初期化 */ function _upsoldInitColorSize3013244B() { var location = '3013244B'; var objName = 'upsold_product_item_color_id_' + location; var obj = document.getElementById(objName); for(i = 0; i < _upsold_product_color3013244B.length; i++) { var opt = document.createElement('OPTION'); obj.options.add(opt); opt.value = _upsold_product_color3013244B[i]['id']; if (IsGecko()) { opt.textContent = _upsold_product_color3013244B[i]['name']; } else { opt.innerText = _upsold_product_color3013244B[i]['name']; } } _upsoldChangeColor3013244B(location); } /* * 色のプルダウンの初期表示 */ function _upsoldChangeColor3013244B(location) { var objName = 'upsold_product_item_color_id_' + location; var obj = document.getElementById(objName); var item_color_id = obj.options[obj.selectedIndex].value; objName = 'upsold_product_item_size_id_' + location; var item_obj = document.getElementById(objName); // item_size_idのクリア var n = item_obj.length for(i = 0; i < n; i++) { item_obj.remove(item_obj.options[i]); } if(item_color_id > 0) { for(i = 0; i < _upsold_product_size3013244B[item_color_id].length; i++) { var opt = document.createElement('OPTION'); item_obj.options.add(opt); opt.value = _upsold_product_size3013244B[item_color_id][i]['id']; if (IsGecko()) { opt.textContent = _upsold_product_size3013244B[item_color_id][i]['name']; } else { opt.innerText = _upsold_product_size3013244B[item_color_id][i]['name']; } } } } /* * Gecko ? */ function IsGecko() { if(navigator){ if(navigator.userAgent){ if(navigator.userAgent.indexOf('Gecko/') != -1){ return true; } } } return false; } _upsoldInitColorSize3013244B();