셀렉트박스 위로 레이어 띄우기 > html

본문 바로가기
사이트 내 전체검색

html

셀렉트박스 위로 레이어 띄우기

페이지 정보

작성자 서방님 댓글 0건 조회 124회 작성일 13-01-08 10:43

본문

<html>
<head>
<title> </title>


<SCRIPT LANGUAGE="JavaScript">
<!--
function showHide()
{
 var ifr1 = document.all.iframe1;

  if(ifr1.style.visibility == "hidden")
  {
   ifr1.style.visibility = "visible";
   mydiv.style.visibility = "visible";
  sel1.disabled = true;
 }
 else
 {
  ifr1.style.visibility = "hidden";
  mydiv.style.visibility = "hidden";
  sel1.disabled = false;
 }

}
//-->
</SCRIPT>


</head>

 

<body>
<iframe id="iframe1" style="width:200; height:200; position:absolute; visibility:hidden"></iframe>
<div id="mydiv" style="background-color:khaki; width:200; height:200; position:absolute; left:10; visibility:hidden">레이어 올라왔다..</div>
<select name="sel1">
 <option value="">select111111111111111111111111</option>
</select>
<input type="button" value="call showHide" onclick="showHide()" />
<input type="button" value="소스보기" onclick="location.href='view-source:'+self.location.href" />
</body>
</html>

 

댓글목록

등록된 댓글이 없습니다.

Total 323건 9 페이지
게시물 검색

회원로그인

접속자집계

오늘
75
어제
84
최대
1,347
전체
154,446
Latest Crypto Fear & Greed Index

그누보드5
Copyright © 서방님.kr All rights reserved.