geon said:
Nick, if you want to do more than just the simplest javascripting for a single browser,you REALLY should look into something like jQuery.
Looks interesting for a lot of purposes, but it's not an option for what I'm doing. I'm writing my own extremely light-weight HTTP server, and I have no intention to even make it handle file retrieval. All it has to do is serve a string containing basic HTML and embedded JavaScript...
Quote
It abstracts away most of the retarded browser differences and annoying API:s.
Yeah, I noticed there can be a few differences in browser behavior. Anyway, I fixed the bug I was experiencing with FireFox. It asks for a
favicon and I had to return 404 to avoid freezing the browser. Everything now works great no matter if I use Internet Explorer, FireFox, Chrome, Safari or Opera. :happy:
So I won't be needing jQuery any time soon, but thanks thanks for mentioning it. I hadn't heard about it before and it might come in handy one day...