|
なんと高さが27センチ! 20) {
alert('ニックネームは全角10字以内でご入力ください');
document.re_form.review_name.focus();
return;
}
if(document.re_form.content.value.length==0){
alert('内容を入力して下さい');
document.re_form.content.focus();
return;
} else if (charcount(document.re_form.content.value) > 4000) {
alert('内容は全角2000字以内でご入力ください');
document.re_form.content.focus();
return;
}
document.re_form.submit();
}
function pagemove(temp) {
location.href = '/shop/shopdetail.html?brandcode=001005000016&category_url=001/005/X&page=&sort=order&reviewpage=' + temp + '#review';
}
function reviewnotice(temp) {
window.open("/shop/reviewview.html?brandcode=001005000016&date="+temp,"","width=450,height=400,scrollbars=yes");
}
|
|
 |
|
|
|
|