Google
 
   
Login
Username:

Password:


Lost Password?

Register now!
Search
Main Menu
top books
Polls
What do you think about php-deluxe.net?
Excellent!
Cool
Hmm..not bad
What the hell is this?
encyclopedia
recommendation
compare webbrowser
Freenet DSL
Who's Online
5 user(s) are online (5 user(s) are browsing encyclopedia)

Members: 0
Guests: 5

more...
browser tip
Unix Befehle
manual of unix befehle
recommendation!
Sponsored
partner

Framekiller

Framekiller is a term commonly used for a piece of JavaScript code that doesn t allow a Web page to be displayed within a frame. A frame is a subdivision of a Web browser window and can act like a smaller window, as described in Framing (World Wide Web). This kind of script is often used to prevent a frame from an external Web site being loaded from within a frameset without permission.

The typical source code for a framekiller script is: if (top!=self) top.location.href=self.location.href;