Hi guys,
there’s this error that has been driving me nuts. I’m helping someone to setup his XML feed and for the life of me, I cant figure this one out.
go to:
http://www.alovelinksplus.com/advice/ask_april/test.htm
Code to work with XML:
<script language=“javascript”>
// Load XML
var xml = new ActiveXObject(“Microsoft.XMLDOM”)
xml.async = false
xml.load(“http://www.askapril.com/xml/sexy_gifts.xml”)
// Load the XSL
var xsl = new ActiveXObject(“Microsoft.XMLDOM”)
xsl.async = false
xsl.load(“http://www.askapril.com/xml/sexy_gifts.xsl”)
// Transform
document.write(xml.transformNode(xsl))
</script>
Upon loading it in Interneet Explorer, I get a JS error on line 190 saying ‘ACCESS DENIED’. Line 190 is the red text above.
Any ideas? i’ve googled this problem, but havent found anything concrete other than it might be an internet explorer security setting doing that.
I can view the page witohout any trouble at home, but when i try from other PCs from univ, it just doesnt work.
I need some help…big time. HELP!!!
cheers
asT.