Hi,
I don't know very much about javascript, so I need your help.
I downloaded a script from Microsoft, that can generate and open excel files on the fly. when I click on the webpage on my hard disk everything works. But when I go there by a link over the internet it doesn't work. I get the error icon in my status bar.
I think I know the line that is causeing the error:
Code:
var oXL = new ActiveXObject("Excel.Application");
Am I not allowed to run Active X stuff over the internet?
Also, when I open the page in Opera (over the internet) I get an error dialog box saying:
Quote:
The server tried to set a cookie for a domain with no registered IP address. For security reasons, this is not acceptable, and the cookie has therefore been rejected
You might want to ask the site's webmaster to create an IP address for the domain specified in the cookie
|
What does this mean?
Here is the link to the full script. It is a realy cool and usefull script (My personal opinion)
Thank you for reading
-Maes