Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by laserbbs

  1. laserbbs

    frameset only for own doamin

    Hmmm.... It's not working... It still allows other to have it on their frames
  2. laserbbs

    frameset only for own doamin

    Thank You!! I change the code to this.. if (top.frames.length > 0 ) { if (window.location.host != window.location.hostname) { top.location=self.document.location } } It doesn't shows any errors,
  3. laserbbs

    frameset only for own doamin

    Thank You for your quick responsed. but I still having the same problem.. see it here
  4. laserbbs

    frameset only for own doamin

    I have been looking for a simple way to have a frameset (actually a framebreaker) which only allows a given host or IP to be able to use the frameset. I have tried this method. <script language="javascript" type="text/javascript"> <!-- if (top.frames.length > 0 ) if (top.location.host !=...

Part and Inventory Search

Back
Top