proxied IE make first non-local page script denied
only the 1st load
Xuefer
3:17 am on Jan 27, 2005 (gmt 0)
only the 1st load, proxied IE make first non-local page script denied, the script is something self.xx or window.xx
but reload on same page get no error, same as non-proxied
any ideas/solutions?
BlobFisk
9:32 am on Jan 28, 2005 (gmt 0)
Hey Xuefer,
Is it a clients side script, a server script or a script on your machine that is not being loaded initially?
Xuefer
12:16 pm on Jan 28, 2005 (gmt 0)
client side script, loaded from server, via proxy it's a normal site as webmasterworld the only difference is, the most of the webpages have use same external script, and the script try do something with window/self object, detect if cookie is supported, detect version etc.
no client will get error, unless (IE with proxy && first load)
i have to put try{}catch(e){} around some of them, but it's hard to deal with all javascript code looking for better solution