javascript - Permission denied error on IE8 and 7 -


webpage error details

user agent: mozilla/4.0 (compatible; msie 7.0; windows nt 6.1; slcc2; .net clr 2.0.50727; .net clr 3.5.30729; .net clr 3.0.30729; .net4.0c; bri/2) timestamp: fri, 1 jul 2011 01:21:21 utc   message: permission denied line: 55 char: 17 code: 0 uri: http://www.testing.com/phone_select/   message: permission denied line: 55 char: 17 code: 0 uri: http://www.testing.com/phone_select/ 

current domain http://www.gale.testing.com/. error occur when tried redirect http://www.testing.com/phone_select/ top.window.location

is because cross domain problem? no ajax involved. in firefox , chrome works fine. ie7 , ie8 cause problems.

use top.location.href instead?


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -