Open Source & Stuff  
  |     Main Site     |      Forum     |     Contact     |
Java script :  forum.Salix.gr forum.Salix.gr
Little scripts that might be helpful. It's more like a repository of commonly used functions. Have something you want to share? post it here!! 
Goto Thread: PreviousNext
Goto: Forum ListMessage ListNew TopicSearchLog In
messageBlock frame escape
Posted by: panos (IP Logged)
Date: July 07, 2006 09:31AM

If you are using frames and dont want pages to be opened outside frames just add that script on top of each page.

// (C) 2000 www.CodeLifter.com
// [www.codelifter.com]
// Free for all users, but leave in this  header

if (parent.location.href == self.location.href){
    // change the url below to the url of the
    // frameset page...
    window.location.href = 'index.php'
}



Sorry, only registered users may post in this forum.

All Rights Reserved 2006 Salix.gr  |  Design by Ades Design |  Hosting by e-emporio |  forum.Salix.gr powered by Phorum