Alert 함수 만들기 > 기술자료 | 해피정닷컴

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,643건 93 페이지
  • RSS
기술자료 목록
803
MSSQL   19058  2009-09-25 06:08  
802
MSSQL   35659  2009-09-24 22:49  
801
MSSQL   21299  2009-09-24 20:55 ~ 2017-02-15 00:00  
800
MSSQL   15530  2009-09-24 20:03  
799
메이크샵   11672  2009-09-24 10:55  
798
Search   12678  2009-09-22 19:23  
797
일반   17102  2009-09-21 15:50  
796
ClassicASP   28661  2009-09-18 03:00 ~ 2016-03-21 00:00  
795
HTML   15190  2009-09-16 23:32 ~ 2009-09-17 00:00  
794
HTML   11594  2009-09-11 07:26  
793
PHP   23740  2009-09-09 22:42  
792
MySQL   18962  2009-09-08 20:22  
791
MySQL   43741  2009-09-08 20:21  
열람
ClassicASP   14090  2009-09-07 12:51 ~ 2016-02-11 00:00  
789
전자결제   19769  2009-09-02 18:25 ~ 2015-03-27 00:00  
788
Search   14626  2009-09-02 11:46 ~ 2009-09-21 00:00  
787
JavaScript   13285  2009-09-02 10:21  
786
WindowsServer   22076  2009-09-01 20:45 ~ 2018-12-21 15:19  
785
호스팅   29891  2009-08-31 21:03  
784
WindowsServer   26778  2009-08-27 22:42  

검색

해피정닷컴 정보

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

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