Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org
#

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