… I had no time to post. Been doing a programming marathon to get some stuff done and had little to no time for other stuff. On my ventures to write better, faster code and sites I came to notice that Mozilla has no idea what innerHTML is. I hate FireFox. I use Opera:)
As my JavaScript skills are a bit rusty, I did some research and found this awesome piece of JS code that extends the DOM to accept the properties I needed: innerHTML and outterHTML.
The best part is that this is a DOM extender. So you can use:
getElementById('ID').innerHTML='HTML Encoded innerHtml';
I'm sure you'll find great use for these code snippets.
I pasted the snippets here just in case that page fades away due to the high traffic I will send them with this post:)
Over and out for now. I'm overdue with some email replies and I'll send them by the weekend.
Post Feedback