Okay, here's the deal. I'm working with HTML and JavaScript. I'm supposed to do a small web thing for school. Now the thing is, I have a "blog" page. So far, I open it up in Frontpage 2003, and write an entry...mainly about what I've changed on the site since I last updated. But what I'm working on now is a link to another page that has a text box. I want to be able to type in this text box, and have the entry appended to "blog.html", and possibly to a certain location in it. As of now all I've got is document.write() which creates a new page.

Any help would be greatly appreciated.
Thanks

A_T