묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
리스트 목록 링크 + 팝업...?
2007.06.30 08:24
<select onchange="window.open(this.options[this.selectedIndex].value,'_blank')" style="font-size:13px; color:rgb(54,54,54); background-color:rgb(255,239,164); width:142px; height:13px;">
<br>
<option selected> 내용 </option>
<br>
<option value=" 주소 "> 내용 </option>
<br>
</select>
----- 위의 소스는 리스트목록상에 링크를 걸어서 사용할수있는 것입니다.
(팝업창이 않됨.!)
<html>
<head><title></title>
<script language="JavaScript">
<!--
function newin(width,height,url,name,opt) {
var scroll = (opt == "no_scroll") ? "no" : "yes";
msgWindow=window.open(url,name,'statusbar=no,scrollbars='+scroll+',status=no,resizable=yes,width='+width+',height='+height)
}
//-->
</script>
</head>
<body>
<a href=".javascriptnewin(420, 140, './index.htm','popup', 'no_scroll')"><img src=icn.gif alt='배너다는 소스 보기'></a>
</body>
</html>
----- 위의 소스는 클릭시 팝업창을 띄우게하는 것입니다.
(팝업창만 됨.!)
이 두가지를 같이 사용할순 없을까요.~?
리스트 목록상에서 클릭하면 팝업창이 뜨게 할순 없을까요.~?
아님 제가말한 형식의 다른 소스는 없나요.~?
<br>
<option selected> 내용 </option>
<br>
<option value=" 주소 "> 내용 </option>
<br>
</select>
----- 위의 소스는 리스트목록상에 링크를 걸어서 사용할수있는 것입니다.
(팝업창이 않됨.!)
<html>
<head><title></title>
<script language="JavaScript">
<!--
function newin(width,height,url,name,opt) {
var scroll = (opt == "no_scroll") ? "no" : "yes";
msgWindow=window.open(url,name,'statusbar=no,scrollbars='+scroll+',status=no,resizable=yes,width='+width+',height='+height)
}
//-->
</script>
</head>
<body>
<a href=".javascriptnewin(420, 140, './index.htm','popup', 'no_scroll')"><img src=icn.gif alt='배너다는 소스 보기'></a>
</body>
</html>
----- 위의 소스는 클릭시 팝업창을 띄우게하는 것입니다.
(팝업창만 됨.!)
이 두가지를 같이 사용할순 없을까요.~?
리스트 목록상에서 클릭하면 팝업창이 뜨게 할순 없을까요.~?
아님 제가말한 형식의 다른 소스는 없나요.~?