This happens because of security reasons and
in IE (in other browsers i havent tested) it can be solved change window.domain property
It can be change only to up level, so
when page is loaded as "http://www.domain.com/form.html" the domain property contains string "www.domain.com" and changing it to "domain.com" will enable javascript to load files by url "http://domain.com/form.html"
and other in this domain
(P.S. sorry for my english) |