(Easy enough) Please help join this two codes

Discussion in 'PHP' started by basketmen, Aug 4, 2008.

  1. #1
    Please help me join this two codes, i cant get working code, I want to make the link hide from bar



    First code

    <a href=\"showthread.php?t="+threads[x].threadid+"\">"+threads[x].title+"</a>
    PHP:

    Second code

    onMouseOver="window.status=''; return true;" onMouseOut="window.status='';
    PHP:






    i had try like this, but this wrong, its not working

    <a href=\"showthread.php?t="+threads[x].threadid+"\ onMouseOver=\"window.status=\''; return true;" onMouseOut=\"window.status=\''; ">"+threads[x].title+"</a>
    PHP:





    please share your knowledge guys :thumbsup:
     
    basketmen, Aug 4, 2008 IP
  2. Pos1tron

    Pos1tron Peon

    Messages:
    95
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #2
    <a href=\"showthread.php?t="+threads[x].threadid+"\" onMouseOver=\"window.status=''; return true;\" onMouseOut=\"window.status='';\">"+threads[x].title+"</a>
    Code (markup):
    That should work.
     
    Pos1tron, Aug 4, 2008 IP
    basketmen likes this.
  3. basketmen

    basketmen Well-Known Member

    Messages:
    837
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    130
    #3
    awsome, you make my day, rep++ for you :)
     
    basketmen, Aug 4, 2008 IP