tsezuu
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. :Smile_Ac:
Mone
Hi,
I never tried such technique.
does it work if you remove Lightstreamer-related code?
If so probably the problem lies in the document.domain: does the document.domain value on the two pages have the same value when your link is clicked?
If that's the case try to set the domain on the non-Lightstreamer page with the same value of the one on the "Lightstreamer page". Does it work?
tsezuu
Hi Mone,
Thanks for the reply, it would work just fine if i remove Lightstreamer-related code. Yes i figured and did a workaround with document.domain and it works just fine. But in FF and Chrome, it requires you to use parent.document.getElementById('iframe').contentWindow in order the frame. In IE, it doesn't require extra coding.
Once again, Thanks! :Smile_Ab: