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>