logoalt Hacker News

masswerktoday at 3:24 PM1 replyview on HN

It's kind of funny to see how the endorsements were talking about rich multimedia integration, when your output options with JavaScript 1.0 were: writing into a textarea, writing into a form input field, or setting the state of other form elements (like checkboxes or select elements) – that's your rich multimedia experience!

Of course, there was the infamous `document.write()`, when the document was loading and the document stream was still open, but this was more of a hack than an interaction model.


Replies

OhMeadhbhtoday at 4:14 PM

I think they were talking about using JavaScript to setup message queues between Java Applets and the Applets would be doing multi-media-esque things.

show 1 reply