I want to create a message box that appears when mousing over a form entry description, and disappears when mousing out. It will contain help info on the entry.
I've seen this on lots of sites. I don't think Alert will do because I don't want the user to have to click an "OK" button. Just a box with them message, no buttons.
I have the onMouseOver and onMouseOut down, just need help creating the message box. Is it window.open that they use?
Thanks,
JB
I've seen this on lots of sites. I don't think Alert will do because I don't want the user to have to click an "OK" button. Just a box with them message, no buttons.
I have the onMouseOver and onMouseOut down, just need help creating the message box. Is it window.open that they use?
Thanks,
JB