Q364 Is it possible to make the browser do two things on a OnMouseOver command?
You are here: irt.org | FAQ | JavaScript | Pointer | Q364 [ previous next ]
Yes. Either:
onMouseOver="function1();function2()"
or
onMouseOver="functionX()"
and then do everything in functionX().
©2018 Martin Webb