I made my own guestbook from scratch, but I'm trying to take it a step further and create a shoutbox. I used the basic template from my guestbook, but there's a few things I need to do:
I need to enable it to all of the entries appear on the shout.php page, but embeded in the frame in the middle of shout.htm (unlike my guestbook, which automatically redirects you from guestbook.htm to guestbook.php upon posting a message).
Here's the links to the shout components:
http://www.baronvonbrunk.com/shoutstuff/shout.htm
http://www.baronvonbrunk.com/shoutstuff/shout.txt
http://www.baronvonbrunk.com/shoutstuff/shout2.php
For example, let's say you post a message on the shout box, and when doing so, your message will disappear from the text field, and show up on the embedded website (known as 404.htm on the coding, but I'd like for it to be replaced with shout2.php) in the middle of shout.htm.

