Javascript achieve the effect of regular pop-up window
Related Tags:
You can build a ads.js, JS Below is the documentation of code. This document you need to call a pop-up pages can be, the following code every 24 hours is a pop-up window code:
Function openpopup () (
Document.writeln ( "<SCRIPT language=JavaScript>");
Document.writeln ( "window.open ( 'http://www.webjx.com')");
Document.writeln ( "</ script \>");
)
Function get_cookie (Name) (
Var search Name = "="
Var returnvalue = "";
If (document.cookie.length> 0) (
Offset = document.cookie.indexOf (search)
If (offset! = -1) (
Offset = search.length
End = document.cookie.indexOf (";", offset);
If (end == -1)
= Document.cookie.length end;
Returnvalue = unescape (document.cookie.substring (offset, end))
)
)
Return returnvalue;
)
Function webjx_com () (
If (get_cookie ( 'popped')==''){
Openpopup ()
Document.cookie = "popped = yes"
)
)
Webjx_com ()
Note: You have to change some of the red pop-up ads URL.
- CSS layout of the smallest high degree of Magical Effect
- CSS text-shadow effect to achieve
- CSS applications in the DW8 how no effect?
- CSS layout effect
- Construction iframe effect with the CSS
- Dengan effect of a simple css
- CSS label card TAB effect
- Achieve a picture with the CSS fillet effect
- Why DreamWeaver editing environment CSS no effect?
- Effect of a simple css
- CSS menu: horizontal menu effect blazing
- Focus effect of the information form (DIV + CSS)
- Css achieve alone-with effect form
- CSS logo effect of the current page position Principle
- CSS Example: Community Head CSS effect kijiji
- Layer translucent effect css effects
- CSS layout appreciate: Taobao Home layout effect
- Fillet effect statements css
- CSS font in the treatment effect on the thinking
- CSS to achieve with the shadow effect




