On 9/19/05, Ivan Tubert-Brohman <itub at cpan.org> wrote: > document.innerHTML = "Hello, world!"; I didn't notice this the first time around, but document does not have an innerHTML property. Try document.documentElement.innerHTML.