html 浮动窗口_html/css_WEB-ITnose
   
   
   
     
function createinputdialog(obj,id,value){      var div=document.getelementbyid(editbehaviordiv);      if(div!=null)          document.body.removechild(div);      div = document.createelement(div);       div.id=editbehaviordiv;      div.style.position='absolute';      var op=getoffset(obj);     div.style.top= 100px;      div.style.left= (document.body.clientwidth - 374)/2.0 + px;      div.style.zindex =100;      div.style.backgroundcolor='#ecf1f6';      div.style.border=1px solid #666;      //div.classname=td1;      div.innerhtml=+value+      
+      ;      document.body.appendchild(div);      document.all.behaviorvalue.focus();  }   function savebehaviorname(obj,id){    var behaviorvalue = document.all.behaviorvalue.value;    var idsarray = new array(); //定义一数组     idsarray = behaviorvalue.split(\n); //字符分割    var idsstring = ;    for (i = 0; i   
 效果如图:
   
 
   其它类似信息