JavaScript Mini-FAQ Sooner, or later, as we start learning and using JavaScript, we will all have questions we want answered. One author, Danny Goodman, has compiled a list of typical questions people ask when starting out with JavaScript.
| Name: |
manish aggarwral |
| Subject: |
Re: Multiple Mouseovers |
| Date: |
12-16-1999 06:58AM |
Hello,
If u want to call more than one function on mouseover than just simply write in this way
onMouseover="f1()";"f2()"; so on
|
Other posts in this thread:
Reply to this post:
|
 |
Visit the JavaScript Forum!
New On DevShed:
Hot Forum Topics:
|