<%@LANGUAGE="VBSCRIPT"%> <% ' *** Restrict Access To Page: Grant or deny access to this page MM_authorizedUsers="" MM_authFailedURL="login.asp" MM_grantAccess=false If Session("MM_Username") <> "" Then If (true Or CStr(Session("MM_UserAuthorization"))="") Or _ (InStr(1,MM_authorizedUsers,Session("MM_UserAuthorization"))>=1) Then MM_grantAccess = true End If End If If Not MM_grantAccess Then MM_qsChar = "?" If (InStr(1,MM_authFailedURL,"?") >= 1) Then MM_qsChar = "&" MM_referrer = Request.ServerVariables("URL") if (Len(Request.QueryString()) > 0) Then MM_referrer = MM_referrer & "?" & Request.QueryString() MM_authFailedURL = MM_authFailedURL & MM_qsChar & "accessdenied=" & Server.URLEncode(MM_referrer) Response.Redirect(MM_authFailedURL) End If %> <% If Request("sign_id") = "" Then Response.Redirect("admin.asp") End If %> <% SignID = Request("sign_id") 'Manage = Request("manage") Set conn = Server.CreateObject("ADODB.Connection") conn.Open(MM_cotec_STRING) sql = "Select * From signData Where sign_id = " & SignID Set rs = conn.Execute(sql) sqlno = "Select max(pono) as ponomax From signData" Set rsno = conn.Execute(sqlno) dim ponos,ponomaxs,ponomaxss,ponomaxrp ponos = rs("pono") ponomaxs = rsno("ponomax") If Not IsNull(ponos) Then ponomaxrp = left("00000",5-len(ponos)) & ponos Else ponomaxrp = "" End If If IsNull(ponomaxs) then ponomaxss = "00001" Else ponomaxss = rsno("ponomax") +1 ponomaxss = left("00000",5-len(Cstr(ponomaxss))) & ponomaxss End If %> 報名修改

報名修改: <% If IsNull(rs("company")) Then Response.Write("") Else Response.Write(rs("company")) End If%>

 
<% If Request("msg") <> "" then %> <% End If %>
訊息:<%= Request("msg") %>
發票及聯絡資料 (step 1) <% IF IsNull(rs("action")) OR IsNull(rs("pono")) OR rs("action")="未處理" Then%> 您未對此報名表做處理及回覆! <% End If %>
聯絡方式: <% If Not IsNull(rs("action")) Then htmlCode = " <% End If %> 處裡人員: " size="10" maxlength="20">
公司全銜: " size="40" maxlength="50"> 統一編號: " size="20" maxlength="10">
聯絡地址: " size="50" maxlength="100"> 郵遞區號: " size="10" maxlength="10">
聯絡人: " size="20"> 報名序號: " name="pono" type="text" class="input_text" id="pono" value="<% If IsNull(rs("pono")) or rs("pono") = 0 Then Response.Write(ponomaxss) Else Response.Write(ponomaxrp) End If%>" size="10" maxlength="10">
聯絡人電話: " size="20"> 聯絡人傳真: " size="20">
業 別: > 資訊電腦業 > 消費電子業 > 電子零組件業 > 光電產業 > 政府單位 > 創業投資業 > 金融業
  > 半導體業 > 電機業 > 通訊產業 > 研發機構 > 學校 > 貿易代理 > 協會 > 其他
填寫參與人員與統計費用 (step 2)
參加人姓名: " size="18"> 職稱: " size="10"> email: " size="30">
參加人身分: <% If Not IsNull(rs("etype")) Then htmlCode = " <% End If %>        
擬參加場次: 12/29 IPv6技術研討會
擬參加場次:
費用統計: " size="20">
<% Set rs = Nothing Set rsno = Nothing %>