sam wrote:
> How can I use XMLHttpRequest communicate from webpage to another?
XMLHttpRequest sends HTTP requests to a server and receives the response.
> Currently I have a left/right frames
Oh dear.
http://www.allmyfaqs.net/faq.pl?Prob...h_using_frames
> , when the submit button pressed (item is added to the database), the left
> frame should automatically retrieve this item and display it on the page.
No need for XMLHttpRequest. No need for JavaScript for that matter.
<form ... target="name_of_frame_on_left">
--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is