I'm developing a simple chat room box. The main chat room page is
composed of three iframes, one for displaying messages posted, one for
displaying usernames registered online, and the other for typing in
messages. For each iframe there is a php file to handle it. I want to
know once the message is typed in, how to make the message iframe to
refresh and display the newest message. In other word, from one php
file redirected to another php file. I tried include .php, but it
fails because it refresh the wrong iframe ( the iframe for input
messages). Thanks.
composed of three iframes, one for displaying messages posted, one for
displaying usernames registered online, and the other for typing in
messages. For each iframe there is a php file to handle it. I want to
know once the message is typed in, how to make the message iframe to
refresh and display the newest message. In other word, from one php
file redirected to another php file. I tried include .php, but it
fails because it refresh the wrong iframe ( the iframe for input
messages). Thanks.
Comment