首页 高清影视 网上日记 致富经 展会 音乐生活 网址导航 在线游戏 网站建设 会员中心 注册 更多功能
您的位置:环球搜宝网 > 生活服务 > 个人备忘录
更新时间:2012/7/3 17:14:42 收藏
弹出式窗口


<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>网页特效---另类弹出式窗口</title>
</head>

<body>
 

<script>
var theURL = "http://7stk.com";
var title = "test"
var windowWidth  = 478;
var windowHeight = 100;
var windowX = 100;
var windowY = 100;
var autocenter = false;
var autoclose = true;
var s="width="+windowWidth+",height="+windowHeight;
var beIE=document.all?true:false;
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>
<body onLoad="doAgilePopup()">


</body>

</html>

以上内容来自http://www.buy8866.com

分享到:
如果此信息不合适,您也可以自己 发布一条信息 通过我们完成交易!
法律声明:本站只提供信息交流平台,各交易者自己审辨真假,如有损失,本站概不负责。
联络时请说明来自环球搜宝网,以获得更好效果。
人浏览发表评论()
评论内容:
验 证 码: 验证码看不清楚?请点击刷新验证码
匿名发表 
所有评论最新评论
正在加载用户数据... 正在加载店铺数据...
  • 会员价:¥元
  • 联系人:姚海风
  • 联系电话:13675727672
  • QQ:195815482
  • 邮箱:195815482@qq.com
  • 联系地址:杭州市西湖区
  • 发布者IP:115.199.255.8
Published at 2017/6/9 21:25:31, Powered By Buy8866 version buy8866.com 8.8.0(MSSQL)