Large-screen advertisement code on the homepage of the 163, sina, and sohu portals

Source: Internet
Author: User
Tip: you can modify some code before running

<html><head> <title>Popular homepage large screen advertisement code www.111cn.net</title> <script type="text/javascript" language="javascript">// By www.qpsh.com var time = 500; var h = 0; function addCount () {if (time> 0) {time --; h = h + 5 ;} else {return;} if (h> 120) // height {return;} document. getElementById ("ads "). style. display = ""; document. getElementById ("ads "). style. height = h + "px"; setTimeout ("addCount ()", 30);} window. onload = function showAds () {addCount (); setTimeout ("noneAds ()", 7000); // Adjust the stay time by yourself}</script> <script type="text/javascript" language="javascript">Var T = 120; var N = 120; // height function noneAds () {if (T> 0) {T --; N = N-5;} else {return ;} if (N <0) {document. getElementById ("ads "). style. display = "none"; return;} document. getElementById ("ads "). style. height = N + "px"; setTimeout ("noneAds ()", 30 );}</script></head><body topmargin="0" leftmargin="0" rightmargin="0"> <div id="ads" align="center"><div align="center"><table border="0" width="778" cellpadding="0" bgcolor="#000000" height="120" bordercolor="#C0C0C0"><tr><td><p align="center"><b><a target="_blank" href="http://ttbest.cn"><font color="#FFFF00">Www.111cn.net is the place where advertisements are placed. Usually, advertisements in the FLASH column are placed.</font></b></td></tr></table></div></div> <div align=center ><div align="center"><table border="0" width="778" cellpadding="0" bgcolor="#F7F7F7" height="100%"><tr><td>Here is the website subject</td></tr></table></div></div></body></html>
Tip: you can modify some code before running

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.