hi, i been trying to redirect the status bar url to different url.. for purposes such as affiliate links, and other services i use that run through a long ugly looking link but end up to a simple website. a while ago i seen a guy use linkbucks on his links.. but when i scrolled over his links they said a normal website like. www.megaupload.com/afhakgh but his link redirected to linkbucks and used a top banner. ^^ is there any way to achieve this? i been trying to include a javascript code for this but the proplem is that it doesnt work for different browsers (or atleast the ones that i have expermented with the last few days) Is there something that works for all browsers? Or is it better to use a PHP script? I dont know much about this or how to use it, but i keep hearing about it. Any opinions? Appreciate it a lot
Try this: <A HREF="http://www.url.com" onMouseOver="window.status='Now you have the mouse over the image.'; return true" onMouseOut="window.status='And now you have moved the mouse away from the image.'"> Code (markup):