Hello Guru's!
On one of my webpages I am using THREE frames (i.e. 1, 2 and 3).
Frame number ONE is used for the menu;
Frame number TWO is used for an overview of products, which can be ordered;
Frame number THREE contains the order lines.
Now, when I click on the ORDER hyperlink in frame TWO the database is updated with the product chosen. Of course I want to show this rightaway in frame THREE (order lines).
What is the easiest way to refresh only frame THREE, without using top.window.location.href = "blabla.php"? I am stuck at the moment.
Thanks for your input!