Hey once again I have a javascript tag. I have almost found a forum just for this, so please don't chew me out for posting this on php forum.
Here is what I want to do, I want to make a button that when the mouse moves over it it will change the bgcolor to red and do a window.status='test'; return true"
Thanks a lot for all help provided.
Putting multiple actions into a onMouseover tag
Moderator: General Moderators
- window.status='test';
- return true;
try
Code: Select all
onMouseOver="this.style.backgroundColor='red'; window.status='test'; return true;"- twigletmac
- Her Royal Site Adminness
- Posts: 5371
- Joined: Tue Apr 23, 2002 2:21 am
- Location: Essex, UK