sitelink1  
sitelink2  
sitelink3  
sitelink4 http://1 
extra_vars4 ko 
extra_vars5 http://blog.naver.com/dozuq?Redirect=Log&logNo=4638844 
extra_vars6 sitelink1 
  1. <style>  
  2. #innermenu a{   
  3. text-decoration:none;   
  4. }  
  5. #innermenu a:hover{   
  6. background-color:#FFFF95;   
  7.   
  8. }   
  9.   
  10. </style>   
  11. <script language="JavaScript1.2">   
  12.   
  13. //DHTML combo box script- by javascriptkit.com   
  14. //Visit JavaScript Kit (http://www.javascriptkit.com) for script   
  15. //Credit must stay intact for use   
  16.   
  17. var ie5=(document.getElementById&&navigator.appName.indexOf("Internet Explorer")!=-1)   
  18.   
  19. if (ie5){   
  20. document.write('<span style="position:relative;width:150px;height:20px;border:1px solid black;font:bold 10pt Verdana;padding:2px" onClick="showhide(1);event.cancelBubble=1" ><span style="cursor:hand;width:100%">Script Categories <img src="tridown.gif"></span>')   
  21. document.write('<div id="innermenu" style="position:absolute;left:2;top:16;width:240px;height:100px;border:1px solid black;background-color:white;overflow-y:scroll;visibility:hidden;">')   
  22. }   
  23.   
  24. function gl(linkname,dest){   
  25. document.write('<b><a href='+dest+'">'+linkname+'</a></b><br>')   
  26. }   
  27.   
  28. function showhide(state){   
  29. var cacheobj=document.getElementById("innermenu").style   
  30.   
  31. if (state==0)   
  32. cacheobj.visibility="hidden"  
  33. else  
  34. //cacheobj.visibility=cacheobj.visibility=="hidden"? "visible" : "hidden"   
  35. cacheobj.visibility=cacheobj.visibility="visible";   
  36. }   
  37.   
  38. //Specify your links here- gl(Item text, Item URL)   
  39. if (ie5){   
  40. gl("<input type='checkbox' name='checkbox' value='checkbox'>JavaScript Kit","http://www.javascriptkit.com")   
  41. gl("<input type='checkbox' name='checkbox' value='checkbox'>Dynamic Drive","http://www.dynamicdrive.com")   
  42. gl("<input type='checkbox' name='checkbox' value='checkbox'>Free Web Templates","http://www.freewebtemplates.com")   
  43. gl("<input type='checkbox' name='checkbox' value='checkbox'>Freewarejava.com","http://freewarejava.com")   
  44. gl("<input type='checkbox' name='checkbox' value='checkbox'>MSNBC","http://www.msnbc.com")   
  45. gl("<input type='checkbox' name='checkbox' value='checkbox'>Google","http://www.google.com")   
  46. gl("<input type='checkbox' name='checkbox' value='checkbox'>Yahoo","http://www.yahoo.com")   
  47. gl("<input type='checkbox' name='checkbox' value='checkbox'>CNN","http://cnn.com")   
  48. //Extend this list as needed   
  49.   
  50.   
  51. }   
  52.   
  53. if (ie5){   
  54. document.onclick=function(){showhide(0)}   
  55. document.write('</div></span>')   
  56. }   
  57.   
  58. </script>  
번호 제목 글쓴이 날짜 조회 수
197 XMLHttpRequest.timeout 황제낙엽 2018.11.03 248
196 IFrames and cross-domain security file 황제낙엽 2012.01.13 246
195 UTF-8 한글 초성 추출 (자바스크립트) 황제낙엽 2019.05.07 243
194 Why does this simple Javascript prototype not work in IE? 황제낙엽 2011.03.24 242
193 Function.apply and Function.call in JavaScript 황제낙엽 2011.10.07 238
192 브라우저에서 뒤로 가기 막기와 펑션키(function key) 막기 황제낙엽 2005.10.21 236
191 두 서버의 자원을 접근하는 클라이언트 프레임웍(Next.js)에서의 CORS오류 file 황제낙엽 2021.12.05 231
190 JavaScript Closures for Dummies 황제낙엽 2009.04.08 227
189 Javascript ArrayBuffer ? Binary handling in javascript 황제낙엽 2012.03.19 218
188 javascript array contains method 황제낙엽 2011.08.19 210
187 char to hex string 황제낙엽 2011.11.29 206
186 How to use Rhino to script Java classes. 황제낙엽 2008.07.14 198
185 Page Refresh/Reload 황제낙엽 2007.08.24 197
184 [펌] 아사페릴의 사생활 - Code Conventions for the JavaScript Programming Language 황제낙엽 2009.04.02 194
183 Reference Count (순환참조) 황제낙엽 2011.11.24 191
182 JavaScript Form Validation file 황제낙엽 2008.11.24 186
181 code compressor & decompressor 황제낙엽 2015.01.02 181
180 자바스크립트의 데이터 타입과 변수 황제낙엽 2008.08.06 179
» SelectBox 밑에 CheckBox가 포함된 리스트 만들기 file 황제낙엽 2007.01.16 178
178 서비스 워커 file 황제낙엽 2020.05.25 177