Script Categories













Menus and Navigation >>> Manual Frame Break.

Place this scipt on any page to allow visitors to break out of frames with a simple link. Easily choose whether or not to view the page within frames.

Add the below code to the <body> section of your page:

<script language="javascript" type="text/javascript">      
/* Visit http://www.yaldex.com/ for full source code
and get more free JavaScript, CSS and DHTML scripts! */
<!-- Begin
if(top.location.href != self.location.href)
document.writeln('<A HREF="'+self.location.href+'" TARGET="_top">Break the frames!</A>');
//  End -->
</script>

JavaScript Editor Get Advanced
JavaScript and Ajax Editor,
Validator and Debugger!

1st JavaScript Editor.



Code was highlighted by 1st JavaScript Editor (The Best JavaScript Editor!).




©