var _upsold_product_color3013241B = []; _upsold_product_color3013241B[0] = {'id' : '99', 'name' : '-'}; var _upsold_product_size3013241B = []; _upsold_product_size3013241B[99] = []; _upsold_product_size3013241B[99][0] = {'id' : '84', 'name' : '高さ9.5cm×直径8cm'}; /* * バナー用プルダウンの初期化 */ function _upsoldInitColorSize3013241B() { var location = '3013241B'; var objName = 'upsold_product_item_color_id_' + location; var obj = document.getElementById(objName); for(i = 0; i < _upsold_product_color3013241B.length; i++) { var opt = document.createElement('OPTION'); obj.options.add(opt); opt.value = _upsold_product_color3013241B[i]['id']; if (IsGecko()) { opt.textContent = _upsold_product_color3013241B[i]['name']; } else { opt.innerText = _upsold_product_color3013241B[i]['name']; } } _upsoldChangeColor3013241B(location); } /* * 色のプルダウンの初期表示 */ function _upsoldChangeColor3013241B(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_size3013241B[item_color_id].length; i++) { var opt = document.createElement('OPTION'); item_obj.options.add(opt); opt.value = _upsold_product_size3013241B[item_color_id][i]['id']; if (IsGecko()) { opt.textContent = _upsold_product_size3013241B[item_color_id][i]['name']; } else { opt.innerText = _upsold_product_size3013241B[item_color_id][i]['name']; } } } } /* * Gecko ? */ function IsGecko() { if(navigator){ if(navigator.userAgent){ if(navigator.userAgent.indexOf('Gecko/') != -1){ return true; } } } return false; } _upsoldInitColorSize3013241B();