<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default.aspx.vb" Inherits="_Default" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
</head>
<body>
<form id="form1" runat="server">
<script type="text/javascript" language="javascript">
function BodyStop() { return false; };
function FindBrowserSize() {
var winHeight = document.documentElement.clientHeight;
var winWidth = document.documentElement.clientWidth;
document.getElementById("min1").style.marginLeft = winWidth / 2 - 150 + "px";
document.getElementById("min1").style.marginTop = winHeight / 2 - 100 + "px";
document.getElementById("min1").style.display = "block";
AutoTime();
}
function CloseDiv() {
document.getElementById("min1").style.display = "none";
}
function MoveToRightBottem() {
document.getElementById("min1").style.bottom = "0";
document.getElementById("min1").style.right = "0";
}
function AutoTime() {
var TimeNum = document.getElementById("TimeOut").innerHTML;
if (TimeNum == 1) {
document.getElementById("TimeOut").style.display = "none";
MoveToRightBottem();
}
else {
TimeNum--;
document.getElementById("TimeOut").innerHTML = TimeNum;
setTimeout("AutoTime()", 1000);
}
}
window.onresize = FindBrowserSize;
window.onload = FindBrowserSize;
document.body.oncontextmenu = BodyStop;
document.body.onselectstart = BodyStop;
</script>
<div id="min1" style="position: fixed; width: 300px; height: 200px; background-color: #2b3b58;">
<p style="text-align: right; padding-top: 0px; margin-right: 0px; margin-top: 0px;">
<span id="TimeOut" style="color: red; margin-top: 0px; padding-top: 0px; top: 0px;
right: 0px; width: 30px; height: 20px;">7</span> <span id="CloseDiv" style="color: Red;
margin-top: 0px; padding-top: 0px; margin-right: 0px; top: 0px; right: 0px; width: 30px;
height: 20px;"><a href="javascript:CloseDiv();" style="color: Red">关闭</a></span>
</p>
<div id="mincontent">
Hello World !<br />
Hello World !<br />
Hello World !<br />
Hello World !<br />
Hello World !<br />
</div>
</div>
<div>
Hello World !<br />
<input type="button" value="移动" onclick="javascript:MoveToRightBottem();" />
Hello World !<br />
Hello World !<br />
Hello World !<br />
Hello World !<br />
Hello World !<br />
Hello World !<br />
Hello World !<br />
Hello World !<br />
Hello World !<br />
Hello World !<br />
Hello World !<br />
Hello World !<br />
Hello World !<br />
Hello World !<br />
Hello World !<br />
Hello World !<br />
Hello World !<br />
Hello World !<br />
Hello World !<br />
Hello World !<br />
Hello World !<br />
Hello World !<br />
Hello World !<br />
Hello World !<br />
Hello World !<br />
Hello World !<br />
Hello World !<br />
Hello World !<br />
Hello World !<br />
Hello World !<br />
Hello World !<br />
Hello World !<br />
Hello World !<br />
Hello World !<br />
Hello World !<br />
Hello World !<br />
Hello World !<br />
Hello World !<br />
Hello World !<br />
Hello World !<br />
Hello World !<br />
Hello World !<br />
Hello World !<br />
Hello World !<br />
Hello World !<br />
Hello World !<br />
Hello World !<br />
Hello World !<br />
Hello World !<br />
Hello World !<br />
</div>
</form>
</body>
</html>

