Search found 2 matches
- Fri Aug 12, 2011 2:32 pm
- Forum: SVG / XML Code
- Topic: Problem with window.location.replace() with IE7/8 and SVG
- Replies: 2
- Views: 4061
Re: Problem with window.location.replace() with IE7/8 and SV
Thanks for your feedback. I tried to research a lot but I could not find out any ways to overcome this problem. It seems that the location object has the read-only property when viewing SVGs in IE7/8. I worked around by adding some scripts in SVG to call a function in parent html which then calls lo...
- Fri Aug 05, 2011 2:48 pm
- Forum: SVG / XML Code
- Topic: Problem with window.location.replace() with IE7/8 and SVG
- Replies: 2
- Views: 4061
Problem with window.location.replace() with IE7/8 and SVG
I had a problem using window.location.replace(url) with IE7/8 while writing a javascript function in an SVG file. This worked correctly with IE6 however this function did nothing with IE7/8, no script error popup appeared. I can use window.self.navigate(url), however this will create a new entry in ...