query for html buffs, page-9

  1. 1,201 Posts.
    {
    var cookie = "cookiename";
    function popup(){
    if (getcookie(cookie)==""){
    openpopup();
    setcookie();
    }
    }
    function openpopup(){
    window.open("http://www.yourdomain.com/blur.html","name","FullScreen")
    window.focus();
    }


    If you always want to open it, you don't need to set the cookie. this one opens a full screen blur console, but is easily modified.
    These consoles are somewhat traps and are certainly not surfer friendly.
 
arrow-down-2 Created with Sketch. arrow-down-2 Created with Sketch.