求一个苍之涛攻略解决弹窗的补丁。一出门就弹窗,后来没弹窗了。打一会儿又弹窗。求个补丁啊。这样真的很烦

求一个类似于EXT的弹窗代码?
求一个类似于EXT的弹窗代码? 5
我现在需要一个弹窗代码,类似于EXT的弹窗效果,我觉得EXT的效果很好,但是又不想加载整个的EXT文件,所以想自己做一个!求高手指导啊!
&!DOCTYPE html PUBLIC &-//W3C//DTD XHTML 1.0 Strict//EN& & &html xmlns=&
&head&&&title&TipsWindown Demo By [Await]&/title&&&meta http-equiv="Content-Type" content="text/ charset=utf-8" /&&&meta http-equiv="Content-Language" content="zh-CN" /&&&meta name="Keywords" content="" /&&&meta name="Description" content="" /&&link rel=&stylesheet& href=&
type=&text/css& media=&all& /&&script type=&text/javascript& src=& &script type=&text/javascript& src=& &&style type="text/css"&& body {&&font: 12px 'Microsoft Yahei',arial,SimSun,sans-&&margin: 0&&padding: 0&&text-align:&&color: #555;&&background: #&}&h1,h2,h3,h4,h5,h6,div,p,ul,ol,dl,dd,dt,abbr,form,input,img { margin: 0; padding: 0; }&img { border: }
&h1 { width: 100%; text-align:}
&a { color: #096FB7; text-decoration: }&a:hover { text-decoration: }
&#container { margin: 0 margin-top: 20 padding: 20 width: 600 text-align: border: 20px solid #DDD; }&h3{ margin: 10px 0;}&ol li { list-style: ; margin: 20px 0 0 50 }&blockquote { width: 500 margin: 10px 0; padding: 10 border: 2px dashed #F8B3D0; background-color: #FFF5FA;}&&/style&
&&script type="text/javascript"&&$(document).ready(function() {&$("#text1").click(function() {&&tipsWindown("标题","text:提示信息内容","250","150","true","","true","text")&});&$("#text2").click(function() {&&tipsWindown("标题","text:我不能拖动,而且还没遮罩背景","250","150","false","","showbg","text")&});&$("#text3").click(function() {&&tipsWindown("标题","text:我不能拖动,但3秒钟后我会自动消失","250","150","false","3000","false","text")&});
&$("#id1").click(function() {&&tipsWindown("标题","id:testID","350","150","true","","true","id")&});
&$("#img1").click(function() {tipsWindown(&图片&,&img: )&});
&$("#url1").click(function(){&&tipsWindown("标题","url:get?test.html","250","150","true","","true","text");&});
&$("#iframe1").click(function(){tipsWindown(&标题&,&iframe: &,&950&,&527&,&true&,&&,&true&,&leotheme&);&});&});&&/script&&/head&
&body&&div id="container"&& &h1&TipsWindown 1.0&/h1&
& &h3&关于插件:&/h3&& &p&一个基于jQuery的弹出层。支持拖拽,支持内容为文字,图片,URL等!至于兼容性。在IE6下,弹出对像无法绝对固定。其他应该没啥大问题;&/p&
& &h3&应用演示:&/h3&&&& &ol&&&&li&&&弹出文本信息提示: &br /&&&&blockquote&tipsWindown("提示","text:提示信息内容","250","150","true","","true","msg")&/blockquote&
&&&button id="text1"&点击我弹出提示&/button&&&&/li&
&&&li&&&弹出页面中的某个ID的html: &br /&&&&blockquote&tipsWindown("标题","id:testID","300","200","true","","true","id")&/blockquote&
&&&button id="id1"&点击我弹出提示&/button&&&&div id="testID" style="display: none"&&&&&p&我是测试ID里的内容&/p& &br /&&&&我换行了...&&&/div&&&&/li&
&&&li&&&弹出图片: &br /&&&&blockquote&tipsWindown("图片","img:图片路径","250","150","true","","true","img")&/blockquote&
&&&button id="img1"&点击我弹出提示&/button&&&&/li&
&&&li&&&get加载一个.html文件(也可以是.php/.asp?id=4之类的): &br /&&&&blockquote&tipsWindown("标题","url:get?test.html","250","150","true","","true","text"); &/blockquote&
&&&button id="url1"&点击我弹出提示&/button&&&&/li&
&&&li&&&加载一个页面到框架显示:&br /& &blockquote&tipsWindown(&标题&,&iframe: &,&900&,&580&,&true&,&&,&true&,&leotheme&); &/blockquote&
&&&button id="iframe1"&点击我弹出提示&/button&&&&/li&
&&&li&&&弹出一个不能拖动且没有遮罩背景的文本信息层: &br /&&&&blockquote&tipsWindown("提示","text:提示信息内容","250","150","false","","false","msg")&/blockquote&
&&&button id="text2"&点击我弹出提示&/button&&&&/li&
&&&li&&&弹出一个不能拖动,三秒钟自动关闭的层: &br /&&&&blockquote&tipsWindown("提示","text:提示信息内容","250","150","false","3000","true","msg")&/blockquote&
&&&button id="text3"&点击我弹出提示&/button&&&&/li&& &/ol&
& &h3&参数说明:&/h3&& &table width="0" border="1" cellpadding="5" cellspacing="0"&&&& &tr&&&&&& &th scope="col"&顺序&/th&&&&&& &th scope="col"&参数&/th&
&&&&& &th scope="col"&功能&/th&&&&&& &th colspan="2" scope="col"&备注&/th&&&& &/tr&&&& &tr&&&&&& &th scope="row"&1&/th&&&&&& &th scope="row"&title&/th&&&&&& &td&弹出层的标题&/td&
&&&&& &td colspan="2"&必填,纯文本&/td&&&& &/tr&&&& &tr&&&&&& &th rowspan="5" scope="row"&2&/th&&&&&& &th rowspan="5" scope="row"&content&/th&&&&&& &td rowspan="5"&弹出层的内容&/td&&&&&& &td&text&/td&
&&&&& &td&文本内容&/td&&&& &/tr&&&& &tr&&&&&& &td&id&/td&&&&&& &td&页面里某id的子标签&/td&&&& &/tr&&&& &tr&
&&&&& &td&img&/td&&&&&& &td&图片&/td&&&& &/tr&&&& &tr&&&&&& &td&url&/td&&&&&& &td&get或post某一页面里的html,该页面要求只包含body的子标签&/td&&&& &/tr&&&& &tr&&&&&& &td&iframe&/td&&&&&& &td&目标地址在框架显示&/td&&&& &/tr&
&&& &tr&&&&&& &th scope="row"&3&/th&&&&&& &th scope="row"&width&/th&&&&&& &td&弹出层的宽&/td&&&&&& &td colspan="2"&必填,比如“200”。(不需要带px)&/td&&&& &/tr&&&& &tr&
&&&&& &th scope="row"&4&/th&&&&&& &th scope="row"&height&/th&&&&&& &td&弹出层的高&/td&&&&&& &td colspan="2"&同 width&/td&&&& &/tr&&&& &tr&&&&&& &th scope="row"&5&/th&
&&&&& &th scope="row"&drag&/th&&&&&& &td&是否可拖动&/td&&&&&& &td colspan="2"&必填,可选参数(true,false)&/td&&&& &/tr&&&& &tr&&&&&& &th scope="row"&6&/th&&&&&& &th scope="row"&time&/th&&&&&& &td&自动消失时间&/td&&&&&& &td colspan="2"&可不填,默认不自动关闭;参数可为空(&&)&/td&&&& &/tr&&&& &tr&&&&&& &th scope="row"&7&/th&&&&&& &th scope="row"&showbg&/th&&&&&& &td&是否显示遮罩层&/td&&&&&& &td colspan="2"&可不填,默认不显示(此项如填了,它前面的time也必须要填)&/td&&&& &/tr&&&& &tr&&&&&& &th scope="row"&8&/th&&&&&& &th scope="row"&cssName&/th&&&&&& &td&弹出层附加样式名&/td&&&&&& &td colspan="2"&可不填&/td&&&& &/tr&& &/table&
& &h3&相关下载:&/h3&&p&&a href=&
title=&JS文件下载&&JS文件下载&/a& | &a href=&
title=&完整包下载&&完整包下载&/a&&/p&
&p style=&float:&&最后更新日期: By &a href=&
title=&Await&&Await&/a&&br /&&/p&& &p style="clear:"&&/p&
&/div&&br /&
&/body&
&/html&
其他回答 (1)
把下面的代码加在&body&&/body&&script language="JavaScript"&&!--
var gt = unescape('%3e');
var popup =
var over = "Launch Pop-up Navigator";
popup = window.open('', 'popupnav', 'width=200,height=170,resizable=1,scrollbars=auto');
if (popup != null) {
if (popup.opener == null) {
popup.opener =
}
popup.location.href = '01.htm';
}
// --&
&/script&
&
&
&title&隐藏格式的浮动层&/title&&meta http-equiv="Content-Type" content="text/ charset=gb2312"&&/head& &!--------------------------------&&body onLoad="doAgilePopup()"&&script&
// Set the url of the banner popup window pagevar theURL = & &;
// Set the title of the popup windowvar title = "Goobers R Us"
// Set the size of the popup windowvar windowWidth& = 478; // cannot be less than 100var windowHeight = 100; // cannot be less than 100
// Set the position of the popup windowvar windowX = 100;var windowY = 100;
// Set true to auto-center (positions will be ignored)var autocenter =
// Set true for popup to close when launch page doesvar autoclose =
// Do not edit below this line.// ============================
var s="width="+windowWidth+",height="+windowHvar beIE=document.all?true:var done=new Object("no");
if(autocenter){windowX = (window.screen.width-windowWidth)/2;windowY = (window.screen.height-windowHeight)/2;}
function doAgilePopup(){& if (beIE){& agilePopper = window.open("","popAgile","fullscreen,"+s);& & agilePopper.blur();& window.focus();& agilePopper.resizeTo(windowWidth,windowHeight);& agilePopper.moveTo(windowX,windowY);& var frameString=""+"&html&"+"&head&"+"&title&"+title+"&/title&"+"&/head&"+"&frameset rows='*,0' framespacing=0 border=0 frameborder=0&"+"&frame name='top' src='"+theURL+"' scrolling=no&"+"&frame name='bottom' src='about:blank' scrolling='no'&"+"&/frameset&"+"&/html&"& agilePopper.document.open();& agilePopper.document.write(frameString);& agilePopper.document.close();& }else{& agilePopper=window.open(theURL,"popAgile","scrollbars=no,"+s);& agilePopper.blur();& window.focus(); & agilePopper.resizeTo(windowWidth,windowHeight);& agilePopper.moveTo(windowX,windowY);& }&& & agilePopper.blur(); & if (autoclose){& window.onunload = function(){agilePopper.close();}& }& & done="okay";}
&/script&
等待您来回答
网页制作领域专家锟斤拷锟脚伙拷锟斤拷 better smth
或者直接输入
日 所有帖子
[]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]
快照时间: Tue Nov 18 12:01:28 CST 2014 & &
& & 京公网安备号求一个好看的无广告无弹窗的小说网_百度知道
求一个好看的无广告无弹窗的小说网
我有更好的答案
按默认排序
顶点小说网,注册了还可以免费下小说,而且注册是免费的,还有来看书小说网
品书谷小说网
果断推 杰奇书庄
皮皮小说网
百阅斋文学网
其他类似问题
小说网的相关知识
等待您来回答
您可能关注的推广
下载知道APP
随时随地咨询
出门在外也不愁请问用易语言怎样编写一个炸弹窗口程序 无限弹窗 跪求技术支持!
请问用易语言怎样编写一个炸弹窗口程序 无限弹窗 跪求技术支持!
我想用易语言写个弹窗程序
可以设置弹窗数量
可以选定所弹窗口 求大侠帮忙!
一个时钟,250周期,时钟的周期事件:信息框(“炸弹弹窗系统已启动,死机吧!”,#警告图标+#系统等待,“炸弹弹窗”)再加个关不掉的代码,就是那个窗口可否被关闭的代码的填上:信息框(“放弃吧!关不掉的!不信再试试!”,@警告图标,“炸弹弹窗”)返回(假)
等待您来回答
编程领域专家

我要回帖

更多关于 426491 的文章

 

随机推荐