JavaScript Help Please

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Goonx
    Confirmed User
    • May 2002
    • 1048

    #1

    JavaScript Help Please

    Can anyone tell me what this script does when inserted into the head of the html?

    <a href="http://199.243.107.74/js.txt">Just click and view the source code since it does nothing</a>


    Last edited by Goonx; 06-23-2002, 09:20 PM.
  • Goonx
    Confirmed User
    • May 2002
    • 1048

    #2
    Damn, it wont show the javascript

    Comment

    • hyper
      Confirmed User
      • Mar 2002
      • 5294

      #3
      put in your page.. then look at it..

      try that

      Comment

      • Goonx
        Confirmed User
        • May 2002
        • 1048

        #4
        Originally posted by hyper
        put in your page.. then look at it..

        try that
        I did, it does nothing, click the link, it doesnt do any thing, but it is obviously some kind of a script ....

        Comment

        • reddawg
          Confirmed User
          • Apr 2002
          • 1837

          #5
          Gotta remove all those # and then it will probably work
          ICQ 146104506
          <p>
          <a href="http://sexsentry.com"</a><img src="http://sexsentry.com/pics/sentry2.gif" alt="All new Sentry. More options and more exposure and more ways to make even more money by using Sentry Elite and try our new create your own custom entrance script and so many more features, many are still in development, but awesome changes are going on at Sex Sentry!">
          </p>

          Comment

          • hyper
            Confirmed User
            • Mar 2002
            • 5294

            #6
            was that put on your webpage? and you dont know where it came from?
            there was a thread a few weeks ago.
            about a exploit that steals your traffic

            Comment

            • reddawg
              Confirmed User
              • Apr 2002
              • 1837

              #7
              won't do shit with this statement "NEWUNSIZABLE
              newinsizable and try again, just for resizing a window for location you want opened.
              ICQ 146104506
              <p>
              <a href="http://sexsentry.com"</a><img src="http://sexsentry.com/pics/sentry2.gif" alt="All new Sentry. More options and more exposure and more ways to make even more money by using Sentry Elite and try our new create your own custom entrance script and so many more features, many are still in development, but awesome changes are going on at Sex Sentry!">
              </p>

              Comment

              • Goonx
                Confirmed User
                • May 2002
                • 1048

                #8
                Originally posted by reddawg
                Gotta remove all those # and then it will probably work
                no I though if I put those than maybe it will show the script without viewing the source code, but gues not, anyways, pay no attention to it...

                Comment

                • Goonx
                  Confirmed User
                  • May 2002
                  • 1048

                  #9
                  Originally posted by reddawg
                  won't do shit with this statement "NEWUNSIZABLE
                  newinsizable and try again, just for resizing a window for location you want opened.
                  Thats how the script came, is there anything at all that this script can do as it is now ?? maybe if it is asociated with a cgi script ?

                  Comment

                  • hyper
                    Confirmed User
                    • Mar 2002
                    • 5294

                    #10
                    i didnt view source
                    replace newlocation
                    with a url

                    newunsizable.. i think is you name the window maybe
                    Last edited by hyper; 06-23-2002, 10:38 PM.

                    Comment

                    • reddawg
                      Confirmed User
                      • Apr 2002
                      • 1837

                      #11
                      Originally posted by Goonx


                      Thats how the script came, is there anything at all that this script can do as it is now ?? maybe if it is asociated with a cgi script ?
                      naw it's fucked. I can fix it and it is independant and has nothing to do with CGI.
                      ICQ 146104506
                      <p>
                      <a href="http://sexsentry.com"</a><img src="http://sexsentry.com/pics/sentry2.gif" alt="All new Sentry. More options and more exposure and more ways to make even more money by using Sentry Elite and try our new create your own custom entrance script and so many more features, many are still in development, but awesome changes are going on at Sex Sentry!">
                      </p>

                      Comment

                      • kenny
                        Confirmed User
                        • Mar 2002
                        • 7245

                        #12
                        It's a function for a popup window, it needs to be triggered to work

                        onload="function()"
                        7

                        Comment

                        • reddawg
                          Confirmed User
                          • Apr 2002
                          • 1837

                          #13
                          Dude, if you want I can fix it, but why bother, you want a cool popunder, I got a killer one you can have. you can set it to popunder 1 or multiply times based on cookies. Go to profile hit me on icq or email and I will send it to you or anyone else for that matter
                          ICQ 146104506
                          <p>
                          <a href="http://sexsentry.com"</a><img src="http://sexsentry.com/pics/sentry2.gif" alt="All new Sentry. More options and more exposure and more ways to make even more money by using Sentry Elite and try our new create your own custom entrance script and so many more features, many are still in development, but awesome changes are going on at Sex Sentry!">
                          </p>

                          Comment

                          • leverage7
                            Registered User
                            • Jun 2002
                            • 9

                            #14
                            As kenny said, this is a function to popup a window. The location (url) to be loaded is passed to the function.

                            If you put this at the top of your html page, and then did an onLoad event like:

                            &lt;body onLoad="openWindow(\"http://www.google.com\")"&gt;

                            Would cause google to be loaded in a popup when the page is loaded.

                            Hope that helps.

                            Comment

                            • kenny
                              Confirmed User
                              • Mar 2002
                              • 7245

                              #15
                              <a href="#" onClick="document.title='Kenny says Go Fuck Yourself'">Click Here and look and the page title</a>
                              7

                              Comment

                              • reddawg
                                Confirmed User
                                • Apr 2002
                                • 1837

                                #16
                                Bravo
                                ICQ 146104506
                                <p>
                                <a href="http://sexsentry.com"</a><img src="http://sexsentry.com/pics/sentry2.gif" alt="All new Sentry. More options and more exposure and more ways to make even more money by using Sentry Elite and try our new create your own custom entrance script and so many more features, many are still in development, but awesome changes are going on at Sex Sentry!">
                                </p>

                                Comment

                                • Cogitator
                                  Confirmed User
                                  • Feb 2002
                                  • 672

                                  #17
                                  Lose the "#" characters. Why are they there to begin with?
                                  - this space intentionally left blank -

                                  Comment

                                  Working...