html - hahahahahahahahahaha or maybe php question

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • V_RocKs
    Damn Right I Kiss Ass!
    • Nov 2003
    • 32449

    #1

    html - hahahahahahahahahaha or maybe php question

    http://www.rhinosthumbs.com/gallery....?ccbill=582681

    How can I make it so that when a user clicks a link in the gallery the page loads either in the whole window or it pops up a new one?

    For those looking to give me a quick answer, no base taget=_blank will not work because #1 I can't write to the frame the gallery is in and #2, because using it in the page loading the frames will not effect the targets in the frame itself.
  • Ash@phpFX
    Confirmed User
    • Nov 2003
    • 4292

    #2
    java$cript:wind0w.0pen() ?

    Comment

    • grumpy
      Too lazy to set a custom title
      • Jan 2002
      • 9870

      #3
      you have to put target=top in the loading page.
      Don't let greediness blur your vision | You gotta let some shit slide
      icq - 441-456-888

      Comment

      • budz
        Disruptive Innovator
        • Sep 2003
        • 4230

        #4
        make a script to dl the htmls, parse them and save htmls for your own server or something
        C:\Code\
        C:\Code\Run\

        Comment

        • monaro
          Confirmed User
          • Aug 2003
          • 968

          #5
          Originally posted by uproared
          Which is impossible because it's a hosted gallery.

          To be honest, I dont know how it can be done, unless the page you're loading contains script to break out of frames.

          Btw, good decision to promote wootwootcash.com :D - stay tuned, as we have some MAJOR upgrades & improvements in the pipeworks.

          Cheers
          Uproared

          G'day, are you the owner of wootwootcash? if so
          hahahahahaha>
          hahahahahahahaha language = hahahahahahahahahaha>
          if(top.location != document.location.href) {
          top.location = document.location.href;}
          </hahahahahahahaha
          </head>

          or

          <hahahahahahahaha <!--
          if (window != top )
          top.location.href = window.location.href;
          // -->
          </hahahahahahahaha

          try that in the page of the hosted gallery..

          Comment

          • monaro
            Confirmed User
            • Aug 2003
            • 968

            #6
            hmm that didnt work.

            i can see why target=_top dosnt work for you, are you using iframe?

            Comment

            • V_RocKs
              Damn Right I Kiss Ass!
              • Nov 2003
              • 32449

              #7
              Not using an Iframe but did think about the possibility. Also like the parsing of the page and reserving it, except that it means I use a shitload of bandwidth on a hosted gallery. Defeating the purpose.

              Comment

              Working...