Alert 함수 만들기 > 기술자료

본문 바로가기

사이트 내 전체검색

Alert 함수 만들기 > 기술자료

ClassicASP Alert 함수 만들기

페이지 정보


본문

<%
'-----------------ALERT 표시 ---------------------------
sub Alert(txtmsg)
    txtmsg = replace(txtmsg, "'", "`")
    response.write "<script language='javascript'>"
    response.write "alert('" & txtmsg & "');"
    response.write "</script>"
end sub

'-----------------ALERT 표시 후 뒤로 이동---------------
sub Alert_back(txtmsg)
    txtmsg = replace(txtmsg, "'", "`")
    response.write "<script language='javascript'>"
    response.write "alert('" & txtmsg & "');"
    response.write "history.back ();"
    response.write "</script>"
    response.end
end sub

'-----------------ALERT 표시 후 특정 URL 로 이동-----------------
sub Alert_url(txtmsg, txturl)
    txtmsg = replace(txtmsg, "'", "`")
    response.write "<script language='javascript'>"
    response.write "alert('" & txtmsg & "');"
    response.write "window.location.replace ('" & txturl & "');"
    response.write "</script>"
    response.end
end sub

'-----------------ALERT 표시없이 전체윈도우에 대한 특정 URL 로 이동(프레임으로 나누어져 있을때)
sub Win_link(txturl)
    response.write "<script language='javascript'>"
    response.write "parent.location.replace ('" & txturl & "');"
    response.write "</script>"
    response.end
end sub

'----------------- 창 닫기 ----------------------------------
sub win_close()
    response.write "<script language='javascript'>"
    response.write "window.close();"
    response.write "</script>"
    response.end
end sub



Alert "하하하"
Alert_back "하하하"
Alert_url "하하하"
Win_link "하하하","호호호"
win_close()
%>


참고사이트
http://fendee.egloos.com/7116610
http://ankyu.entersoft.kr/lecture/ASP/04_usefunc04.asp

댓글목록

등록된 댓글이 없습니다.


Total 2,650건 93 페이지
  • RSS
기술자료 목록
810
HTML   20653  2009-10-08 12:07 ~ 2021-11-09 15:48  
809
Adobe   25245  2009-10-07 14:51  
808
그누보드   12731  2009-10-07 18:55 ~ 2009-10-08 00:00  
807
그누보드   18419  2009-10-07 03:36  
806
일반   12982  2009-10-05 15:11  
805
ClassicASP   24173  2009-09-30 14:51 ~ 2010-04-24 00:00  
804
일반   20466  2009-09-29 04:05  
803
MSSQL   19583  2009-09-25 06:08  
802
MSSQL   36907  2009-09-24 22:49  
801
MSSQL   21722  2009-09-24 20:55 ~ 2017-02-15 00:00  
800
MSSQL   15909  2009-09-24 20:03  
799
메이크샵   12274  2009-09-24 10:55  
798
Search   13020  2009-09-22 19:23  
797
일반   17560  2009-09-21 15:50  
796
ClassicASP   29325  2009-09-18 03:00 ~ 2016-03-21 00:00  
795
HTML   15621  2009-09-16 23:32 ~ 2009-09-17 00:00  
794
HTML   11989  2009-09-11 07:26  
793
PHP   24446  2009-09-09 22:42  
792
MySQL   19444  2009-09-08 20:22  
791
MySQL   44283  2009-09-08 20:21  

검색

해피정닷컴 정보

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

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