Windows NT에서의 ASP(Active Server Page) 활용
페이지 정보
작성일 24-05-18 13:53
본문
Download : Windows NT에서의 ASP(Active Server Page) 활용.ppt
설명
순서
다.
6) 웹 서버는 생성된 정보를 웹 브라우져에 전송한다.
▶ 접속 위치 찾기 : login_end.asp☞ 28: temp = date()
☞ 30: Sql = `select date from log where date = `` & temp & ``;`
☞ 31: Set Rs = Conn.Execute(Sql)
☞ 32:
☞ 33: If Rs.EOF Then
☞ 34: Sql = `Insert into log(date, ie, net, inn, out) values(`` & temp & ``, 0, 0, 0, 0)`
☞ 35: Conn.Execute(Sql)
☞ 36: End IF
☞ 37:
☞ 38: If left(Reque…(skip)
Download : Windows NT에서의 ASP(Active Server Page) 활용.ppt( 77 )
1)웹 브라우저가 웹 서버의 스크립트를 요청한다.( 4장 참조)


