8 lines
144 B
JavaScript
Executable File
8 lines
144 B
JavaScript
Executable File
// Locks the pages inside of frames
|
|
|
|
/*
|
|
if (top == self) {
|
|
var npage = window.location.href
|
|
window.location="/outside.html?"+npage
|
|
}
|
|
*/ |