BLOG main image
분류 전체보기 (43)
dog발; (20)
1if2; (22)
mouse랄; (0)
Z식; (1)
15,420 Visitors up to today!
Today 5 hit, Yesterday 31 hit
daisy rss
tistory 티스토리 가입하기!
2011/02/28 13:00
function move(newWindow){
	try{
		if(!newWindow){
			location.href = "보낼주소";
		else{
			var newWin = window.open('about:blank');
			newWin.location.href = "보낼주소";
		}
	}catch(ex){
		alert(ex.message);
	}
}
<img src="test.jpg" style="cursor:pointer;" onclick="move(false);" /> 일반적인 이동
<img src="test.jpg" style="cursor:pointer;" onclick="move(true);" /> 새창 이동
저작자 표시
크리에이티브 커먼즈 라이선스
Creative Commons License

'dog발; > javascript' 카테고리의 다른 글

.attr("checked", "") 버그  (0) 2012/01/20
The Node Beginner Book (Korean version)  (0) 2012/01/13
javascript location.href target  (3) 2011/02/28
input text용 updown버튼  (1) 2011/02/14
jQuery 입력폼 글자수 제한  (0) 2011/02/10
jQuery 클릭한 객체 인덱스 알기  (0) 2011/02/10
Trackback Address :: http://blog.dbza.net/trackback/179 관련글 쓰기
zzin | 2011/09/17 01:09 | PERMALINK | EDIT/DEL | REPLY
오타 하나 발견~
function move(newWindow)P <-- P
ㅋㅋ
vinu | 2011/09/19 15:20 | PERMALINK | EDIT/DEL


{ 칠려던게 P가 찍혔나봐요 ㅋㅋ
고치기 귀찮;;; ㅋㅋ
초보 | 2012/02/20 12:16 | PERMALINK | EDIT/DEL | REPLY
굿... 심플하니 좋네요.
Name
Password
Homepage
Secret