|
|
<!-----------------------------2010-11-11---toma-----Del Tutorial-------------->
<!--#include virtual="/include/Dbcon.asp"-->
<% menu_gbn = "6" %>
<!--#include virtual="/include/Header.asp"-->
<!--#include virtual="/include/Function.asp"-->
<%
'''''''''''''Watchdog--------------------------
Path = "/icact.org/registration/registration_e.asp"
Watchdog = "18"
Mnemonic = "non-Korean "
FsizeORG = 49082
Response.Write FsizeORG
Response.Write (" : ")
%>
<!--#include virtual="/include/Watchdog.asp"-->
<!----------------------2010-11-24---toma----------------------------------->
<!--#include file="regist_Fee.asp"-->
<%
yy = Request("yy")
if yy = "" then
sql= " select max(yy) from tb_year "
set Rs= dbcon.execute(sql)
yy = Rs(0)
rs.close
end if
%>
<table width="700" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="menu_title">
Payment registration for foreigner, non-Korean nationality </td>
</tr>
<tr>
<td height="2" bgcolor="#DDDDDD"></td>
</tr>
</table>
<br>
<%
reg_gbn = Request("reg_gbn")
name_k = Request("name_k")
name_f = Request("name_f")
name_l = Request("name_l")
org_name = Request("org_name")
div_name = Request("div_name")
pos_name = Request("pos_name")
address = Request("address")
e_mail1 = Request("e_mail1")
e_mail2 = Request("e_mail2")
tel_num = Request("tel_num")
cellphone = Request("cellphone")
zip = Request("zip")
mailing_address = Request("mailing_address")
nationality = Request("nationality")
country = Request("country")
inv_letter = Request("inv_letter")
if inv_letter = "" then inv_letter = "N"
inv_memo = Request("inv_memo")
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
''''''''''''initial Val=1(participant) to 2(Author) '''''''''''''
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
reg_f = Request("reg_f")
if reg_f = "" then reg_f = "2"
reg_f2 = Request("reg_f2")
if reg_f2 = "" Then reg_f2 = "1"
ieee_id = Request("ieee_id")
if trim(ieee_id) <> "" then ieee = "2"
paper_no0 = Request("paper_no0")
paper_no1 = Request("paper_no1")
paper_no2 = Request("paper_no2")
paper_no3 = Request("paper_no3")
paper_no4 = Request("paper_no4")
paper_no5 = Request("paper_no5")
paper_no6 = Request("paper_no6")
paper_no7 = Request("paper_no7")
paper_no8 = Request("paper_no8")
paper_no9 = Request("paper_no9")
paper_no10 = Request("paper_no10")
pay_gbn = Request("pay_gbn")
if pay_gbn = "" then pay_gbn = "2"
attendance = Request("attendance")
if attendance = "" then attendance = "0"
attendance2 = Request("attendance2")
if attendance2 = "" then attendance2 = "0"
attendance3 = Request("attendance3")
if attendance3 = "" then attendance3 = "0"
select case pay_gbn
case "1" ,"2" 'student
if reg_f2 = "2" then
if ieee_id <> "" then 'member
amt1 = p_us(3)
amount1 = formatnumber(p_us(3),0)
else
amt1 = p_us(1)
amount1 = formatnumber(p_us(1),0)
end if
else 'Genenal
if ieee_id <> "" then 'member
amt1 = p_us(2)
amount1 = formatnumber(p_us(2),0)
else
amt1 = p_us(0)
amount1 = formatnumber(p_us(0),0)
end if
end if
case "3"
if reg_f2 = "2" then 'student
if ieee_id <> "" then 'member
amt1 = r_us(3)
amount1 = formatnumber(r_us(3),0)
else
amt1 = r_us(1)
amount1 = formatnumber(r_us(1),0)
end if
else 'Genenal
if ieee_id <> "" then 'member
amt1 = r_us(2)
amount1 = formatnumber(r_us(2),0)
else
amt1 = r_us(0)
amount1 = formatnumber(r_us(0),0)
end if
end if
end select
paper_count = Request("paper_count")
if paper_count <> "" then
if reg_f2 = "2" then ' 학생
if ieee_id <> "" then 'member
add_p_amt = p_us(3)
else
add_p_amt = p_us(1)
end if
else
if ieee_id <> "" then 'member
add_p_amt = p_us(2)
else
add_p_amt = p_us(0)
end if
end if
else
amount2 = "0"
end if
amt2 = add_paper_amt(paper_count, add_p_amt)
amount2 = formatnumber(amt2,0)
'proceeding 관련
proceeding = request("proceeding")
proc_count = Request("proc_count")
proceeding2 = request("proceeding2")
proc_count2 = Request("proc_count2")
proceeding3 = request("proceeding3")
if proceeding3 = "N" then
amount3 = "0"
else
if proceeding = "Y" then
if proc_count <> "" then
amt3_1 = p_us(4) * proc_count
end if
end if
if proceeding2 = "Y" then
if proc_count2 <> "" then
amt3_2 = p_us(5) * proc_count2
end if
end if
amt3 = amt3_1 + amt3_2
amount3 = formatnumber(amt3,0)
end if
if inv_letter = "N" then
amount4 = "0"
else
amt4 = p_us(6)
amount4 = formatnumber(amt4,0)
end if
deposit_name = Request("deposit_name")
deposit_date1 = Request("deposit_date1")
if deposit_date1 = "" then deposit_date1 = year(date())
deposit_date2 = Request("deposit_date2")
if deposit_date2 = "" then deposit_date2 = month(date())
if len(deposit_date2) = 1 then deposit_date2= "0" & deposit_date2
deposit_date3 = Request("deposit_date3")
if deposit_date3 = "" then deposit_date3 = day(date())
if len(deposit_date3) = 1 then deposit_date3= "0" & deposit_date3
deposit_amount = formatnumber(amt1 + am2 + amt3 + amt4, 0)
%>
<script language="javascript">
<!--
function checkIt(form) {
if(document.reg.reg_f[0].checked==false){
if(!reg.paper_no0.value){
alert("Please Enter Paper(Code) Number.");
return;
}
}
if(document.reg.reg_f2[0].checked==false&&document.reg.reg_f2[1].checked==false){
alert("Please Check Registration Type.");
document.reg.reg_f2[0].focus();
return;
}
if(document.reg.paper_count.value!="0") {
cnt = document.reg.paper_count.value;
for (i=0;i<cnt;i++) {
obj = eval("document.reg.paper_no"+eval(i+1));
if (obj.value=="") {
alert("Please Enter Additional Paper(Code) Number.");
return;
}
}
}
if(document.reg.ieee.checked==true) {
if (document.reg.ieee_id.value=="") {
alert("Please Enter IEEE Member ID.");
reg.ieee_id.focus();
return;
}
}
if(!reg.name_f.value){
alert("Please Enter First Name!");
reg.name_f.focus();
return;
}
if(!reg.name_l.value){
alert("Please Enter Last Name!");
reg.name_l.focus();
return;
}
if(!reg.pos_name.value){
alert("Please Enter Job Position!");
reg.pos_name.focus();
return;
}
if(!reg.nationality.value){
alert("Please Enter Nationality!");
reg.nationality.focus();
return;
}
if (!reg.div_name.selectedIndex) {
alert("Please Select Job Position!");
form.div_name.focus();
return;
}
if(!reg.org_name.value){
alert("Please Enter Company/Organization Information!");
reg.org_name.focus();
return;
}
if(!reg.country.value){
alert("Please Enter Country!");
reg.country.focus();
return;
}
if(!reg.zip.value){
alert("Please Enter Mailing Address!");
reg.zip.focus();
return;
}
if(!reg.mailing_address.value){
alert("Please Enter Address!");
reg.mailing_address.focus();
return;
}
if(!reg.address.value){
alert("Please Enter City/State/ZIP/Country Information!");
reg.address.focus();
return;
}
if(!reg.tel_num.value){
alert("Please Enter Phone Number!");
reg.tel_num.focus();
return;
}
if(!reg.e_mail1.value){
alert("Please Enter E-mail Address!");
reg.e_mail1.focus();
return;
}
if(!reg.e_mail2.value){
alert("Please Enter E-mail Address!");
reg.e_mail2.focus();
return;
}
if(document.reg.proceeding.checked==true){
if(!reg.proc_count.value){
alert("Please Enter Proceeding Count.");
reg.proc_count.focus();
return;
}
}
if(document.reg.proceeding2.checked==true){
if(!reg.proc_count2.value){
alert("Please Enter Proceeding Count.");
reg.proc_count2.focus();
return;
}
}
if(document.reg.pay_gbn[1].checked==true){
if(!reg.deposit_name.value){
alert("Please Enter Payment Details.");
reg.deposit_name.focus();
return;
}
}
form.action="confirm_e.asp"
form.submit();
}
function regf(){
if (document.reg.reg_f[0].checked==true) {
/////////Author registraion only until Dec. 31 /////////////////////////////
///// alert("Author registraion only until Dec. 31 2010 !!!") ///
///// document.reg.reg_f[1].checked=true; ///
///// return; ///
////////////////////////////////////////////////////////////////////////////
document.reg.paper_no0.value="";
document.reg.paper_no0.disabled=true;
document.reg.paper_no0.style.background = "#CCCCCC";
document.reg.paper_count.value=0;
document.reg.paper_count.disabled=true;
document.reg.paper_count.style.background = "#CCCCCC";
for (i=1;i<11;i++) {
obj = eval("document.reg.paper_no"+i);
obj.value="";
obj.disabled=true;
obj.style.background = "#CCCCCC";
}
add_paper();
// document.reg.reg_f2.value="";
document.reg.reg_f2[1].checked=true;
// document.reg.reg_f2.disabled=true;
if (document.reg.pay_gbn[2].checked==true) {
alert("Speaker Can not do On-site registration.")
document.reg.pay_gbn[0].checked = true;
}
}
else {
document.reg.paper_no0.disabled=false;
document.reg.paper_no0.style.background = "#cfd5f4";
document.reg.paper_count.disabled=false;
document.reg.paper_count.style.background = "#cfd5f4";
for (i=1;i<11;i++) {
obj = eval("document.reg.paper_no"+i);
obj.disabled=false;
obj.style.background = "#cfd5f4";
}
// document.reg.reg_f2.disabled=false;
if (document.reg.pay_gbn[2].checked==true) {
if (document.reg.reg_f[1].checked==true){
alert("Speaker Can not do On-site registration.")
document.reg.pay_gbn[0].checked = true
}
}
}
}
function pay_method(){
if (document.reg.reg_f[1].checked==true){ //발표자
if (document.reg.pay_gbn[2].checked ==true|| document.reg.pay_gbn[0].checked ==true) {
alert("Just fill up the Payment Details!")
document.reg.pay_gbn[1].checked = true;
payment_on();
}
else if(document.reg.pay_gbn[0].checked==true) {
payment_off();
}
else {
payment_on();
}
}
else { //////////////// participant
if (document.reg.pay_gbn[2].checked==true || document.reg.pay_gbn[0].checked==true) {
alert("Just fill up the Payment Details!")
document.reg.pay_gbn[1].checked = true;
payment_off();
}
else {
payment_on();
}
}
cal_amount();
}
//proceeding Check
function proceeding_chk() {
if (document.reg.proceeding3.checked == true) {
document.reg.proceeding.checked=false;
document.reg.proceeding2.checked=false;
document.reg.proc_count.value="0";
document.reg.proc_count2.value="0";
document.reg.proc_count.disabled = true;
document.reg.proc_count2.disabled = true;
document.reg.amount3.value=0;
proc_amt = 0;
}
else {
document.reg.proc_count.disabled = false;
document.reg.proc_count2.disabled = false;
// if (document.reg.proc_count.value=="") {
// document.reg.proc_count.value= 0;
// }
// if (document.reg.proc_count2.value=="") {
// document.reg.proc_count2.value= 0;
// }
if (document.reg.proceeding.checked==true) {
proc_amt1 = document.reg.proc_count.value * <%=p_us(4)%> ;
}
else {
document.reg.proc_count.value= 0;
proc_amt1 = 0;
}
if (document.reg.proceeding2.checked==true) {
proc_amt2 = document.reg.proc_count2.value * <%=p_us(5)%> ;
}
else {
document.reg.proc_count2.value= 0;
proc_amt2 = 0;
}
proc_amt = proc_amt1+proc_amt2;
}
return proc_amt;
}
function student_chk() {
if (document.reg.pay_gbn[2].checked==true) {
if (document.reg.reg_f2[0].checked==true) {
if (document.reg.ieee.checked==true) {
d_amt = <%=r_us(3)%>;
document.reg.amount1.value="<%=formatnumber(r_us(3),0)%>";
}
else {
d_amt = <%=r_us(1)%>;
document.reg.amount1.value="<%=formatnumber(r_us(1),0)%>";
}
}
else {
if (document.reg.ieee.checked==true) {
d_amt = <%=r_us(2)%>;
document.reg.amount1.value="<%=formatnumber(r_us(2),0)%>";
}
else {
d_amt = <%=r_us(0)%>;
document.reg.amount1.value="<%=formatnumber(r_us(0),0)%>";
}
}
}
else {
if (document.reg.reg_f2[0].checked==true) {
if (document.reg.ieee.checked==true) {
d_amt = <%=p_us(3)%>;
document.reg.amount1.value="<%=formatnumber(p_us(3),0)%>";
}
else {
d_amt = <%=p_us(1)%>;
document.reg.amount1.value="<%=formatnumber(p_us(1),0)%>";
}
}
else {
if (document.reg.ieee.checked==true) { //member
d_amt = <%=p_us(2)%>;
document.reg.amount1.value="<%=formatnumber(p_us(2),0)%>";
}
else {
d_amt = <%=p_us(0)%>;
document.reg.amount1.value="<%=formatnumber(p_us(0),0)%>";
}
}
}
return d_amt;
}
function add_amount() {
p_cnt = document.reg.paper_count.value;
if (document.reg.pay_gbn[2].checked==true) { //현장결재
if (document.reg.reg_f2[0].checked==true) { //student
if (document.reg.ieee.checked==true) { //member
p_amt = <%=r_us(3)%>;
}
else {
p_amt = <%=r_us(1)%>;
}
}
else {
if (document.reg.ieee.checked==true) { //member
p_amt = <%=r_us(2)%>;
}
else {
p_amt = <%=r_us(0)%>;
}
}
}
else {
if (document.reg.reg_f2[0].checked==true) { //student
if (document.reg.ieee.checked==true) { //member
p_amt = <%=p_us(3)%>;
}
else {
p_amt = <%=p_us(1)%>;
}
}
else {
if (document.reg.ieee.checked==true) { //member
p_amt = <%=p_us(2)%>;
}
else {
p_amt = <%=p_us(0)%>;
}
}
}
if (p_cnt == 0 ) {
add_amt = 0 ;
}
else if (p_cnt == 1) {
add_amt = (p_amt*0.8);
}
else if (p_cnt == 2) {
add_amt = (p_amt*1.5) ;
}
else if (p_cnt == 3) {
add_amt = (p_amt*2.1) ;
}
else {
add_amt = (p_amt*2.1) + (p_amt*((p_cnt-3)*0.5));
}
// add_amt = cal_add_paper(p_cnt, p_amt);
return add_amt;
}
function inv_chk() {
if (document.reg.inv_letter[0].checked == true) {
inv_amt = <%=p_us(6)%>;
document.reg.inv_memo.readOnly = false;
document.reg.inv_memo.style.background = "#cfd5f4";
}
else {
inv_amt = 0;
document.reg.inv_memo.readOnly = true;
document.reg.inv_memo.value="";
document.reg.inv_memo.style.background = "#CCCCCC";
}
return inv_amt;
}
function cal_amount() {
d_amt = student_chk();
a_amt = add_amount();
p_amt = proceeding_chk();
l_amt = inv_chk();
tot_amt = d_amt + a_amt + p_amt + l_amt ;
document.reg.deposit_amount.value = tot_amt ;
tot = document.reg.deposit_amount.value;
document.reg.deposit_amount.value = plusComma(tot);
document.reg.amount1.value = d_amt;
a1 = document.reg.amount1.value;
document.reg.amount1.value=plusComma(a1);
document.reg.amount2.value = a_amt;
a2 = document.reg.amount2.value;
document.reg.amount2.value=plusComma(a2);
document.reg.amount3.value = p_amt;
a3 = document.reg.amount3.value;
document.reg.amount3.value=plusComma(a3);
document.reg.amount4.value = l_amt;
a4 = document.reg.amount4.value;
document.reg.amount4.value=plusComma(a4);
}
function payment_on() {
// document.reg.deposit_name.disabled=false;
document.reg.deposit_name.style.background = "#cfd5f4";
document.reg.deposit_date1.disabled=false;
document.reg.deposit_date1.style.background = "#cfd5f4";
document.reg.deposit_date2.disabled=false;
document.reg.deposit_date2.style.background = "#cfd5f4";
document.reg.deposit_date3.disabled=false;
document.reg.deposit_date3.style.background = "#cfd5f4";
}
function payment_off() {
// document.reg.deposit_name.value="";
// document.reg.deposit_name.disabled=true;
// document.reg.deposit_name.style.background = "#CCCCCC";
document.reg.deposit_date1.value="";
document.reg.deposit_date1.disabled=true;
document.reg.deposit_date1.style.background = "#CCCCCC";
document.reg.deposit_date2.value="";
document.reg.deposit_date2.disabled=true;
document.reg.deposit_date2.style.background = "#CCCCCC";
document.reg.deposit_date3.value="";
document.reg.deposit_date3.disabled=true;
document.reg.deposit_date3.style.background = "#CCCCCC";
}
// TaxBill Check
function issue_ck(){
if (document.reg.issue[1].checked==true) {
document.reg.com_num1.value="";
document.reg.com_num1.disabled=true;
document.reg.com_num1.style.background = "#CCCCCC";
document.reg.com_num2.value="";
document.reg.com_num2.disabled=true;
document.reg.com_num2.style.background = "#CCCCCC";
document.reg.com_num3.value="";
document.reg.com_num3.disabled=true;
document.reg.com_num3.style.background = "#CCCCCC";
document.reg.com_name.value="";
document.reg.com_name.disabled=true;
document.reg.com_name.style.background = "#CCCCCC";
document.reg.com_owner.value="";
document.reg.com_owner.disabled=true;
document.reg.com_owner.style.background = "#CCCCCC";
document.reg.com_address.value="";
document.reg.com_address.disabled=true;
document.reg.com_address.style.background = "#CCCCCC";
document.reg.com_div.value="";
document.reg.com_div.disabled=true;
document.reg.com_div.style.background = "#CCCCCC";
document.reg.com_dept.value="";
document.reg.com_dept.disabled=true;
document.reg.com_dept.style.background = "#CCCCCC";
}
else {
document.reg.com_num1.disabled=false;
document.reg.com_num1.style.background = "#cfd5f4";
document.reg.com_num2.disabled=false;
document.reg.com_num2.style.background = "#cfd5f4";
document.reg.com_num3.disabled=false;
document.reg.com_num3.style.background = "#cfd5f4";
document.reg.com_name.disabled=false;
document.reg.com_name.style.background = "#cfd5f4";
document.reg.com_owner.disabled=false;
document.reg.com_owner.style.background = "#cfd5f4";
document.reg.com_address.disabled=false;
document.reg.com_address.style.background = "#cfd5f4";
document.reg.com_div.disabled=false;
document.reg.com_div.style.background = "#cfd5f4";
document.reg.com_dept.disabled=false;
document.reg.com_dept.style.background = "#cfd5f4";
}
}
// "," check
function plusComma(value){
var obj=value;
var price="";
var regexp=/[\,]{1}/g;
if(obj.search(',') != -1){//값에 ',' 있으면 삭제~
obj=obj.replace(regexp,'');
}
while (obj.length > 3){
regexp=/[\d]{3}$/g; //끝에 3자리가 숫자로 이루어짐
num = obj.match(regexp); //일치하는 문자 받기
val_replace = obj.replace(num,""); //일치하는 문자 삭제
obj = val_replace;
price = ','+num+price;
}
price = obj+price;
return price;
}
// add_paper Display
function add_paper() {
var cnt = 0;
cnt = eval(document.reg.paper_count.value);
for (i=1;i<10;i++) {
obj = eval("document.all.t"+i);
if (i <= cnt) {
obj.style.display="";
}
else {
obj.style.display="none";
}
}
}
//ieee 체크
function chk_ieee() {
if (document.reg.ieee.checked==true) {
document.reg.ieee_id.disabled=false;
document.reg.ieee_id.style.background = "#cfd5f4";
}
else {
document.reg.ieee_id.value="";
document.reg.ieee_id.disabled=true;
document.reg.ieee_id.style.background = "#CCCCCC";
}
}
function chk_proc() {
document.reg.proceeding3.checked=false;
}
//추가 논문 금액 계산식
function cal_add_paper(cnt, amt) {
if (cnt == 0 ) {
add_paper_amt = 0 ;
}
else if (cnt == 1) {
add_paper_amt = (amt*0.8);
}
else if (cnt == 2) {
add_paper_amt = (amt*1.5) ;
}
else if (cnt == 3) {
add_paper_amt = (amt*2.1) ;
}
else {
add_paper_amt = (amt*2.1) + ((cnt-3)*0.5);
}
return add_paper_amt;
}
//-->
</script>
<!---------------------------------------------------------------------------->
<!-----------------------form name="reg" method="post"------------------------>
<!---------------------------------------------------------------------------->
<table width="700" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><font color="red"><b>Notice:</b></font> <br>
ICACT Website has been developed by the ASP(MS product).<br>
Hence <font color=blue><b>you must use your PC equipped with the Windows-OS and IE-Browser version 8.0 or above.</b></font><br>
Otherwise there are some interoperability problems..</td>
</tr>
</table>
<form name="reg" method="post">
<input type="hidden" name="reg_gbn" value="1">
<center>
<table>
<!-----------------------Step1. Participant Informations------------------------->
<tr>
<td colspan="3" height="50" align="center">
<font style="font-size:11pt; font-family:굴림; color:#303030; line-height:15pt;"><b> Step1. Participant Informations</b>
</td>
</tr>
<tr>
<td colspan="3" height="" align="center" class="Notice">
<b> Registrant is identified by 'First Name' and 'E-mail', Please input the exact data.</b>
</td>
</tr>
<tr>
<td align="right" height="35">Registration Type</td>
<td><img src="/images/form.gif"></td>
<td>
<!-----------------------------Participant------------------------>
<input type="radio" name="reg_f" [안내]태그제한으로등록되지않습니다-xxonClick="regf();cal_amount();" value="1" <%if reg_f="1" then%>checked<%end if%>> Participant |
<input type="radio" name="reg_f" [안내]태그제한으로등록되지않습니다-xxonClick="regf();cal_amount();" value="2" <%if reg_f="2" then%>checked<%end if%>> Author </td>
</tr>
<tr>
<td align="right" height="35"></td>
<td><img src="/images/form.gif"></td>
<td>
<input type="radio" name="reg_f2" value="2" [안내]태그제한으로등록되지않습니다-xxonclick="cal_amount();" <%if reg_f2="2" then%>checked<%end if%>> Full Time Student
<input type="radio" name="reg_f2" value="1" [안내]태그제한으로등록되지않습니다-xxonclick="cal_amount();" <%if reg_f2="1" then%>checked<%end if%>> General
</tr>
<tr>
<td align="right" height="35"></td>
<td><img src="/images/form.gif"></td>
<!---------------------------------IEEE Member ---------------------------------->
<td>
<input type="checkbox" name="ieee" value="2" [안내]태그제한으로등록되지않습니다-xxonclick="chk_ieee();cal_amount();" <%if ieee_id <> "" then%>checked<%end if%>> IEEE Member ID
<input type="text" name="ieee_id" class="reg_input" value="<%=ieee_id%>">
Scan file of identified IEEE membership card
should be submitted to secretariat@icact.org,
otherwise discount rate will not be applied.
</td>
</tr>
<tr>
<td align="right" height="35">Paper(Code) Number</td>
<td><img src="/images/form.gif"></td>
<td valign="top">
<table>
<tr>
<!---------------------------------paper_no0---------------------------------->
<td><input type="text" name="paper_no0" size="15" maxlength="15" class="reg_input" readonly value="<%=paper_no0%>"></td>
<!-------------------------------------------------------------------->
<!-------------------------------------------------------------------->
<!--------------temperary change for General participant-------------->
<!-------------------------------------------------------------------->
<!-------------------------------------------------------------------->
<!----><td><img src="/images/b_search.gif" style="cursor:hand" [안내]태그제한으로등록되지않습니다-xxonclick="openWindow('/include/Search_paper_main.asp?obj=0&gbn=1','search',500,300)"></td>
<!---<td><img src="/images/b_search.gif" ></td>--->
</tr>
</table>
</td>
</tr>
<tr>
<td align="right" height=""></td>
<td></td>
<td> (<font color="blue"><b>Search & select your paper code number here if you submitted any paper</font></b>)</td>
</tr>
<!--------------------------------------------------------------------------->
<!--------------------------------------------------------------------------->
<tr>
<td align="right" height="35">No of Additional 1st author's Papers</td>
<td><img src="/images/form.gif"></td>
<!---------------------------------------------------------------------------->
<!--------temperary change for general participant registration only---------->
<!---------------------------------------------------------------------------->
<!-- -->
<td>
<select name="paper_count" class="reg_input" [안내]태그제한으로등록되지않습니다-xxonchange="add_paper();cal_amount()">
<option value="0" <%if paper_count="0" then%>selected<%end if%>>====</option>
<option value="1" <%if paper_count="1" then%>selected<%end if%>>1</option>
<option value="2" <%if paper_count="2" then%>selected<%end if%>>2</option>
<option value="3" <%if paper_count="3" then%>selected<%end if%>>3</option>
<option value="4" <%if paper_count="4" then%>selected<%end if%>>4</option>
<option value="5" <%if paper_count="5" then%>selected<%end if%>>5</option>
<option value="6" <%if paper_count="6" then%>selected<%end if%>>6</option>
<option value="7" <%if paper_count="7" then%>selected<%end if%>>7</option>
<option value="8" <%if paper_count="8" then%>selected<%end if%>>8</option>
<option value="9" <%if paper_count="9" then%>selected<%end if%>>9</option>
</select>
Discount benefit is only for 1st author with his additional 1st author papers
</td>
<!-------------------------------Temperary--------------------------------- <td>
<select name="paper_count" class="reg_input" [안내]태그제한으로등록되지않습니다-xxonchange="add_paper();cal_amount()">
<option value="0" <%if paper_count="0" then%>selected<%end if%>>====</option> </select>
Discount benefit is only for 1st author with his additional 1st author papers
</td>
----------------------------Temperary------------------------------------>
</tr>
<tr>
<td align="right" height="35">Additional Paper(Code) Number</td>
<td><img src="/images/form.gif"></td>
<td>
<table>
<tr id="t1" <%if paper_no1 = "" then%>style="display:none"<%end if%>>
<td><input type="text" name="paper_no1" size="15" maxlength="15" value="<%=paper_no1%>" class="reg_input" readonly></td>
<td><img src="/images/b_search.gif" style="cursor:hand" [안내]태그제한으로등록되지않습니다-xxonclick="openWindow('/include/Search_paper.asp?obj=1','search',500,300)"></td>
</tr>
<tr id="t2" <%if paper_no2 = "" then%>style="display:none"<%end if%>>
<td><input type="text" name="paper_no2" size="15" maxlength="15" value="<%=paper_no2%>" class="reg_input" readonly></td>
<td><img src="/images/b_search.gif" style="cursor:hand" [안내]태그제한으로등록되지않습니다-xxonclick="openWindow('/include/Search_paper.asp?obj=2','search',500,300)"></td>
</tr>
<tr id="t3" <%if paper_no3 = "" then%>style="display:none"<%end if%>>
<td><input type="text" name="paper_no3" size="15" maxlength="15" value="<%=paper_no3%>" class="reg_input" readonly></td>
<td><img src="/images/b_search.gif" style="cursor:hand" [안내]태그제한으로등록되지않습니다-xxonclick="openWindow('/include/Search_paper.asp?obj=3','search',500,300)"></td>
</tr>
<tr id="t4" <%if paper_no4 = "" then%>style="display:none"<%end if%>>
<td><input type="text" name="paper_no4" size="15" maxlength="15" value="<%=paper_no4%>" class="reg_input" readonly></td>
<td><img src="/images/b_search.gif" style="cursor:hand" [안내]태그제한으로등록되지않습니다-xxonclick="openWindow('/include/Search_paper.asp?obj=4','search',500,300)"></td>
</tr>
<tr id="t5" <%if paper_no5 = "" then%>style="display:none"<%end if%>>
<td><input type="text" name="paper_no5" size="15" maxlength="15" value="<%=paper_no5%>" class="reg_input" readonly></td>
<td><img src="/images/b_search.gif" style="cursor:hand" [안내]태그제한으로등록되지않습니다-xxonclick="openWindow('/include/Search_paper.asp?obj=5','search',500,300)"></td>
</tr>
<tr id="t6" <%if paper_no6 = "" then%>style="display:none"<%end if%>>
<td><input type="text" name="paper_no6" size="15" maxlength="15" value="<%=paper_no6%>" class="reg_input" readonly></td>
<td><img src="/images/b_search.gif" style="cursor:hand" [안내]태그제한으로등록되지않습니다-xxonclick="openWindow('/include/Search_paper.asp?obj=6','search',500,300)"></td>
</tr>
<tr id="t7" <%if paper_no7 = "" then%>style="display:none"<%end if%>>
<td><input type="text" name="paper_no7" size="15" maxlength="15" value="<%=paper_no7%>" class="reg_input" readonly></td>
<td><img src="/images/b_search.gif" style="cursor:hand" [안내]태그제한으로등록되지않습니다-xxonclick="openWindow('/include/Search_paper.asp?obj=7','search',500,300)"></td>
</tr>
<tr id="t8" <%if paper_no8 = "" then%>style="display:none"<%end if%>>
<td><input type="text" name="paper_no8" size="15" maxlength="15" value="<%=paper_no8%>" class="reg_input" readonly></td>
<td><img src="/images/b_search.gif" style="cursor:hand" [안내]태그제한으로등록되지않습니다-xxonclick="openWindow('/include/Search_paper.asp?obj=8','search',500,300)"></td>
</tr>
<tr id="t9" <%if paper_no9 = "" then%>style="display:none"<%end if%>>
<td><input type="text" name="paper_no9" size="15" maxlength="15" value="<%=paper_no9%>" class="reg_input" readonly></td>
<td><img src="/images/b_search.gif" style="cursor:hand" [안내]태그제한으로등록되지않습니다-xxonclick="openWindow('/include/Search_paper.asp?obj=9','search',500,300)"></td>
</tr>
<tr id="t10" <%if paper_no10 = "" then%>style="display:none"<%end if%>>
<td><input type="text" name="paper_no10" size="15" maxlength="15" value="<%=paper_no10%>" class="reg_input" readonly></td>
<td><img src="/images/b_search.gif" style="cursor:hand" [안내]태그제한으로등록되지않습니다-xxonclick="openWindow('/include/Search_paper.asp?obj=10','search',500,300)"></td>
</tr>
</table>
</td>
</tr>
<!----------------------------------------------------------------------
<tr>
<td align="right" height="">Attendance at Tutorial</td>
<td><img src="/images/form.gif"></td>
<td>
<input type="radio" name="attendance" value="1" <%if attendance="1" then%>checked<%end if%>>Title : The “Future Internet” and the future of “the Internet” <br>
Hiroshi Esaki(University of Tokyo) : Feb, 15, 2009, 16:00~18:00
</td>
</tr>
<tr>
<td align="right" height=""></td>
<td></td>
<td>
<input type="radio" name="attendance" value="2" <%if attendance="2" then%>checked<%end if%>>Title : GMPLS networks and optical network testbeds <br>
Malathi Veeraraghavan(University of Virginia) : Feb, 15, 2009, 16:00~18:00
</td>
</tr>
<tr>
<td align="right" height=""></td>
<td></td>
<td>
<input type="radio" name="attendance" value="3" <%if attendance="3" then%>checked<%end if%>>No, thank
</td>
</tr>
<tr>
<td align="right" height=""></td>
<td></td>
<td>
* Registration allow for attendance at Tutorials.
</td>
</tr> ----------------------------------------------------------------------->
<!-------------------------------------------------------------------------
<tr>
<td colspan="3">
<br><br>
<font color="red">
Please mark the Tutorials that you are willing to attend. Registration fee includes free admission to the marked Tutorial Sessions without any additional charge.
</font>
<br><br>
</td>
</tr>
<tr>
<td align="right" height="">Attendance at Tutorial</td>
<td><img src="/images/form.gif"></td>
<td><b>07 Feb.10 (SUN), 15:00~18:30</b></td>
</tr>
<tr>
<td align="right" height=""><a href="http://icact.org/Program/session.asp?gbn=2" target="_blank">For more information</a></td>
<td></td>
<td>
<input type="radio" name="attendance" value="1" <%if attendance="1" then%>checked<%end if%>>Amateur Radio: More than a Hobby! <br>
Mr. Miroslav Skoric (University of Novi Sad)
</td>
</tr>
<tr>
<td align="right" height=""></td>
<td></td>
<td>
<input type="radio" name="attendance" value="2" <%if attendance="2" then%>checked<%end if%>>Service evolution for next generation network <br>
Dr. Gyu Myoung Lee (Institute Telecom, Telecom SudParis)
</td>
</tr>
<tr>
<td align="right" height=""></td>
<td></td>
<td>
<input type="radio" name="attendance" value="3" <%if attendance="3" then%>checked<%end if%>>Technical Evolutions and Challenges with Recent ISO/IEC MPEG and ITU-T VCEG Standardization<br>
Efforts toward Next-generation high-performance Video Coding<br>
Prof. Munchurl Kim (KAIST)<br>
</td>
</tr>
<tr>
<td align="right" height=""></td>
<td></td>
<td>
<input type="radio" name="attendance" value="0" <%if attendance="0" then%>checked<%end if%>>No, Thanks<br><br><br>
</td>
</tr>
<tr>
<td align="right" height=""></td>
<td><img src="/images/form.gif"></td>
<td><b>08 Feb.10 (MON), 09:00~12:00</b></td>
</tr>
<tr>
<td align="right" height=""></td>
<td></td>
<td>
<input type="radio" name="attendance2" value="1" <%if attendance2="1" then%>checked<%end if%>>Femtocell: Business Opportunities and Deployment Challenges <br>
Dr. Rashid A. Saeed (Telekom Research and Development) <br>
</td>
</tr>
<tr>
<td align="right" height=""></td>
<td></td>
<td>
<input type="radio" name="attendance2" value="0" <%if attendance2="0" then%>checked<%end if%>>No, Thanks<br><br><br>
</td>
</tr>
<tr>
<td align="right" height=""></td>
<td><img src="/images/form.gif"></td>
<td><b>09 Feb.10 (TUE), 09:00~12:00</b></td>
</tr>
<tr>
<td align="right" height=""></td>
<td></td>
<td>
<input type="radio" name="attendance3" value="1" <%if attendance3="1" then%>checked<%end if%>>Wireless Enhancements of TCP for Network Mobility (NEMO) <br>
Dr. Debashis SAHA (Indian Institute of Management)<br>
</td>
</tr>
<tr>
<td align="right" height=""></td>
<td></td>
<td>
<input type="radio" name="attendance3" value="0" <%if attendance3="0" then%>checked<%end if%>>No, Thanks<br><br><br>
</td>
</tr>
--------------------------------------------------------------------------->
<tr>
<td align="right" height="35">First Name (名)</td>
<td><img src="/images/form.gif"> </td>
<td><input type="text" name="name_f" maxlength="30" value="<%=name_f%>" class="reg_input" size="20"></td>
</tr>
<tr>
<td align="right" height="35">Last Name (姓)</td>
<td><img src="/images/form.gif"></td>
<td><input type="text" name="name_l" maxlength="30" value="<%=name_l%>" class="reg_input" size="20"></td>
</tr>
<tr>
<td align="right" height="35">Name on Badge</td>
<td><img src="/images/form.gif"></td>
<td><input type="text" name="name_k" maxlength="30" value="<%=name_k%>" class="reg_input" size="20"> (if different)</td>
</tr>
<tr>
<td align="right" height="35">Job Position</td>
<td><img src="/images/form.gif"></td>
<td><input type="text" name="pos_name" maxlength="50" value="<%=pos_name%>" class="reg_input" size="20"></td>
</tr>
<tr>
<td align="right" height="35">Nationality</td>
<td><img src="/images/form.gif"></td>
<!-- 국적 추가 <2009. 09. 09. By Kyuchul ============================================================================== -->
<td>
<select name="nationality" class="reg_input">
<option value="">Select Your Country </option>
<% sql = "select code, codenm from tb_code where classcd = '002' order by order_no "
set Rss = dbcon.execute(sql)
if not Rss.eof then
do until Rss.eof %>
<option value="<%=Rss("CODENM")%>" <%if nationality = Rss("CODENM") then%>selected<%end if%> > <%=Rss("CODENM")%></option>
<% Rss.movenext
loop
end if
Rss.close %>
</select>
</td>
<!-- ================================================================================================================== -->
<!-- <input type="text" name="nationality" maxlength="30" value="<%=nationality%>" class="reg_input" size="20"></td> -->
</tr>
<tr>
<td align="right" height="35">Title</td>
<td><img src="/images/form.gif"></td>
<td>
<select name="div_name">
<option value="">Select</option>
<option value="Mr" <%if div_name="Mr" then%>selected<%end if%>>Mr.</option>
<option value="Ms" <%if div_name="Ms" then%>selected<%end if%>>Ms.</option>
<option value="Dr" <%if div_name="Dr" then%>selected<%end if%>>Dr.</option>
<option value="Prof" <%if div_name="Prof" then%>selected<%end if%>>Prof.</option>
</select>
</td>
</tr>
<tr>
<td align="right" height="35">Company/Organization</td>
<td><img src="/images/form.gif"></td>
<td><input type="text" name="org_name" maxlength="30" value="<%=org_name%>" class="reg_input" size="20"></td>
</tr>
<tr>
<td align="right" height="35">ZIP</td>
<td><img src="/images/form.gif"></td>
<td><input type="text" name="zip" maxlength="30" value="<%=zip%>" class="reg_input" size="20"></td>
</tr>
<tr>
<td align="right" height="35">Address</td>
<td><img src="/images/form.gif"></td>
<td><input type="text" name="mailing_address" maxlength="100" value="<%=mailing_address%>" class="reg_input" size="50"></td>
</tr>
<tr>
<td align="right" height="35">City/State</td>
<td><img src="/images/form.gif"></td>
<td><input type="text" name="address" maxlength="30" value="<%=address%>" class="reg_input" size="20"></td>
</tr>
<tr>
<td align="right" height="35">Country</td>
<td><img src="/images/form.gif"></td>
<!-- 국적 추가 <2009. 09. 09. By Kyuchul ============================================================================== -->
<td>
<select name="country" class="reg_input">
<option value="">Select Your Country </option>
<% sql = "select code, codenm from tb_code where classcd = '002' order by order_no "
set Rss = dbcon.execute(sql)
if not Rss.eof then
do until Rss.eof %>
<option value="<%=Rss("CODENM")%>" <%if country = Rss("CODENM") then%>selected<%end if%> > <%=Rss("CODENM")%></option>
<% Rss.movenext
loop
end if
Rss.close %>
</select>
</td>
<!-- ================================================================================================================== -->
<!-- <td><input type="text" name="country" maxlength="30" value="<%=country%>" class="reg_input" size="20"></td> -->
</tr>
<tr>
<td align="right" height="35">Phone Number</td>
<td><img src="/images/form.gif"></td>
<td><input type="text" name="tel_num" maxlength="30" value="<%=tel_num%>" class="reg_input" size="20"> ( ex : +82-2-2131-0244 )</td>
</tr>
<tr>
<td align="right" height="35">Cellular Phone</td>
<td><img src="/images/form.gif"></td>
<td><input type="text" name="cellphone" maxlength="30" value="<%=cellphone%>" class="reg_input" size="20"></td>
</tr>
<tr>
<td align="right" height="35">E-mail Address</td>
<td><img src="/images/form.gif"></td>
<td><input type="text" name="e_mail1" maxlength="40" value="<%=e_mail1%>" class="reg_input" size="20"> @
<input type="text" name="e_mail2" maxlength="40" value="<%=e_mail2%>" class="reg_input" size="30"></td>
</tr>
<tr>
<td align="right" height="35">Notarized Invitation Letter</td>
<td><img src="/images/form.gif"></td>
<td>
<input type="radio" name="inv_letter" value="Y" <%if inv_letter="Y" then%>checked<%end if%> [안내]태그제한으로등록되지않습니다-xxonclick="cal_amount()"> Required |
<input type="radio" name="inv_letter" value="N" <%if inv_letter="N" then%>checked<%end if%> [안내]태그제한으로등록되지않습니다-xxonclick="cal_amount()"> Not Required
</td>
</tr>
<tr>
<td align="right" height="35"></td>
<td></td>
<td><input type="text" name="inv_memo" maxlength="50" value="<%=inv_memo%>" class="reg_input" size="50" <%if inv_letter="N" then%>style="background:#CCCCCC" readonly<%end if%>> Memo here, if anything special.</td>
</tr>
<tr>
<td colspan="3" align="center" >
※Invitation letter can be issued only after the Payment confirmed by ICACT Secretariat.
</td>
</tr>
<tr>
<td colspan="3" height="50"><hr> </td>
</tr>
<!-------------------------Step 2. Method of Registration Payment---------------->
<tr>
<td colspan="3" height="25" align="center">
<font style="font-size:11pt; font-family:굴림; color:#303030; line-height:15pt;"><b> Step 2. Registration Payment</b></td>
</tr>
<tr><td colspan="3" align="center" ><font color=red><b>
※At least one author per paper must get pre-registration!</font>
</td></tr>
<tr><td colspan="3">
<table border="1" cellspacing="1" cellpadding="2">
<TR> <TD> <input type="radio" name="pay_gbn" value="1" [안내]태그제한으로등록되지않습니다-xxonClick="pay_method()" <%if pay_gbn="1" then%>checked<%end if%>> <b>Credit Card </TD>
<TD><input type="radio" name="pay_gbn" value="2" [안내]태그제한으로등록되지않습니다-xxonClick="pay_method()" <%if pay_gbn="2" then%>checked <%end if%>><b> Wire-Transfer</TD>
<TD><input type="radio" name="pay_gbn" value="3" [안내]태그제한으로등록되지않습니다-xxonClick="pay_method()" <% if pay_gbn="3" then%>checked<% end if%>> <b>On-Site Registration </TD> </TR>
<TR> <TD width=250>Acceptable Credit Cards
<br> - VISA
<br> - MASTER
<br> <br>
※ Write down the <b>credit card number</b>
with <font color=red><b>16 digits & valid thru(mm/yy)</font></b>,<br>
(Ex.1) VISA 1234-1234-1234-1234 (02/15)<br>
in the below <b>Payment Details</b>.</TD>
<TD width=250><b>* Beneficiary Bank Information</b> <br>
Swift Code: NACFKRSEXXX<br>
Bank Name: National Agricultural Cooperative Federation<br>
Branch: Pyung-Hwa Branch<br>
Address: 18-219, Euljiro 6-Ga, Jung-Gu, Seoul, Korea(South) <br>
Tel: +82-2-2266-2136<br>
FAX: +82-2-2265-8646<br>
Beneficiary Account No:452-0004-4245-31(Dollar account)<br>
Beneficiary Name: Global IT Research Institute(GIRI)<br><br>
※ Write down the <b>remitter name</b> in the below <b>Payment Details</b> who must be identified exactly by the name of author or attendee. <br>
(Ex.2) Remitter: Burak Obama<br>
※ Send us the scanned file of your receipt of your Wire-Transfer via your eMail.<br>
</b></TD>
<TD>Acceptable Payment On-Site: <br>
- VISA <br>
- MASTER<br>
- Cash <br><br>
※ Write down the <b>registrant name</b> in the below <b>Payment Details</b> who must be identified exactly by the name of author or attendee. <br>
(Ex.3) On-Site: Burak Obama<br></TD> </TR>
<TR >
<TD colspan=3> <br>
<font color=red><b>
※ Card Name + Number(16 digits) + Valid Thru(mm/yy) in case of Credit card.</font>
<br>
<b> ※ Payment Details</b><img src="/images/form.gif">
<input type="text" name="deposit_name" size="50" maxlength="50" value="<%=deposit_name%>" class="reg_input">
<br>
<font color=red><b>(Ex.1) VISA 1234-1234-1234-1234 (02/15)</font>
<br>
(Ex.2) Remitter: Burak Obama
<br>
(Ex.3) On-Site: Burak Obama <br>
</TD>
</TR>
</table></td><td></td></tr>
<tr>
<td align="right" height="35"> 8 Beds Shared Room <!--Technical Proceedings--></td>
<td><img src="/images/form.gif"></td>
<td>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td> <input type="checkbox" name="proceeding" value="Y" <%if proceeding="Y" then%>checked<%end if%> [안내]태그제한으로등록되지않습니다-xxonclick="chk_proc();cal_amount();">One Bed</td>
<td>
<select name="proc_count" [안내]태그제한으로등록되지않습니다-xxonchange="cal_amount();">
<option value="0" <%if proc_count="0" then%>selected<%end if%>>0</option>
<option value="1" <%if proc_count="1" then%>selected<%end if%>>1</option>
<option value="2" <%if proc_count="2" then%>selected<%end if%>>2</option>
<option value="3" <%if proc_count="3" then%>selected<%end if%>>3</option>
<option value="4" <%if proc_count="4" then%>selected<%end if%>>4</option>
</select> Night(s)
</td>
<td><input type="checkbox" name="proceeding2" value="Y" <%if proceeding2="Y" then%>checked<%end if%> [안내]태그제한으로등록되지않습니다-xxonclick="chk_proc();cal_amount();">Full Bed</td>
<td>
<select name="proc_count2" [안내]태그제한으로등록되지않습니다-xxonchange="cal_amount();">
<option value="0" <%if proc_count2="0" then%>selected<%end if%>>0</option> <!--------
<option value="1" <%if proc_count2="1" then%>selected<%end if%>>1</option>
<option value="2" <%if proc_count2="2" then%>selected<%end if%>>2</option>
<option value="3" <%if proc_count2="3" then%>selected<%end if%>>3</option>
<option value="4" <%if proc_count2="4" then%>selected<%end if%>>4</option>
<option value="5" <%if proc_count2="5" then%>selected<%end if%>>5</option>
<option value="6" <%if proc_count2="6" then%>selected<%end if%>>6</option>
<option value="7" <%if proc_count2="7" then%>selected<%end if%>>7</option>
<option value="8" <%if proc_count2="8" then%>selected<%end if%>>8</option>
<option value="9" <%if proc_count2="9" then%>selected<%end if%>>9</option>
<option value="10" <%if proc_count2="10" then%>selected<%end if%>>10</option> -------->
</select> EA
</td>
<td><input type="checkbox" name="proceeding3" value="N" <%if proceeding3="N" then%>checked<%end if%> [안내]태그제한으로등록되지않습니다-xxonClick="cal_amount()"> No Thanks</td>
</tr>
</table>
</td>
</tr>
<tr height="35">
<td align="right">Registration Fee<br> </td>
<td><img src="/images/form.gif"><br> </td>
<td>
<table>
<tr align="center">
<td> $ <input type="text" name="deposit_amount" value="<%=deposit_amount%>" size="7" style="text-align:right;" readonly class="reg_input"> USD</td>
<td> = </td>
<td><input type="text" name="amount1" value="<%=amount1%>" size="7" style="text-align:right;" readonly class="reg_input"></td>
<td> + </td>
<td><input type="text" name="amount2" value="<%=amount2%>" size="7" style="text-align:right;" readonly class="reg_input"></td>
<td> + </td>
<td><input type="text" name="amount3" value="<%=amount3%>" size="7" style="text-align:right;" readonly class="reg_input"></td>
<td> + </td>
<td><input type="text" name="amount4" value="<%=amount4%>" size="7" style="text-align:right;" readonly class="reg_input"></td>
</tr>
<tr align="center">
<td>Total</td>
<td> = </td>
<td>Registration</td>
<td> + </td>
<td>Additional Paper</td>
<td> + </td>
<td>Room Fee</td>
<td> + </td>
<td>Notarial Fee</td>
</tr>
</table>
</td>
</tr>
<tr><td colspan="3" height="50"><hr></td></tr>
<tr>
<td colspan="3" align="center">
<input type="button" name="OK" value="Registration" [안내]태그제한으로등록되지않습니다-xxonclick="javascrip:checkIt(this.form)">
<input type="reset" name="Cancel" value=" Cancel ">
</td>
</tr>
</table>
</form>
<script language="javascript">
<!--
regf();
pay_method();
//-->
</script>
<!--#include virtual="/include/tail.asp"-->
<!--#include virtual="/include/Dbclose.asp"-->
|
|
