Hi,
Here's the problem:
I've got a shopping system which opens up in a popup window for a user to add a new product. When the product is added the user can close the window and continue shopping on the main 'parent' window.
The parent window shows the number of items in the users basket. However, this will only change if the user refreshes the page, or I use some javascript in the popup that fires a refresh of the parent. I only want to update the value of the number of items in the basket, and not the whole page. Is this possible?
Thanks in advance if you can help!
Here's the problem:
I've got a shopping system which opens up in a popup window for a user to add a new product. When the product is added the user can close the window and continue shopping on the main 'parent' window.
The parent window shows the number of items in the users basket. However, this will only change if the user refreshes the page, or I use some javascript in the popup that fires a refresh of the parent. I only want to update the value of the number of items in the basket, and not the whole page. Is this possible?
Thanks in advance if you can help!