Hi,
Platform: .NET ASP
I have this problem... I have website A which has an SQL database containing a list of Fotball Matches and all the players in it. In the same site, I have an aspx which will stream an XML file out: getPlayers.aspx -->this is a server side program that streams XML content to the browser/client.
Now, I have webSite B, a HTML, pullPlayer.html which has an inline client script which will open the getPlayers.aspx using the XMLDOM object.
vsXMLFilePath = "http:/voXMLFile = new ActiveXObject("Microsoft.XMLDOM");
voXMLFile.async = false;
voXMLFile.validateOnParse = true;
voXMLFile.load( vsXMLFilePath + "?MatchID=" + viMatchID );
I try this, but there is an error saying "ACCESS DENIED". The same script runs on website A. How can I prevent this? URGENT. Many thanks in advance.
regards,
- Joseph
~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-
Platform: .NET ASP
I have this problem... I have website A which has an SQL database containing a list of Fotball Matches and all the players in it. In the same site, I have an aspx which will stream an XML file out: getPlayers.aspx -->this is a server side program that streams XML content to the browser/client.
Now, I have webSite B, a HTML, pullPlayer.html which has an inline client script which will open the getPlayers.aspx using the XMLDOM object.
vsXMLFilePath = "http:/voXMLFile = new ActiveXObject("Microsoft.XMLDOM");
voXMLFile.async = false;
voXMLFile.validateOnParse = true;
voXMLFile.load( vsXMLFilePath + "?MatchID=" + viMatchID );
I try this, but there is an error saying "ACCESS DENIED". The same script runs on website A. How can I prevent this? URGENT. Many thanks in advance.
regards,
- Joseph
~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-