<html> <head> <meta name="GENERATOR" content="Microsoft FrontPage 6.0"> <meta name="ProgId" content="FrontPage.Editor.Document"> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <title>new page</title> <script type="text/javascript" language="javascript"> function crertdiv(_parent,_element,_id,_css){//创建层 var newObj = document.createElement(_element); if(_id && _id!="")newObj.id=_id; if(_css && _css!=""){ newObj.setAttribute("style",_css); newObj.style.cssText = _css; } if(_parent && _parent!=""){ var theObj=getobj(_parent); var parent = theObj.parentNode; if(parent.lastChild == theObj){ theObj.appendChild(newObj); } else{ theObj.insertBefore(newObj, theObj.nextSibling); } } else document.body.appendChild(newObj); } function getobj(o){//获取对象 return document.getElementById(o) } var swtemp=0,objtemp; function showdiv(inputid,inputlist){//显示层 if (swtemp==1){getobj(objtemp+"mydiv").style.display="none";} var text_list=inputlist.split(",") if (!getobj(inputid+"mydiv")){//若尚未创建就建之 var divcss="width:315px;font-size:12px;color:#333;position:absolute;left:"+(getobj(inputid).offsetLeft+0)+"px;top:"+(getobj(inputid).offsetTop+23)+"px;border:1px solid #5baf02" //显示div的边框颜色等css样式 crertdiv("","div",inputid+"mydiv",divcss);//创建层"mydiv" //alert(document.getElementById("mydiv").outerHTML) crertdiv(inputid+"mydiv","ul",inputid+"myul");//创建ul for (var i=0,j=text_list.length;i<j;i++){//创建"text_list"li crertdiv(inputid+"myul","li",inputid+"li"+i,"background:#fff"); getobj(inputid+"li"+i).innerHTML=text_list[i]; } crertdiv(inputid+"myul","li",inputid+"li"+j,"color:#f00;background:#fff;float:right;");//创建"clear"li getobj(inputid+"li"+j).innerHTML="CLOSE"; getobj(inputid+"mydiv").innerHTML +="<style type='text/css'>#"+inputid+"mydiv ul {padding:0px;margin:0;}#"+inputid+"mydiv ul li{list-style-type:none;padding:5px;margin:0;float:left;CURSOR: pointer;}</style>" for (var i=0;i<=j;i++){ getobj(inputid+"li"+i).onmouseover=function(){this.style.background="#eee";clearTimeout(timer)} getobj(inputid+"li"+i).onmouseout=function(){this.style.background="#fff"} } } var newdiv=getobj(inputid+"mydiv") newdiv.onclick=function(){hiddiv(event,inputid);} newdiv.onmouseout=function(){Mout(this)} newdiv.onmouseover=function(){clearTimeout(timer)} getobj(inputid).onmouseout=function(){Mout(newdiv)} newdiv.style.display="block"; swtemp=1; objtemp=inputid; } var timer function Mout(o){ timer=setTimeout(function(){o.style.display="none";},300) swtemp=0; } function hiddiv(e,inputid){ e=e||window.event; ev=e.target||e.srcElement; v=ev.innerText||ev.textContent; if (v!="CLOSE")getobj(inputid).value=v;else getobj(inputid).value="" getobj(inputid+"mydiv").style.display="none"; } </script> <style type="text/css"> <!-- body,td,th { font-family: Verdana, Arial, Helvetica, sans-serif; } --> </style></head> <body> <br> <br> <br> <br> <script> var list="" for(var i=0;i<9;i++){ list+='028-6558000'+[i]+","; } </script> <input id="mytext" type="text"onclick="showdiv(this.id,list)"/> <input id="mytext2" type="text" onClick="showdiv(this.id,list)"/> <br /> <br /> </body> </html>
提示:你可以先修改部分代码再运行。
Name (required)
Mail (will not be published) (required)
Website