상품문의를 ajax 방식으로 변경

This commit is contained in:
chicpro
2013-06-17 18:34:10 +09:00
parent 69e7afa0b0
commit 6520da514a
11 changed files with 657 additions and 229 deletions

View File

@ -884,8 +884,8 @@ function alert_opener($msg='', $url='')
if (!$msg) $msg = '올바른 방법으로 이용해 주십시오.';
echo "<meta http-equiv=\"content-type\" content=\"text/html; charset={$g4['charset']}\">";
echo "<script type='text/javascript'>";
echo "<meta http-equiv=\"content-type\" content=\"text/html; charset=utf-8\">";
echo "<script>";
echo "alert(\"$msg\");";
echo "opener.location.href=\"$url\";";
echo "self.close();";