신청서 상세보기 샘플 > 기술자료 | 해피정닷컴

신청서 상세보기 샘플 > 기술자료

본문 바로가기

사이트 내 전체검색

신청서 상세보기 샘플 > 기술자료

ClassicASP 신청서 상세보기 샘플

페이지 정보


본문

<%
Option Explicit

set db = Server.CreateObject("ADODB.Connection")
db.Open "Provider=SQLOLEDB.1;Password=비밀번호;Persist Security Info=True; User ID=아이디; Initial Catalog=디비이름; Data Source=디비주소"
sql = "select * from application where num = '"& request("num") &"' "
set rs = Server.CreateObject("ADODB.Recordset")
    'response.write SQL
rs.open sql,db,1

if not rs.EOF or not rs.BOF then ' 자료가 있을때
   name = rs("name")
   email = rs("email")
end if
%>
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=euc-kr" />
  <title>후원자 신청하기</title>
</head>

<body>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td width="110" height="30" align="center" bgcolor="#f7f7f7">성 명</td>
    <td style="padding:0 10px 0 10px;"><%=name%></td>
  </tr>
  <tr>
    <td width="110" height="1" bgcolor="#dadada"><img src="../images/spacer.gif" alt="" /></td>
    <td bgcolor="#dadada"><img src="../images/spacer.gif"alt="" /></td>
  </tr>
  <tr>
    <td height="30" align="center" bgcolor="#f7f7f7">E-mail</td>
    <td class="text" style="padding:0 10px 0 10px;"><%=email%></td>
  </tr>
</table>
</body>
</html>

댓글목록

등록된 댓글이 없습니다.


Total 2,640건 118 페이지
  • RSS
기술자료 목록
300
그누보드   17916  2007-07-26 19:18 ~ 2020-01-14 22:55  
299
Editor   24026  2007-07-26 05:45  
298
그누보드   25354  2007-07-25 20:23 ~ 2020-10-07 18:47  
297
HTML   14552  2007-07-25 16:17  
296
그누보드   13316  2007-07-25 09:37  
295
그누보드   13157  2007-07-25 09:05  
294
PHP   22257  2007-07-23 22:58 ~ 2019-01-11 23:03  
293
MySQL   15153  2007-07-22 17:28  
열람
ClassicASP   11506  2007-07-20 19:41 ~ 2016-09-11 00:00  
291
ClassicASP   13478  2007-07-20 19:04 ~ 2016-08-30 00:00  
290
ClassicASP   19582  2007-07-20 18:45 ~ 2018-06-19 23:34  
289
PHP   16695  2007-07-20 08:21  
288
그누보드   14774  2007-07-14 15:45 ~ 2020-10-05 07:01  
287
그누보드   14346  2007-07-14 15:44  
286
그누보드   9983  2007-07-14 15:40  
285
영카트   14260  2007-07-09 17:31  
284
그누보드   17486  2007-07-05 06:47  
283
HTML   12078  2007-07-03 11:34  
282
전자결제   16217  2007-07-02 20:05  
281
전자결제   11832  2007-07-02 19:59  

검색

해피정닷컴 정보

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

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