JavaScript A 링크에 Alert창 바로 붙이기
페이지 정보
본문
A link that displays an alert dialog box.
Replace the text between the single quotes after window.alert to change the text displayed in the alert window. Change the text before the </A> to change the link text. To display the alert box and jump to another page change the text between the quotes after HREF to the URL to jump to.
<a href='javascript:window.alert("Example of a link that displays an alert box");'> link </a>
<a href="javascript:window.alert('사업자회원 전환후 이용가능합니다.');">회사 정보</a>
자료인용
http://www.crowderassoc.com/javascript/alertbox.html
댓글목록
등록된 댓글이 없습니다.