Is it possble to call 2 seperate functions with onMouseOver?<br>There are 2 things i want to happen when the mouse moves over a button, but i am not familiar enough with javascript to combine the 2 functions into one. Any info would be greatly appreciated.
you could just have it call one function, then that one function call the two other functions <p>Karl<br><a href=mailto:kb244@kb244.8m.com>kb244@kb244.8m.com</a><br><a href=
</a><br>Experienced in , or have messed with : VC++, Borland C++ Builder, VJ++6(starting),VB-Dos, VB1 thru VB6, Delphi 3 pro, Borland C++ 3(DOS), Borland C++ 4.5, HTML,Visual InterDev 6, ASP(WebProgramming), QBasic(least i didnt start with COBOL)
Thanks for your response.<br>I think you mean something like:<br><br>function name(){<br>function 1()<br>function 2()<br>}<br><br>If this is correct, would I write:<br><br>// <a href =" - " onmouseover="name(1)(2)...."</a>?<br><br>The part that I'm confused with is the part after the "name". I don't understand how to write this.<br><br>Please excuse my ignorance, I'm new at this.<br>
</a><br>Experienced in , or have messed with : VC++, Borland C++ Builder, VJ++6(starting),VB-Dos, VB1 thru VB6, Delphi 3 pro, Borland C++ 3(DOS), Borland C++ 4.5, HTML,Visual InterDev 6, ASP(WebProgramming), QBasic(least i didnt start with COBOL)
</a><br>Experienced in , or have messed with : VC++, Borland C++ Builder, VJ++6(starting),VB-Dos, VB1 thru VB6, Delphi 3 pro, Borland C++ 3(DOS), Borland C++ 4.5, HTML,Visual InterDev 6, ASP(WebProgramming), QBasic(least i didnt start with COBOL)
Yes _NetWorK_ almost has it correct, it would actually be like this:<br><br><a href="" onmouseover="handler1();handler2()">...</a> <br><br>-pete
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.