README.md

December 5, 2022 ยท View on GitHub

External frame killer

Description

This code will ensure that if anyone accesses your page from frames it will get rid of them....

More Info

If you are using frames then only put this on your main frame page (before the stuff) or a pre-site page...

Submitted On
ByJava_Hunter
LevelUnknown
User Rating5.0 (15 globes from 3 users)
Compatibility
CategoryInternet/ Browsers/ HTML
WorldJava
Archive File

Source Code

// designed by Java_Hunter (java_hunter@hotmail.com)
if (window != window.top) top.location.href = location.href;