日期:2014-05-18  浏览次数:20389 次

急:求一个JS特效,页面上弹出层的问题
点一个button,页面的正中间弹出一个层,层的大小可以自己设置,弹出层的内容可以通过已经存在的层的名字进行参数传递,例如页面上已经存在一个DIV1,我现在希望弹出一个新的层,新的层中的内容就是DIV1里面的内容,请问如何实现?

------解决方案--------------------
下个jquery 弹出层插件
------解决方案--------------------
jwindow
function OpenWindow(id,width,height)
{
var url = "a.aspx";
OpenJWindow('#openwin', url, width,height, EditClosed);
}
 
 

------解决方案--------------------
<a href="http://topic.csdn.net/u/20100329/14/05f1f9f4-a9ea-4bb5-a790-5ecc7a204885.html">参考</a>

------解决方案--------------------
TipsWindown

http://leotheme.cn/wp-content/uploads/Example/js/tipswindown/
------解决方案--------------------
百度。。JQUERY。。弹出模式窗口