{
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.
- Forums
- General
- query for html buffs