someone help me with this script real fast please

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • DirtyDanza
    Confirmed User
    • Aug 2002
    • 8375

    #1

    someone help me with this script real fast please

    !-- BEGIN CODE
    var exit=true;
    function fast()
    {
    if (exit)
    open("http://www.dirtysdicksuckers.com/consoles/pop-1.html","autopop","toolbar=0,location=0,status=1,m enubar=0,scrollbars=0,resizable=1,top=0,left=0,wid th=520,height=520");
    }
    // END CODE --

    thats on the index page from dirtysdicksuckers.com and what I want it to do is load on the upper right corner rather than the left corner... it has to be simple but I can't figure it out....
    Danza Bucks is back!!!
  • DirtyDanza
    Confirmed User
    • Aug 2002
    • 8375

    #2
    anyone
    Danza Bucks is back!!!

    Comment

    • Mutt
      Too lazy to set a custom title
      • Sep 2002
      • 34431

      #3
      where it says 'left=0' , replace that with 'right=5' or zero if u want.
      I moved my sites to Vacares Hosting. I've saved money, my hair is thicker, lost some weight too! Thanks Sly!

      Comment

      • DirtyDanza
        Confirmed User
        • Aug 2002
        • 8375

        #4
        when I do that it still loads on the upper left...
        Danza Bucks is back!!!

        Comment

        • fletcher
          Confirmed User
          • Jan 2003
          • 698

          #5
          change the open(....) line to these two:

          Code:
          var popWin = window.open("http://www.dirtysdicksuckers.com/consoles/pop-1.html","autopop","toolbar=0,location=0,status=1,menubar=0,scrollbars=0,resizable=1,top=0,left=0,width=520,height=520");
          popWin.moveTo((screen.width - 520), 0);
          That should do it.
           
          [email protected]
          ICQ: 6411138

          Comment

          • Mutt
            Too lazy to set a custom title
            • Sep 2002
            • 34431

            #6
            doh......... doesnt work - the code Fletcher posted does tho
            I moved my sites to Vacares Hosting. I've saved money, my hair is thicker, lost some weight too! Thanks Sly!

            Comment

            • DirtyDanza
              Confirmed User
              • Aug 2002
              • 8375

              #7
              Originally posted by fletcher
              change the open(....) line to these two:

              Code:
              var popWin = window.open("http://www.dirtysdicksuckers.com/consoles/pop-1.html","autopop","toolbar=0,location=0,status=1,menubar=0,scrollbars=0,resizable=1,top=0,left=0,width=520,height=520");
              popWin.moveTo((screen.width - 520), 0);
              That should do it.
              where do I add that ..... do I replace my whole code? this is what I am putting now and getting a script error....


              !-- BEGIN CODE
              var exit=true;
              function fast()
              {
              if (exit)
              var popWin = window.open("http://www.dirtysdicksuckers.com/consoles/pop-1.html","autopop"," toolbar=0,location=0,status=1,menubar=0,scrollbars
              =0,resizable=1,top=0,left=0,width=520,height=520") ;
              popWin.moveTo((screen.width - 520), 0);

              }
              // END CODE --
              Danza Bucks is back!!!

              Comment

              • shermo

                #8
                You broke it Dirty...there goes your career! I'm assuming you've gotten it fixed? Looked fine when I checked it out a few mins ago.

                Comment

                • DirtyDanza
                  Confirmed User
                  • Aug 2002
                  • 8375

                  #9
                  Originally posted by shermsshack
                  You broke it Dirty...there goes your career! I'm assuming you've gotten it fixed? Looked fine when I checked it out a few mins ago.
                  LOL.... Yeah Fletcher ICQ'd and beat into my brain what to do .... I think I musta taken one to many bonghits....
                  Danza Bucks is back!!!

                  Comment

                  • fro n gc
                    So Fucking Banned
                    • Aug 2003
                    • 185

                    #10
                    haha!

                    Comment

                    Working...