html question

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Chris
    Too lazy to set a custom title
    • May 2003
    • 27880

    #1

    html question

    Hey guy ,
    i have a link ( a random gallery url ) that i want to go on my main page and anytime someone comes to my page it loads my random gallery link .... i dont want it to redirect really just kinda like embed isnt there like an < embed src= " whatever.html " > type of thing?

    thnx
    [email protected]
  • gothweb
    Confirmed User
    • Jun 2002
    • 8849

    #2
    Sounds like an i.frame or meta refresh

    Photos by Ian X.: Distinctive photos of goth babes.
    Blood Money:Your traffic, my sites, our money.
    MojoHost: Still the best.

    Comment

    • teenjump
      So Fucking Banned
      • Jul 2003
      • 1595

      #3
      HTML is not dynamic
      Try a hahahahahahahahahaha "rotate" script.

      Comment

      • Chris
        Too lazy to set a custom title
        • May 2003
        • 27880

        #4
        how bout some code now ? :P
        [email protected]

        Comment

        • teenjump
          So Fucking Banned
          • Jul 2003
          • 1595

          #5
          Code:
          <html>
          hahahahahaha>
          <title>Random Link</title>
          </head>
          hahahahahaha>
             <TABLE ALIGN="center" BORDER="0" WIDTH="200" HEIGHT="100" CELLSPACING="0" CELLPADDING="0">
                 <TR ALIGN="center" VALIGN="top">
                      <TD ALIGN="center" VALIGN="top">
                        hahahahahahahaha LANGUAGE="hahahahahahahahahaha">
                                /*  Enter the address and the name you want to show up when the link is displayed.
                                    you must separate them with a comma or the script will not work correctly.  You
                                    also cannot use a comma in the address or name, this will also cause problems.
                                    This script was created by Jim Young of [url]www.requestcode.com.[/url]
                                    Please leave the credit in the comments if you use this script.
                                */ 
                          var linkarr=new Array()
                                linkarr[0]="http://www.wsabstract.com,Website Abstraction"
                                linkarr[1]="http://www.dynamicdrive.com,Dynamic Drive"
                                linkarr[2]="http://www.requestcode.com,Request Code"
                                linkarr[3]="http://www.hotscripts.com,Hot Scripts"
                                linkarr[4]="http://www.htmlgoodies.com,HTML Goodies"
                                len=linkarr.length // how many entries in the array
                               randnm=Math.round(Math.random()*(len-1))
                               ranlink=linkarr[randnm].split(",") // separate the address and name
                               hahahahahahahahahahahahahahaha("<A HREF='"+ranlink[0]+"' TITLE='"+ranlink[1]+"'>"+ranlink[1]+"</A>")
                               document.close()
                        </hahahahahahahaha
                      </TD>
                 </TR>
             </TABLE>
          </body>
          </html>

          Comment

          • teenjump
            So Fucking Banned
            • Jul 2003
            • 1595

            #6
            Gay board censored out "script" and "hahahahahahahahahaha" from page

            gimme email I mail to you.

            Comment

            • Mr.Fiction
              Confirmed User
              • Feb 2002
              • 9484

              #7
              Can you just use an SSI include?

              http://httpd.apache.org/docs/howto/ssi.html
              Don't be lazy, protect free speech: ACLU | Free Speech Coalition | EFF | IMPA

              Comment

              • teenjump
                So Fucking Banned
                • Jul 2003
                • 1595

                #8
                SSI is simply including another page in a certain spot.

                I think (THINK) he's looking to random rotate links.
                I could be wrong.

                Comment

                • Chris
                  Too lazy to set a custom title
                  • May 2003
                  • 27880

                  #9
                  okay here is what im doing

                  i have this url
                  http://www.bleh.com/randomgallery.php

                  and i have my domain name
                  www.wild-party-movies.com .. i want to make my main page display the randomgallery.php without redirecting
                  [email protected]

                  Comment

                  • teenjump
                    So Fucking Banned
                    • Jul 2003
                    • 1595

                    #10
                    i frame

                    Comment

                    • Mr.Fiction
                      Confirmed User
                      • Feb 2002
                      • 9484

                      #11
                      Or just make the main page a PHP page and include the other one using PHP's include function.

                      But i frame is probably best because there is no use of your CPU/memory.
                      Don't be lazy, protect free speech: ACLU | Free Speech Coalition | EFF | IMPA

                      Comment

                      • jwerd
                        Confirmed User
                        • Jun 2003
                        • 1953

                        #12
                        Yeah, really simple chris.

                        inlcude("bla.html");

                        ... give me sometime... im tired tonight, i'll write you a random script that never is the same two times in a row ;) and fun stuff like that .... ohh add the cookie dough...


                        yawn

                        ... peace nukka
                        Yii Framework Guru - Seasoned PHP vet - Partner @ XXXCoupon.com

                        Comment

                        Working...