Split로 2차원배열 저장하기 > 기술자료 | 해피정닷컴

Split로 2차원배열 저장하기 > 기술자료

본문 바로가기

사이트 내 전체검색

Split로 2차원배열 저장하기 > 기술자료

ClassicASP Split로 2차원배열 저장하기

페이지 정보


본문

[ write.asp : 입력페이지 ]

<form name="hpwrite" action="write_ok.asp" method="post">
<table border="0" width="100%" cellpadding="0" cellspacing="0">
  <col width="120" />
  <col />
  <col />
  <tr>
    <td height="25"></td>
    <td>이름</td>
    <td>연락처</td>
    <td>E-mail</td>
  </tr>
  <%
  dim tkb_num, i
  tkb_num = 5
  if tkb_num > 0 then
    for i = 1 to tkb_num step 1
  %>
  <tr>
    <td style='padding-left:20px; height:30px;'>· <% response.write i %></td>
    <td><input type="text" name="tk_buyer_name<% response.write i %>" style="width:110px;" value="" /></td>
    <td style="padding:0 10px 0 10px;"><input type="text" name="tk_buyer_tel<% response.write i %>" style="width:140px;" value="" /></td>
    <td><input type="text" name="tk_buyer_email<% response.write i %>" style="width:300px;" value="" /></td>
  </tr>
  <%  
    next
  end if
  %>
</table>
<input type="submit" value="티켓구매" />
</form>


[ write_ok.asp : 2차원 배열을 저장하기 ]

<%
  dim tkb_num, tk_buyer_name, i
  
  if tkb_num > 0 then
    for i = 0 to tkb_num step 1
      tk_buyer_name = request("tk_buyer_name" & i) &"|"& request("tk_buyer_tel" & i) &"|"& request("tk_buyer_email" & i)
if i = 1 then
  tkb_buyer = tk_buyer_name
else
  tkb_buyer =  tkb_buyer & "," & tk_buyer_name
  'tkb_buyer =  tkb_buyer & "|" & tk_buyer_name
end if
    next
    if i = tkb_num then
      tkb_buyer =  tkb_buyer & ","
    end if
  end if
  
  response.write ("<script language='Javascript'>")
  response.write ("alert('이벤트가 등록 되었습니다.');")
  response.write "document.location.href = 'view.asp'"
  response.write ("</script>")
  response.End()
%>

댓글목록

등록된 댓글이 없습니다.


Total 198건 4 페이지
  • RSS
기술자료 목록
138
ClassicASP   17805  2012-06-11 12:09 ~ 2012-06-11 00:00  
137
ClassicASP   13616  2012-06-11 06:55  
136
ClassicASP   13365  2012-05-30 19:50  
135
ClassicASP   24255  2012-05-21 20:28  
134
ClassicASP   18668  2012-05-18 17:28  
133
ClassicASP   19677  2012-05-18 14:28 ~ 2012-05-25 00:00  
132
ClassicASP   20108  2012-04-27 02:31  
131
ClassicASP   53578  2012-04-24 17:51 ~ 2013-05-12 00:00  
130
ClassicASP   15188  2012-04-19 02:17  
129
ClassicASP   15251  2012-04-18 13:41 ~ 2016-03-30 00:00  
128
ClassicASP   29086  2012-04-17 22:22 ~ 2018-07-10 13:40  
127
ClassicASP   13848  2012-04-17 13:55  
126
ClassicASP   20872  2012-04-02 09:26  
열람
ClassicASP   15150  2012-04-01 17:00  
124
ClassicASP   15934  2012-04-01 09:14 ~ 2012-04-01 00:00  
123
ClassicASP   19915  2012-03-27 13:14  
122
ClassicASP   26483  2012-03-26 20:16  
121
ClassicASP   14850  2012-03-24 01:04 ~ 2012-07-30 00:00  
120
ClassicASP   12185  2012-03-23 23:12  
119
ClassicASP   15926  2012-03-23 21:03 ~ 2013-11-06 00:00  

검색

해피정닷컴 정보

회사소개 회사연혁 협력사 오시는길 서비스 이용약관 개인정보 처리방침

회사명: 해피정닷컴   대표: 정창용   전화: 070-7600-3500   팩스: 042-670-8272
주소: (34368) 대전시 대덕구 대화로 160 대전산업용재유통단지 1동 222호
개인정보보호책임자: 정창용   사업자번호: 119-05-36414
통신판매업신고: 제2024-대전대덕-0405호 [사업자등록확인]  
Copyright 2001~2024 해피정닷컴. All Rights Reserved.