Merge branch 'g5'
This commit is contained in:
@ -409,7 +409,7 @@ var win_zip = function(frm_name, frm_zip1, frm_zip2, frm_addr1, frm_addr2, frm_a
|
|||||||
* sms5 창
|
* sms5 창
|
||||||
**/
|
**/
|
||||||
var win_sms5 = function(href) {
|
var win_sms5 = function(href) {
|
||||||
var new_win = window.open(href, 'win_zip', 'width=474, height=560, scrollbars=1');
|
var new_win = window.open(href, 'win_sms5', 'width=474, height=560, scrollbars=1');
|
||||||
new_win.focus();
|
new_win.focus();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
<?
|
<?php
|
||||||
include_once("./_common.php");
|
include_once("./_common.php");
|
||||||
|
|
||||||
if (!$write)
|
if (!$write)
|
||||||
|
|||||||
Reference in New Issue
Block a user