some basic htlm help wanted

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • DVTimes
    xxx
    • Jun 2003
    • 31650

    #1

    some basic htlm help wanted

    Can somone post what htlm code to use to open a new w i n d o w (pop up). When somone shuts down (leaves) a website).
    XXX
  • Jakke PNG
    ex-TeenGodFather
    • Nov 2001
    • 20306

    #2
    Use hahahahahahahahahaha, as html don't bend that way.
    ..and I'm off.

    Comment

    • Jakke PNG
      ex-TeenGodFather
      • Nov 2001
      • 20306

      #3
      hahahahahahahahahaha = Javascript
      ..and I'm off.

      Comment

      • DVTimes
        xxx
        • Jun 2003
        • 31650

        #4
        Is there a site I can get this script from?
        XXX

        Comment

        • Jakke PNG
          ex-TeenGodFather
          • Nov 2001
          • 20306

          #5
          Originally posted by allanuk
          Is there a site I can get this script from?
          How about google? I've heard great things about this new and wonderful place you can 'search' information.
          ..and I'm off.

          Comment

          • PrivateIvy
            Confirmed User
            • Oct 2003
            • 4257

            #6
            Originally posted by allanuk
            Is there a site I can get this script from?

            http://hahahahahahahahahaha.com/

            http://www.echoecho.com/hahahahahahahahahaha.htm



            EDIT: REPLACE THE HAHAHHAS with j a v a s c r i p t

            Ivy

            Comment

            • PrivateIvy
              Confirmed User
              • Oct 2003
              • 4257

              #7
              Originally posted by TeenGodFather

              How about google? I've heard great things about this new and wonderful place you can 'search' information.


              Ivy

              Comment

              • woj
                <&(©¿©)&>
                • Jul 2002
                • 47880

                #8
                Hit me up on icq, I'll hook you up for free...
                Custom Software Development, email: woj#at#wojfun#.#com to discuss details or skype: wojl2000 or gchat: wojfun or telegram: wojl2000
                Affiliate program tools: Hosted Galleries Manager Banner Manager Video Manager
                Wordpress Affiliate Plugin Pic/Movie of the Day Fansign Generator Zip Manager

                Comment

                • Coyote
                  Drinker of Scotch
                  • May 2003
                  • 236

                  #9
                  Use the onunload event of the document body to fire your javascript method to open the new window.

                  For example,

                  In the head tag create a method to open the window,
                  w = window.open("win_url", "win_name", 'width=150,height=100')

                  In your body tag, set the onunload event handler to your method,

                  < body onunload="yourmethod()" >

                  When the user attempts to leave your page, a new window is displayed.

                  You will need to look up all the features available for a new window to set the window to appear the way you want.


                  Hope that helps.
                  Ethernet Servers

                  Quote:
                  CS: Linux can pretty much run on a potato. Which is a GOOD thing.

                  Comment

                  • sexsup
                    Confirmed User
                    • Feb 2004
                    • 3004

                    #10
                    www.hotscripts.com
                    there are different popup builders if you are not familiar with code

                    Comment

                    Working...