본문 바로가기

디자인

버튼하나에 링크여러개 잡기

------------------------------------------------------------------------------

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>버튼하나에 링크여러개잡기 - bigwav Design</title>
 
<script>
 function click(){
 window.open('http://www.naver.com');
 window.open('http://www.yahoo.co.kr');
 window.open('http://www.google.co.kr');
  }
 </script>

</head>

<body>

<a href="javascript:click()">여러링크버튼</a>

</body>

</html>

-----------------------------------------------------------------------------

그리찾아헤매던 소스를 구했다- -^ 캬캬캬캬