自制Javascript浮动广告的更多相关文章

  1. JavaScript浮动广告代码,容纯DIV/CSS对联漂浮广告代码,兼容性非常好的js右下角与漂浮广告代码

    基于JavaScript代码实现随机漂浮图片广告,javascript图片广告 在网上有很多这样的代码,不过未必符合W3C标准,因为在头部加上<!DOCTYPE html>类似标签之后,漂 ...

  2. web页面浮动回到顶部功能和浮动广告

    实现测试浮动回到顶部 法一:用js实现<%@ Page Language="C#" AutoEventWireup="true" CodeBehind=& ...

  3. JQuery实现两侧浮动广告

    1.描述 两侧浮动显示广告 2.要点 其实就是一直在变浮动广告距顶部的值. 3.代码 <!DOCTYPE html> <html> <head> <meta ...

  4. Js浮动广告效果实现

    第一种 漂浮广告 不符合W3CJavaScript漂浮广告代码,很不错,代码精简,不过一次只有漂一个,复制就能用了.希望站长朋友喜欢. <html> <head> <ti ...

  5. 自制javascript游戏-点燃火绳

    自制javascript游戏-点燃火绳 这是一款多关卡的游戏,目录有21个地图,游戏采纯原生 js库JY编写,所以编写得很简单迅速,这款游戏的思路来源于,一个人撸管太多,手会不会连鼠标也拿不稳,为了验 ...

  6. 使用fixed制作浮动广告(注意:解决闪屏问题,但适用于高版本浏览器,低版本的浏览器不适用)

    <script language="javascript" type="text/javascript"> //隐藏广告 function clos ...

  7. 笨办法用js屏蔽被http劫持的浮动广告

    最近发现网站经常在右下角弹出一个浮动广告,开始的时候以为只是浏览器的广告. 后来越来越多同事反映在家里不同浏览器也会出现广告.然后深入检查了下,发现网站竟然被劫持了. 然后百度了一大堆资料,什么htt ...

  8. JavaScript学习笔记-随滚轮匀速滑动的浮动广告窗动画

    <!DOCTYPE html> <html lang="en" xmlns="http://www.w3.org/1999/xhtml"> ...

  9. Javascript设置广告和时间表和数组的学习

    <html> <head> <meta charset="utf-8"> <title></title> </he ...

随机推荐

  1. Emmet:HTML/CSS编写插件

    http://www.iteye.com/news/27580 用法: http://docs.emmet.io/cheat-sheet/ sublime 2 添加:1. Ctrl+Alt+p -&g ...

  2. C++语言基础(10)-虚继承

    一.产生背景 先看下列一份代码: //间接基类A class A{ protected: int m_a; }; //直接基类B class B: public A{ protected: int m ...

  3. 转-Cannot refer to an instance field arg while explicitly invoking a constructor

    编译失败: Cannot refer to an instance field arg while explicitly invoking a constructor  调用方法时不能引用一个实例变量 ...

  4. Painting Fence

    Painting Fence Time Limit:1000MS     Memory Limit:524288KB     64bit IO Format:%I64d & %I64u Sub ...

  5. Windows Service的转换与部署

    开发Windows Service,可能会碰到以下两种情况. 1. 直接开发一个Windows Service 网上有很多教程,可以参考这个: http://www.cnblogs.com/sorex ...

  6. HDU 5073 Galaxy 2014 Asia AnShan Regional Contest 规律题

    推公式 #include <cstdio> #include <cmath> #include <iomanip> #include <iostream> ...

  7. jq serialize 系列化 乱码 解决办法

    query = form.find('input,select,textarea').serialize(); $.post(target,decodeURIComponent(query)).suc ...

  8. php 字符串截取

    $str="3,22,11,444,33,1,3455,33,22,444,55,66,77,88,99,554336,"; echo substr($str,0,strlen($ ...

  9. 【转】Monkey测试6-Monkey Test Log

    Moneky Test Log 分析: 首先用一个最简单的例子分析:monkey --pct-trackball 0 --throttle 100 -v 500/*p参数: 表示指定测试的程序/*v参 ...

  10. DeepLearnToolbox-master代码学习笔记

    卷积神经网络(CNN)博大精深,网上资料浩如烟海,让初学者无从下手.笔者以为,学习编程还是从代码实例入们最好.目前,学习CNN最好的代码实例就是,DeepLearnToolbox-master,不用装 ...