창닫기 버튼 소스
본문
<form>
<input type="Button" value="창닫기" onclick="window.close()" style="color:white; background:black; border:gray 2 solid;"
onmouseover="this.style.color='black'; this.style.background='white'; this.style.cursor='hand';"
onmouseout="this.style.color='white'; this.style.background='black';">
</form>
입니다.
이 소스는 <body>와</body>사이에 넣어 주시면 됩니다.
출처 : http://www.aircon1004.com/data/bbs/board.php?bo_table=pds1&wr_id=12
<input type="Button" value="창닫기" onclick="window.close()" style="color:white; background:black; border:gray 2 solid;"
onmouseover="this.style.color='black'; this.style.background='white'; this.style.cursor='hand';"
onmouseout="this.style.color='white'; this.style.background='black';">
</form>
입니다.
이 소스는 <body>와</body>사이에 넣어 주시면 됩니다.
출처 : http://www.aircon1004.com/data/bbs/board.php?bo_table=pds1&wr_id=12
관련링크
댓글목록
등록된 댓글이 없습니다.