use java to mask a link

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Umatic
    Registered User
    • Jan 2002
    • 73

    #1

    use java to mask a link

    I am using clickzs on my gallery links and I am tring to hide the clickzs url from my gallery links, so a link that is http://cz4.clickzs.com/tn.php?&codewww.something.com would be displayed www.something.com in the status bar.

    I know I could do this manualy to each url but the thing is I change my links daily so I would need this to be automatically done. I guess it would be a script that would look for a specific line of text on the page and remove it from the status bar, then it would display anything after that line of text in the status bar. I saw this on a site or two in the past but I'm not sure how they did it or the urls of the sites.

    Does anyone know of a script that will do this.

    thanks for any help
  • CunnyFunt
    Registered User
    • Jun 2002
    • 34

    #2
    <a href="myshittysite.com" onmouseover="window.status='Foobar'; return true;" onmouseout="window.status=''; return true;">fuck off</a>
    Last edited by CunnyFunt; 06-30-2002, 05:07 PM.
    Joseph Allgaier

    Unix/Perl/PHP Guru.

    Comment

    • Umatic
      Registered User
      • Jan 2002
      • 73

      #3
      Thanks for the help!
      I added that code to my x3scripts account and it worked perfectly.

      thanks

      Comment

      Working...