Maison > interface Web > js tutoriel > 利用js对象弹出一个层_javascript技巧

利用js对象弹出一个层_javascript技巧

WBOY
Libérer: 2016-05-16 19:05:42
original
972 Les gens l'ont consulté

复制代码 代码如下:

nbsp;html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
 
 
 
脚本之家-弹出一个层 
<script> <BR>function cmsgbox(vtitle,vwidth,vhight,vtop,vleft) <BR>{ <BR> this.title=vtitle; <BR> this.width=vwidth; <BR> this.height=vhight; <BR> this.top=vtop; <BR> this.left=vleft; <BR> this.id=0; <BR>} <BR>cmsgbox.prototype.showdiv=function() <BR>{ <BR> var str=""; <BR> str+="<div id='div1' style='z-index:1;background-color:white;position:absolute;border:2px solid slategray;left:"+this.vleft+"px;top:"+this.vtop+"px;width:"+this.width+"px;'>"; <br><br> str+="<div style='padding-bottom:2px;background-color:slategray;width:100%;height:16px;color:white;' >"; <BR> str+=" <div style='float:left;height:16px;overflow:hidden;margin:0px;padding:4px 0px 0px 5px;width:"+(parseInt(this.width)-24*2-5)+"px;'>"+this.title+"</script>
"; 
 str+=" 0"; 
 str+=" r"; 
 str+=""; 

 str+="
"; 
 str+="xxx"; 
 str+="
"; 
 str+=""; 
 //document.write(str); 
 document.body.insertAdjacentHTML("beforeEnd",str); 

/////////////////////窗口显示////////////////////////////// 
function show() 

 var box=new cmsgbox('小家伙呀',400,300); 
 box.showdiv(); 

 
 

 
 

弹了一个层

 
 
 
Étiquettes associées:
source:php.cn
Déclaration de ce site Web
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn
Tutoriels populaires
Plus>
Derniers téléchargements
Plus>
effets Web
Code source du site Web
Matériel du site Web
Modèle frontal