is it posible na ma hide nmo ang message sa status bar sa usa ka webpage?
like if imo e point imong mouse sa usa ka link dli mo gawas ang www.link.com/limk.html?
posible bani ..
salamat
is it posible na ma hide nmo ang message sa status bar sa usa ka webpage?
like if imo e point imong mouse sa usa ka link dli mo gawas ang www.link.com/limk.html?
posible bani ..
salamat
yes... gamiti ug javascript bai..
<span style="text-decoration:underline; cursor: pointer"><a onclick="javascript: window.location.href='http://www.cebuextrememusic.com'">http://www.cebuextrememusic.com</a></span>
Use window.status:
<a href="http://example.org" onmouseover="window.status='Lorem ipsum'; return true;">Example</a>
Use onmouseout to unset the value.
You need to explicitly enable this feature in Firefox though.
Similar Threads |
|