I have a shopping cart applcation that displays the items in an Iframe, this is the viewcart part. on the parent page I have a label that should display the total amount but it doesnt, I tried to put the amount in the iframe code into a session variable and put that value in the label on the parent page, problem is the value updates only when the parent frame gets refreshed.

is there a way to have the parent page refresh from the codes inside the iframe page? or have a script access the parent page label from the iframe?

thanks, any help would be great!