| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| NamePros Regular Join Date: Feb 2004
Posts: 650
![]() | stop frame breakers Hi guys! I am working on a java code to stop users from using a frame breaker when surfing for credits. I am almost there but it still isn't bullet proof. Here is the code I am using so far: ????: NamePros.com http://www.namepros.com/programming/104682-stop-frame-breakers.html <script language="Javascript"> <!-- var your_message = "Do you really want to leave this page? Click yes if you want to or click cancel if a frame breaker caused this pop up."; var times = 0; function onul() { if (times == 0) { var leave = confirm(your_message); if (!leave) location = self.location; times++; } } //--> </script> <body onunload="onul()"> When the user clicks cancel it is suppose to take the user back surfing but it ends up going to the frame breakers site. Here is a sample frame breaker code many use: <script language="Javascript"> <!-- if (top.location != self.location) { top.location = self.location.href } //--> </script> If you can assist thank you so much also any other suggestions are welcomed!
__________________ Sincerely Mike Kelly |
| |
| | #2 (permalink) |
| NamePros Member Join Date: Aug 2004
Posts: 73
![]() | You're trying to achieve the impossible. The reason your script doesn't work is because no browsers allow you to stop someone from navigating away from a page. Imagine ending up on a porn site, and you couldn't get off the page. Anyway, sorry, but 'frame-breakers' are unbreakable (unless you filter the code through, which is in breach of other sites' legal rights, and is very inpractical).
__________________ michael |
| |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Going, Going on Afternic | billinchina | For Sale / Advertising Board | 47 | 03-31-2005 08:45 AM |
| Going, Going on Afternic | billinchina | For Sale / Advertising Board | 34 | 12-30-2004 07:36 AM |