반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
Tags
- #db#order#by
- #자바스크립트#시계#실시간시계
- #자바스크립트#회원가입#유효성#검사
- #db#join#inner#cross
- #db#데이터베이스#select
- #alert#자바스크립트#checkbox#alert
- #C언어#for#간단#예제
- #C언어#타입#printf
- #C언어#switch#case#계산기#함수
- #자바스크립트#접속시간#시간
- #C언어#if
- #html#프레임
- #db#where
- #C언어#do#while#계산기#함수
- #C언어#사각형
- #자바스크립트#만년달력#달력
- #db#froup#by
- #자바스크립트#alert
- #select#from#distinct
- #C언어#숫자비교#삼항연산자
- #getElementById#id
- #증감#연산자
- #C언어#do#while#계산기
- #자바스크립트#텍스트#알람#alert
- #html#테이블#table
- #C언어#scanf#fflush
- #클릭#숨기기#보이기
- #jQuery#mouse#over
- #alert#자바스크립트#radio#check
- #C언어#성적처리#점수#등급
Archives
- Today
- Total
선택장애
Response.write 로 alert 띄우기 본문
반응형
response.write "<script>alert('알림창.'); </script>"
기본적인 alert알람만 띄우는 방법이다.
response.write "<script>alert('알림창.'); location.href='2022.asp'; </script>"
response.write "<script>alert('알림창.'); self.close();</script>"
조건을 활용하면 링크로 보낼수도, 창닫기도 할 수 있다.
반응형
'ASP' 카테고리의 다른 글
Response.Redirect - 페이지 강제 이동 (0) | 2022.05.03 |
---|---|
ASP, DB - 입력할 때 엔터(Enter)사용으로 insert하면 엔터(Enter)로 출력되게. (0) | 2022.05.02 |
ASP, DB에서 조회된 값 isarray로 값 받아서 for문 돌리기 (0) | 2022.05.02 |
글자 수 세기 (len, length) (0) | 2020.10.07 |
자바로 script사용하기 (alert 알림 띄우기) (0) | 2020.09.17 |