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:
<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.