Hi there,

Currently i'm using two iframes. Let's say leftframe is for navigation and rightframe houses a pushpage. I'm having an issue with <a target="leftframe" href="somescript">Price</a> that pops a new window everytime the price is clicked. This supposed to carry a price from rightframe to a script in leftframe through URL which supposingly act as a shopping cart. This worked just fine in IE 6, 7, 8, 9 but is not working as intended in firefox and chrome. Any thoughts guys? Been looking for workaround for days now.