How to mask a link?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • matheussousuke
    New Member
    • Sep 2009
    • 249

    How to mask a link?

    I heard it can be done with javascript. Even saw it by myself.

    It's like this:

    When you put the mouse over a link, it will show a fake link in that bar at the bottom of the browser, I forgot the name, it's not the address bar cause the address bar is at the top.
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    it’s the status bar. though its mutation might be disabled by the user.

    Comment

    • Rabbit
      Recognized Expert MVP
      • Jan 2007
      • 12517

      #3
      Probably using the onmouseover event to change the status bar text. I don't see a reason to do that unless it's to mask a malicious link.

      Comment

      • matheussousuke
        New Member
        • Sep 2009
        • 249

        #4
        Originally posted by Rabbit
        Probably using the onmouseover event to change the status bar text. I don't see a reason to do that unless it's to mask a malicious link.

        Sorry, it's not for a malicious link, it's for an affiliate link, I don't want people to see my ID.

        Comment

        • Dormilich
          Recognized Expert Expert
          • Aug 2008
          • 8694

          #5
          and what if they check the source code?

          Comment

          • matheussousuke
            New Member
            • Sep 2009
            • 249

            #6
            Originally posted by Dormilich
            and what if they check the source code?
            Nahh, They wont do that, they will just put the mouse above the link and check the status bar to see if that's a scam, most people not even know how to open the source code.

            It's something like "The site owner is telling me how to make money out of my website, but I can clearly see his affiliate link in the status bar, why should I click it? I dont want him to make money out of my comissions."

            what if the link is masked?

            "I'll check out this site."


            He only gonna be able to see the real link after being redirected, because the link will be in the address bar, but some people are such in a rush, that they wont care about that.

            Comment

            • Dormilich
              Recognized Expert Expert
              • Aug 2008
              • 8694

              #7
              what if people don’t even look at the status bar?

              It's something like "The site owner is telling me how to make money out of my website, but I can clearly see his affiliate link in the status bar, why should I click it? I dont want him to make money out of my comissions."

              what if the link is masked?

              "I'll check out this site."
              you could call that deception.

              Comment

              • matheussousuke
                New Member
                • Sep 2009
                • 249

                #8
                Originally posted by Dormilich
                what if people don’t even look at the status bar?


                you could call that deception.
                No, because people who looks at status bar actually will type the site url without the affiliate ID, that's also a deception.

                I'm not doing anything wrong, I just want the person to see the link on the status that is the url without my ID.

                Comment

                • Dormilich
                  Recognized Expert Expert
                  • Aug 2008
                  • 8694

                  #9
                  I doubt you’ll run into judical problems, though I can’t tell, whether user will feel deceived and therefore do not visit again.

                  Comment

                  • matheussousuke
                    New Member
                    • Sep 2009
                    • 249

                    #10
                    Run into Judicial problems? I've seen many people using it.

                    Real Link: site.com/affid=02032
                    Status Bar Link: site.com

                    User click on it, then at the address will appear: site.com/affid=02032

                    I dont think I'll run into judicial problems because I'm just changing an affiliate link, what if I used a subdomain? Makes no sense, I would run into judicial issues if I were robbing.

                    Comment

                    • Dormilich
                      Recognized Expert Expert
                      • Aug 2008
                      • 8694

                      #11
                      Run into Judicial problems?
                      I never said you’d do.

                      Comment

                      • matheussousuke
                        New Member
                        • Sep 2009
                        • 249

                        #12
                        Sorry, I've read wrong.

                        Comment

                        • matheussousuke
                          New Member
                          • Sep 2009
                          • 249

                          #13
                          on mouse over and which event?
                          I'm trying like this but I can't get any result:

                          Code:
                          <a href="https://www.regnow.com/checkout/cart/add/18888-13?affiliate=538361" onMouseOver="window.status=\'parent.location='http://doremiswfvideoconverter.blogspot.com/buyswftoflvconverter\'; return true;">

                          Comment

                          Working...