Hello fellow DPians... I have seen this on several sites, you click on PANIC BUTTON and site dissappears... anyone have seen this script? thank you in advance
what do you mean the site "disappears"? as in the window closes? if so, window.close() should do that. if not, maybe you want to give us a link to a sample site that has this "panic" button
No, not close, but hide somehow here is the sample: http://www.nothingtoxic.com/ (in the middle of the header saing: TURN OFF[?] )
Interesting effect. The basic 'hide' effect is done using "div.style.display = 'none';. Then the pink line contains the content of the site, and Google is displayed in an iframe. Check out the turnOffNT() function in the source code.