0% found this document useful (0 votes)
67 views15 pages

Index

The document appears to be instructions for setting up payment parameters in Korean. It includes a form for inputting customer, order, and payment details. It also includes JavaScript functions to validate the form values and show/hide fields depending on payment method selected.

Uploaded by

Uuganaa
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
67 views15 pages

Index

The document appears to be instructions for setting up payment parameters in Korean. It includes a form for inputting customer, order, and payment details. It also includes JavaScript functions to validate the form values and show/hide fields depending on payment method selected.

Uploaded by

Uuganaa
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 15

<html>

<head>
<meta name="GENERATOR" content="Microsoft Visual Studio 6.0">
<title>PayOneQ ��f</title>
<style>
p{font:12px ����}
font {font:12px ����;}
font1 {font:12px ����;color:#666666}
td {font: 12px����;color:#666666}
a {color:green; text-decoration:none;}
a:hover{color:195BF1;text-decoration:none;}
a:link{color;"666666";text-decoration:none:}
a:visited{text-decoration:none}
a:hover
{
text-decoration:
}
</style>
<script>
function checksubmit() {

var f = document.forms["form1"];
with (f) {
if (f.clientid.value == "") {
alert('���� ���� � ��� � ֽ ʽÿ�');
f.clientid.focus();
return;
}
if (f.userid.value == "") {
alert('����� ID�� ��� �ֽ ʽÿ�');
f.userid.focus();
return;
}
if (f.ordnm.value == "") {
alert('����� ��; ��� �ֽ ʽÿ�');
f.ordnm.focus();
return;
}
if (f.amt.value == "") {
alert('��f�‫ ֽ� ��� ; �ݾ‬ʽÿ�');
f.amt.focus();
return;
}
if (f.pgcode.value == "0") {
alert('��f���; �����Ͽ� � ֽ ʽÿ�');
f.pgcode.focus();
return;
}
if (f.ordno.value == "") {
alert('� ֹ � � � ȣ�� ��� � ֽ ʽÿ�');
f.ordno.focus();
return;
}
if (f.svcnm.value == "") {
alert('��f��� � � ; �� �ֽ ʽÿ�');
f.svcnm.focus();
return;
}
if (f.pname.value == "") {
alert('��f ��ǰ��; ��� �ֽʽÿ�');
f.pname.focus();
return;
}
if (document.getElementById('trAutopayInfo1').value == "" ||
document.getElementById('trAutopayInfo2').value == "" ||
document.getElementById('trAutopayInfo3').value == "") {
if (f.certifypgsvc.value == "") {
���(���� ); ��� �ֽʽÿ�');
alert('PG���
f.returnurl.focus();
return;
}
if (f.certifymallid.value == "") {
alert('PG�� �߱� ����(�����)�� ��� �ֽʽÿ�');
f.returnurl.focus();
return;
}
if (f.paypgsvc.value == "") {
���(�f ��); ��� �ֽʽÿ�');
alert('PG���
f.returnurl.focus();
return;
}
if (f.paymallid.value == "") {
alert('PG�� �߱� ����(��f��)�� ��� �ֽʽÿ�');
f.returnurl.focus();
return;
}
}
if (document.getElementById('trSimplePay1').value == "" ||
document.getElementById('trSimplePay2').value == "" ||
document.getElementById('trSimplePay3').value == "" ||
document.getElementById('trSimplePay4').value == "") {

if (f.fmallid.value == "") {
alert('first mallid�� ��� �ֽʽÿ�');
f.returnurl.focus();
return;
}
if (f.smallid.value == "") {
alert('simple mallid�� ��� �ֽʽÿ�');
f.returnurl.focus();
return;
}
if (f.pgsvc.value == "") {
alert('PG���
���; �� �ֽʽÿ�');
f.returnurl.focus();
return;
}
}

if (document.getElementById('trFixacctInfo1').value == "" ||
document.getElementById('trFixacctInfo2').value == "") {
if (f.mobile_pgname.value == "") {
alert('mobile_pgname�� ��� �ֽʽÿ�');
f.returnurl.focus();
return;
}
if (f.mobile_cpid.value == "") {
alert('mobile_cpid�� ��� �ֽʽÿ�');
f.returnurl.focus();
return;
}
if (f.accountinfo.value == "") {
alert('��f���� �� ��� �ֽʽÿ�');
f.returnurl.focus();
return;
}
}

if (f.returnurl.value == "") {
alert('���â URL; ��� �ֽʽÿ�');
f.returnurl.focus();
return;
}
}
document.form1.action = "SetPayParamRequest.php";
window.open("", "PayOneQ��f",
"width=600,height=400,scrollbars=no,resize=no");
document.form1.target = "PayOneQ��f";
document.form1.submit();
}

function clear() {
document.form1.clientid.value = "";
document.form1.clientname.value = "";
document.form1.userid.value = "";
document.form1.ordnm.value = "";
document.form1.amt.value = "";

document.form1.pgcode.value = "0";
document.form1.ordno.value = "";
document.form1.svcnm.value = "";
document.form1.pname.value = "";
document.form1.etcparam.value = "";

document.form1.backurl.value = "";
document.form1.returnurl.value = "";
}

function fnChangePayTool(val)
{

document.getElementById('trNotiURL').style.display = "none";
document.getElementById('noti').value = "0";

//d��û��(Web,�����)���ý�
if (val == "23" || val == "30")
{
document.getElementById('trFixacctInfo1').style.display = "";
document.getElementById('trFixacctInfo2').style.display = "";
return;
}
else
{
document.getElementById('trFixacctInfo1').style.display =
"none";
document.getElementById('trFixacctInfo2').style.display =
"none";
}
‫���� ��� �ڵ‬f ���ý�
//�
if (val == "21"|| val == "29")
{
document.getElementById('trAutopayInfo1').style.display = "";
document.getElementById('trAutopayInfo2').style.display = "";
document.getElementById('trAutopayInfo3').style.display = "";
return;

}
else
{
document.getElementById('trAutopayInfo1').style.display =
"none";
document.getElementById('trAutopayInfo2').style.display =
"none";
document.getElementById('trAutopayInfo3').style.display =
"none";
}
//�����f ���ý�
if (val == "22" || val == "41")
{
document.getElementById('trSimplePay1').style.display = "";
document.getElementById('trSimplePay2').style.display = "";
document.getElementById('trSimplePay3').style.display = "";
document.getElementById('trSimplePay4').style.display = "";
return;
}
else
{
document.getElementById('trSimplePay1').style.display = "none";
document.getElementById('trSimplePay2').style.display = "none";
document.getElementById('trSimplePay3').style.display = "none";
document.getElementById('trSimplePay4').style.display = "none";

}
//������� ���ý�
if (val == "18" || val == "40" || val == "53" || val == "54")
{
alert("��������� ��� NotiURL; �‫� �ݵ�� ����ؾ‬մϴ�.");
document.getElementById('trNotiURL').style.display = "";
document.getElementById('trNotiYN').style.display = "none";
}
else
{
document.getElementById('trNotiURL').style.display = "none";
document.getElementById('trNotiYN').style.display = "";
}
}
function fnChangeNoti(val)
{
//��Ƽ ����
if (val == "1")
{
document.getElementById('trNotiURL').style.display = "";
}
else
{
document.getElementById('trNotiURL').style.display = "none";
}

}
function isNumber(field) {
if (num_check(field.value) != true) {
alert("���‫� �ڸ‬Է��ϼž� �մϴ�.");
field.value = "";
field.focus();
return;
}
}

// �������� üũ
function num_check(str) {
var is_num = true;
for (var i = 0; i < str.length; i++) {
if (str.substring(i, i + 1) != "0" && str.substring(i, i + 1) !
= "1" && str.substring(i, i + 1) != "2" && str.substring(i, i + 1) != "3" &&
str.substring(i, i + 1) != "4" &&
str.substring(i, i + 1) != "5" && str.substring(i, i + 1) !
= "6" && str.substring(i, i + 1) != "7" && str.substring(i, i + 1) != "8" &&
str.substring(i, i + 1) != "9")
{ is_num = false }
}
return is_num;
}

</script>
</head>
<body topmargin="0" leftmargin="0">
<form name="form1" method="post" action="SetPayParamRequest.php">
<table width="615" border="0" cellspacing="0" cellpadding="0"
background="">
<tr>
<td align="center">
<table width="100%" border="0">
<tr>
<td>
<img src="images/poqlogo.gif">
</td>
<td>
����� ��f ���� POQ�� ���Ʈ
*** �� ������� ����
�������Դϴ�.<br>
*** ������ ������: ���翡 �°� �����Ͻõ�, �� �ʵ��:
������� �‫��־‬ � ���<br>
*** ��f���: ���� PG�� ��
��� �͵�: ���ó��
���ֽʽÿ�.
</td>
</tr>
</table>
<br>
<br>
<div align="right"><font color="red">*</font> �� �ʼ��Է»���
&nbsp;&nbsp;</div>
<table width="600" border="0" cellspacing="2"
cellpadding="2" style="border-bottom: indigo 1px solid;
border-left: indigo 1px solid; border-right: indigo 1px
solid; border-top: indigo 1px solid">
<tr bgcolor="#5A9EDB">
<td colspan="2">
<table>
<tr>
<td>
<img src="images/arrow.gif">
</td>
<td>
<font color="#FFFFFF"><b>��f
�Է�</b></font>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td bgcolor="#e3f0fc" height="29" width="25%">
<div align="center">
<font color="red">*</font> <font
color="#000099">�������
�</font></div>
</td>
<td bgcolor="#f0f7fd">
<div align="left">
<input name="clientid" maxlength="20"
size="20" style="border-bottom: navy 1px solid;
border-left: navy 1px solid; border-
right: navy 1px solid; border-top: navy 1px solid"
value="">
����
��Ͱ� f���� ���� ID
</div>
</td>
<tr>
<td bgcolor="#e3f0fc" height="29">
<div align="center">
<font color="red">*</font> <font
color="#000099">����� ID</font></div>
</td>
<td bgcolor="#f0f7fd">
<div align="left">
<input name="userid" maxlength="50"
size="20" style="border-bottom: navy 1px solid;
border-left: navy 1px solid;
border-right: navy 1px solid; border-top: navy 1px solid"
value="">
���� ��f�� ID
</div>
</td>
</tr>
<tr>
<td bgcolor="#e3f0fc" height="29">
<div align="center">
<font color="red">*</font> <font
color="#000099">����‫<�ڸ‬/font></div>
</td>
<td bgcolor="#f0f7fd">
<div align="left">
<input name="ordnm" type="text"
maxlength="20" size="20" style="border-bottom: navy 1px solid;
border-left: navy 1px solid;
border-right: navy 1px solid; border-top: navy 1px solid"
value="">
���� ��f�� ��

</div>
</td>
</tr>
<tr>
<td bgcolor="#e3f0fc" height="29">
<div align="center">
<font color="red">*</font> <font
color="#000099">��f�‫<�ݾ‬/font></div>
</td>
<td bgcolor="#f0f7fd">
<div align="left">
<input name="amt" type="text"
onkeyup="javascript:isNumber(document.form1.amt);"
maxlength="19" size="10"
style="border-bottom: navy 1px solid; border-left: navy 1px solid;
border-right: navy 1px solid;
border-top: navy 1px solid" value="">
���‫ڷ‬θ� �‫�ۼ‬
</div>
</td>
</tr>
<tr>
<td bgcolor="#e3f0fc">
<div align="center">
<font color="red">*</font> <font
color="#000099">��f���</font></div>
</td>
<td bgcolor="#f0f7fd">
<select name="pgcode"
onchange="fnChangePayTool(this.value)">
<option
value="1">�ſ�ī��(Allthegate)</option>
<option value="2">�ſ�ī��(LGU+)</option>
<option value="3">�ſ�ī�� �
‫���ڵ‬f(LGU+)</option>
<option
value="4">������ü(KFTC)</option>
<option value="5">�
����(����)</option>
(� ‫����ٳ‬
<option value="6">� ) �</option>

<option value="7">�
����(CYBER)</option>
<option value="8">�
����(Wowcoin)</option>
<option value="9">��ȭ��ǰ��</option>
<option
value="10">������ȭ��ǰ��</option>
<option value="11">���ǸӴϻ�ǰ��</option>
<option value="12">��ij��</option>
<option value="13">����a ��f</option>
<option value="14">ƾij��</option>
<option
value="15">����Ʈ����(game)</option>
<option
value="16">����Ʈ����(culture_game)</option>
<option value="17">����Ӵ�</option>
<option
value="18">�������(dacomvacct)</option>
<option value="19">WOW ���</option>
<option value="20">Cyber ���</option>
<option value="21">�����
‫����ڵ‬f</option>
<option value="22">�����
�����f</option>
<option value="23">d��û��</option>
<option value="24">����Ȯ��</option>
<option value="25">��������</option>
<option value="26">����Ʈ�� ī��
��f</option>
<option value="27">����Ʈ�� ī�� �
‫���ڵ‬f</option>
<option value="28">����Ʈ�� �����
��f</option>
<option value="29">����Ʈ�� �����
‫����ڵ‬f</option>
<option value="30">����Ʈ��
d��û��</option>
<option value="31">����Ʈ��
������ȭ��ǰ��</option>
<option value="32">����Ʈ��
��ȭ��ǰ��</option>
<option value="33">����Ʈ��
����a��f</option>
<option value="34">����Ʈ��
����Ʈ����(game)</option>
<option value="35">����Ʈ��
����Ʈ����(culture_game)</option>
<option value="36">����Ʈ��
���ǸӴϻ�ǰ��</option>
<option value="37">����Ʈ��
��ij��</option>
<option value="38">����Ʈ��
ƾij��</option>
<option value="39">����Ʈ�� ���
�Ӵ�</option>
<option value="40">����Ʈ��
�������</option>
<option value="41">����Ʈ��
�����f</option>
<option value="42">����Ʈ��
����Ȯ��</option>
<option value="43">����Ʈ��
��������</option>
<option value="44">ij�ú�</option>
<option value="45">����Ʈ��
ij�ú�</option>
<option value="46">����Ʈ��
KFTC</option>
<option
value="47">����Ȯ�μ���(KCB)</option>
<option
value="48">�������������(KCB)</option>
<option value="49">Ƽ�Ӵ�</option>
<option value="50">����Ʈ��
Ƽ�Ӵ�</option>
<option value="51">��
Ͻý�
������ü</option>
<option value="52">LGU+�ſ�ī��</option>
<option value="53">��
Ͻý�
�������</option>
<option value="54">����Ʈ�� ��
Ͻý�
�������</option>
<option value="55">���ǸӴ�
�������</option>
<option value="56">����Ʈ�� ���ǸӴ�
�������</option>
<option value="57">�ſ�ī�� ������ �
‫���ڵ‬f</option>
<option value="58">����Ʈ�� �ſ�ī��
������ �‫���ڵ‬f</option>
<option value="59">�ſ�ī�� ������
����</option>
<option value="60">�ſ�ī��
KeyIN</option>
<option value="61">����Ʈ�� �ſ�ī��
KeyIN</option>
<option value="62">PAYCO</option>
<option value="63">����Ʈ��
PAYCO</option>
<option value="64">����Ʈ�� ī��
��f(LGU+)</option>
<option value="65">PAYCO �
‫���ڵ‬f</option>
<option value="66">�
����(IMPAYMOBILE)</option>
<option value="67">����Ʈ�� �
����(IMPAYMOBILE)</option>
</select>
</td>
</tr>
<tr>
<td bgcolor="#e3f0fc" height="29">
<div align="center">
<font color="red">*</font> <font
color="#000099">MallID</font></div>
</td>
<td bgcolor="#f0f7fd">
<div align="left">
<input name="mallid" type="text"
maxlength="30" size="20" style="border-bottom: navy 1px solid; border-left: navy
1px solid;
border-right: navy 1px solid;
border-top: navy 1px solid" value="V14450000000">
��a����

</div>
</td>
</tr>
<tr id='trFixacctInfo1' style="display: none;">
<td bgcolor="#e3f0fc" height="29">
<div align="center">
<font color="red">*</font> <font
color="#000099">������fd��</font></div>
</td>
<td bgcolor="#f0f7fd">
<div align="left">
<input name="mobile_pgname" type="text"
maxlength="30" size="20" style="border-bottom: navy 1px solid; border-left: navy
1px solid; border-right: navy 1px solid; border-top: navy 1px solid" value="">
��Ϳ��
���� � ��� mobile_pgname
<input name="mobile_cpid" type="text"
maxlength="30" size="20" style="border-bottom: navy 1px solid; border-left: navy
1px solid; border-right: navy 1px solid; border-top: navy 1px solid" value="">
��Ϳ��
���� � ��� mobile_cpid
</div>
</td>
</tr>
<tr id='trFixacctInfo2' style="display: none;">
<td bgcolor="#e3f0fc" height="29">
<div align="center">
<font color="red">*</font> <font
color="#000099">��f�����</font></div>
</td>
<td bgcolor="#f0f7fd">
<div align="left">
<input name="accountinfo" type="text"
maxlength="30" size="20" style="border-bottom: navy 1px solid; border-left: navy
1px solid; border-right: navy 1px solid; border-top: navy 1px solid" value="">
ex>A,4,5,6,7,8,9,10,11,12
<br>
A: selectbox���� B:hidden��8�� 999��
��� ����d ������; �ǹ���
</div>
</td>
</tr>
<tr id='trAutopayInfo1' style="display: none;">
<td bgcolor="#e3f0fc" height="29">
<div align="center"><font
color="red">*</font> <font color="#000099">PG���
���(���� )</font></div>
</td>
<td bgcolor="#f0f7fd">
<div align="left">
<input name="certifypgsvc" type="text"
maxlength="30" size="20" style="border-bottom: navy 1px solid; border-left: navy
1px solid; border-right: navy 1px solid; border-top: navy 1px solid" value="">
PG ���
���(���� �Ϲ� ��f ��� �
���)
<input name="certifymallid" type="text"
maxlength="30" size="20" style="border-bottom: navy 1px solid; border-left: navy
1px solid; border-right: navy 1px solid; border-top: navy 1px solid" value="">
PG�� �߱� ����(����� �Ϲ� ��f ���� �)
</div>
</td>
</tr>
<tr id='trAutopayInfo2' style="display: none;">
<td bgcolor="#e3f0fc" height="29">
<div align="center"><font
color="red">*</font> <font color="#000099">PG���
���(�f ��)</font></div>
</td>
<td bgcolor="#f0f7fd">
<div align="left">
<input name="paypgsvc" type="text"
maxlength="30" size="20" style="border-bottom: navy 1px solid; border-left: navy
1px solid; border-right: navy 1px solid; border-top: navy 1px solid" value="">
���(�f �� � ‫�� �ڵ‬f ���
PG ��� �
���)
<input name="paymallid" type="text"
maxlength="30" size="20" style="border-bottom: navy 1px solid; border-left: navy
1px solid; border-right: navy 1px solid; border-top: navy 1px solid" value="">
PG�� �߱� ����(��f�� �‫�� �ڵ‬f ���� �)
</div>
</td>
</tr>
<tr id='trAutopayInfo3' style="display: none;">
<td bgcolor="#e3f0fc">
<div align="center">
<font color="red">*</font> <font
color="#000099">�‫���ڵ‬f ����</font></div>
</td>
<td bgcolor="#f0f7fd">
<select name="autoyn">
<option value="Y">Y</option>
<option value="N">N</option>
</select>
</td>
</tr>
<tr id='trSimplePay1' style="display: none;">
<td bgcolor="#e3f0fc" height="29">
<div align="center">
<font color="red">*</font> <font
color="#000099">first mallid</font></div>
</td>
<td bgcolor="#f0f7fd">
<div align="left">
<input name="fmallid" type="text"
maxlength="20" size="20" style="border-bottom: navy 1px solid; border-left: navy
1px solid; border-right: navy 1px solid; border-top: navy 1px solid" value="">
ù��f, ���f�� ����ϴ� mallid
</div>
</td>
</tr>
<tr id='trSimplePay2' style="display: none;">
<td bgcolor="#e3f0fc" height="29">
<div align="center"><font
color="red">*</font> <font color="#000099">simple mallid</font></div>
</td>
<td bgcolor="#f0f7fd">
<div align="left">
<input name="smallid" type="text"
maxlength="20" size="20" style="border-bottom: navy 1px solid; border-left: navy
1px solid; border-right: navy 1px solid; border-top: navy 1px solid" value="">
��Ű ��f�� ����ϴ� mallid mallid
</div>
</td>
</tr>
<tr id='trSimplePay3' style="display: none;">
<td bgcolor="#e3f0fc" height="29">
<div align="center"><font
color="red">*</font> <font color="#000099">PG��� �
���</font></div>
</td>
<td bgcolor="#f0f7fd">
<div align="left">
<input name="pgsvc" type="text"
maxlength="20" size="20" style="border-bottom: navy 1px solid; border-left: navy
1px solid; border-right: navy 1px solid; border-top: navy 1px solid" value="">
</div>
</td>
</tr>
<tr id='trSimplePay4' style="display: none;">
<td bgcolor="#e3f0fc" height="29">
<div align="center">
<font
color="#000099">simplekey</font></div>
</td>
<td bgcolor="#f0f7fd">
<div align="left">
<input name="simplekey" type="text"
maxlength="30" size="30" style="border-bottom: navy 1px solid;
border-left: navy 1px solid;
border-right: navy 1px solid; border-top: navy 1px solid"
value="">�����f ���ʰ�f ���� �߱�Ǵ�
simplekey
</div>
</td>
</tr>
<tr>
<td bgcolor="#e3f0fc" height="29">
<div align="center">
<font color="red">*</font> <font
color="#000099">�ֹ���ȣ</font></div>
</td>
<td bgcolor="#f0f7fd">
<div align="left">
<input name="ordno" type="text"
maxlength="30" size="20" style="border-bottom: navy 1px solid;border-left: navy 1px
solid; border-right: navy 1px solid; border-top: navy 1px solid" value="">
�ֹ��� ��� ������ �ֹ���ȣ
</div>
</td>
</tr>
<tr>
<td bgcolor="#e3f0fc" height="29">
<div align="center"><font
color="red">*</font> <font color="#000099">��f��� �
���</font></div>
</td>
<td bgcolor="#f0f7fd">
<div align="left">
<input name="svcnm" type="text"
maxlength="20" size="20" style="border-bottom: navy 1px solid; border-left: navy
1px solid; border-right: navy 1px solid; border-top: navy 1px solid" value="">
������ ���� � ([EX]���Ƿ ,��� )
</div>
</td>
</tr>
<tr>
<td bgcolor="#e3f0fc" height="29">
<div align="center"><font
color="red">*</font> <font color="#000099">��f��ǰ��</font></div>
</td>
<td bgcolor="#f0f7fd">
<div align="left">
<input name="pname" type="text"
maxlength="120" size="20" style="border-bottom: navy 1px solid;border-left: navy
1px solid; border-right: navy 1px solid; border-top: navy 1px solid" value="">
��f�Ϸt�
��ǰ(������)��([EX]û����,��Ʈ����)
</div>
</td>
</tr>
<tr>
<td bgcolor="#e3f0fc" height="29">
<div align="center">
<font
color="#000099">��Ÿd��</font></div>
</td>
<td bgcolor="#f0f7fd">
<div align="left">
<input name="etcparam" type="text"
maxlength="1024" size="50" style="border-bottom: navy 1px solid;
border-left: navy 1px solid;
border-right: navy 1px solid; border-top: navy 1px solid"
value="">
<br>
�‫� ���־‬ʵ� ����� ���簡 � f��� ����
�ް����� ϴ� �����ǰ�
</div>
</td>
</tr>
<tr>
<td bgcolor="#e3f0fc" height="29">
<div align="center"><font
color="#000099">BackURL</font></div>
</td>
<td bgcolor="#f0f7fd">
<div align="left">
<input name="backurl" type="text"
maxlength="256" size="50" style="border-bottom: navy 1px solid; border-left: navy
1px solid; border-right: navy 1px solid; border-top: navy 1px solid" value="">
<br>
��fâ�� "���ư���"Ŭ���� ����ϴ� ���� URL
<br>
(���µ� ��fâ; �‫ ��ݱ‬ó���� ���� ��; ����
�ʾƾ���)
</div>
</td>
</tr>
<tr id='trNotiYN'>
<td bgcolor="#e3f0fc" height="29">
<div align="center">
<font
color="#000099">��Ƽ���/��</font></div>
</td>
<td bgcolor="#f0f7fd">
<select name="noti"
onchange="fnChangeNoti(this.value)">
<option value="0">N</option>
<option value="1">Y</option>
</select>
</td>
</tr>
<tr id='trNotiURL' style="display: none;">
<td bgcolor="#e3f0fc" height="29">
<div align="center">
<font
color="#000099">��ƼURL</font></div>
</td>
<td bgcolor="#f0f7fd">
<div align="left">
<input id = "notiurl" name="notiurl"
type="text" maxlength="256" size="50" style="border-bottom: navy 1px solid;border-
left: navy 1px solid; border-right: navy 1px solid; border-top: navy 1px solid"
value="http://xxxxxxxxxxxxx/Noti.php">
<br>
Notification URL
</div>
</td>
</tr>
<tr>
<td bgcolor="#e3f0fc" height="29">
<div align="center">
<font color="red">*</font> <font
color="#000099">���âURL</font></div>
</td>
<td bgcolor="#f0f7fd">
<div align="left">
<input name="returnurl" type="text"
maxlength="256" size="50" style="border-bottom: navy 1px solid;border-left: navy
1px solid; border-right: navy 1px solid; border-top: navy 1px solid"
value="http://phppg.payletter.co.kr/PHPNewSample/Web/GetPayParamResult.php">
<br>
��f�� ��f��� �����ִ� ���� URL
� f��Ǵ� � ��Ʈ�� ������
��Ϳ��
<!--<br>(����
��8��, ������ ���氡��)-->
</div>
</td>
</tr>
<tr bgcolor="#ffffff">
<td colspan="2" align="middle">
<a href="#" onclick="checksubmit()"><img
border="0" src="images/confirm.gif" width="40" height="18"></a> &nbsp;&nbsp;
<a href="javascript:clear();"><img
border="0" src="images/cancel.gif" width="40" height="18"></a>
</td>
</tr>
</table>
<br>
</td>
</tr>
<tr>
<td align="center" height="1" bgcolor="#3E799E">
</td>
</tr>
<tr>
<td align="center">
<img src="../image/bar.gif" width="615" height="1">
<br>
<br>
Copyright �� PayLetter Inc. All rights reserved.
[email protected]
<br>
</td>
</tr>
</table>
</form>
</body>
</html>

You might also like