Google image search - breaking out of the frame?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • X37375787
    • Aug 2026

    #1

    Google image search - breaking out of the frame?

    Does anyone have the modrewrite for automatically breaking the google image search frame? I get a ton of traffic via the search and want to get them to my site.
  • X37375787

    #2
    Code:
    <script>
    <!--
    if (top.location!= location) {
    top.location.replace(self.location.href);
    }
    //-->
    </script>

    Will that do?

    Comment

    • X37375787

      #3
      Yes, it does. Thanks for answering that question myself.

      On that note... can you get penalized for busting the frames?

      Comment

      • MadCat
        So Fucking Banned
        • Aug 2002
        • 696

        #4
        Originally posted by Equinox
        Code:
        <script>
        <!--
        if (top.location!= location) {
        top.location.replace(self.location.href);
        }
        //-->
        </script>

        Will that do?
        Break it out of the frame ?

        Just a guess

        Comment

        • X37375787

          #5
          Xhtml 1.0 compliant:

          Code:
          <script type="text/javascript">
          if( window != window.top ) { top.location.href = location.href; }
          </script>

          Comment

          • MadCat
            So Fucking Banned
            • Aug 2002
            • 696

            #6
            what is xhtml ?

            Comment

            • Crypt
              Confirmed User
              • Apr 2004
              • 2225

              #7
              Originally posted by MadCat
              what is xhtml ?
              Its HTML for the adult industry

              Comment

              • abz
                Senior Member
                • Apr 2001
                • 4498

                #8
                that traffic is shit

                Got mainstream or adult blogs?
                Create an adsense empire with the click of a button


                Need Banners Galleries Logos? Reliable Designer -- ICQ -- 109-825-688

                Comment

                • Juilan
                  Sultan of Swing
                  • Feb 2004
                  • 15141

                  #9
                  Originally posted by Crypt
                  Its HTML for the adult industry
                  My Best Converting VOD Sponsor |

                  Comment

                  • X37375787

                    #10
                    Originally posted by abz
                    that traffic is shit
                    In adult perhaps, not in mainstream and not in the niche I work with.

                    Comment

                    • X37375787

                      #11
                      Originally posted by MadCat
                      what is xhtml ?
                      http://www.w3.org/TR/xhtml1/

                      Comment

                      • MadCat
                        So Fucking Banned
                        • Aug 2002
                        • 696

                        #12
                        Originally posted by Crypt
                        Its HTML for the adult industry
                        ahahahah

                        Comment

                        • nico-t
                          emperor of my world
                          • Aug 2004
                          • 29901

                          #13
                          Originally posted by Crypt
                          Its HTML for the adult industry
                          lol

                          Comment

                          Working...