Good Day Tekkies,
I've been writing some javascript functions to use as events in an HTML page for various reasons. Form validation, rollovers, etc.
In the functions, I've been hard-coding the parent HTML object's ID to make it work, but this make my code hard to reuse in the future, as I will...