: thanx for all the help!
No problem....
: actually. it works with that. but do u know by ne chance how to get
: it so that it hides links? i mean when u go over something that has a
: link it shows in the status bar. i got the window.status thing to
: work, but when it goes over a link instead of flashing and going back
: it just shows the link. ne idea how i could get it to go back?
I think you may need to put some code on each link...
<script language="javascript">
function ShowMessage() {
window.status = 'Your message here';
}
</script>
<a href="somewhere.htm" onMouseOver="javascript:ShowMessage();">
Or something like that.
Jonathan
-------------------------------------------
Count your downloads:
http://www.downloadcounter.com/
And host your site:
http://www.incrahost.com/
Don't say I never give you anything...