Since 'INCLUDE' doesn't allow to use 'TARGET'. Would you please teach me how to redirect a php file to another frame automatically?
I am trying to make a message board.
2 frames are in the page
i) frame A - to show all the messages
ii) frame B - for message entry.
I would like to update frame A after I click SUBMIT in frame B.
After the SUBMIT button is clicked, it will add the new message to the database, and will tell frame A to refresh, so it will show all the message including the new one.
Thanks a lot.
chu70077