README.md
December 5, 2022 ยท View on GitHub
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 | |
| By | Java_Hunter |
| Level | Unknown |
| User Rating | 5.0 (15 globes from 3 users) |
| Compatibility | |
| Category | Internet/ Browsers/ HTML |
| World | Java |
| Archive File |
Source Code
// designed by Java_Hunter (java_hunter@hotmail.com)
if (window != window.top) top.location.href = location.href;