JavaScript/DOM Problem: Getting "Unknown runtime error" when trying to change the .innerHTML property of a span tag. Found another user on SourceForge that had a similar error occuring, but even after registering as a user I wasn't able to post to that source forge thread (um, I wouldnta signed up if I knew I couldnta contributed!) Solution: Change the span tags to div tags. Note: I noticed that the HTML Tidy plugin for Mozilla Firefox was throwing warnings that my HTML wasn't valid since I was wrapping a table between open and close span tags. I'm guessing this must be invalid from and DTD standpoint, but it functions beautifully in the real world... (...you know, the real world where we gots ta get paid to feed our kids and can't afford sit in committees discussing idealism while we smoke crack we bought with proceeds from some fluke IPO! Ok, actually I like standards... way better than Navigator vs. IE days! Plese god, don't bring those back!) Examples: (saving time, ask for a post if you need it)