P
Peter
ASP.NET 1.1 + IE
I have the following code
this.butCreateLetter.Attributes.Add("onClick", "return CreateLetter();");
This code Excecutes the following JScript
function CreateLetter()
{
var objWord = new ActiveXObject("Word.Application");
objWord.Visible = true;
}
On my desktop everything works ok, but on my laptop Word loads into memory,
but never shows up on the screen and on my desktop I get prompted to Allow
ActiveX control, but on my laptop I do not get any prompts, and no error
messages and no Word on the screen.
Is there a setting in IE that has to be set, I compared IE settings on both
systems and they appear to be the same.
Both systems are runnig XP Pro SP2. IE -
6.0.2900.2180.xpsp_sp2_gdr.050301-1519
I have the following code
this.butCreateLetter.Attributes.Add("onClick", "return CreateLetter();");
This code Excecutes the following JScript
function CreateLetter()
{
var objWord = new ActiveXObject("Word.Application");
objWord.Visible = true;
}
On my desktop everything works ok, but on my laptop Word loads into memory,
but never shows up on the screen and on my desktop I get prompted to Allow
ActiveX control, but on my laptop I do not get any prompts, and no error
messages and no Word on the screen.
Is there a setting in IE that has to be set, I compared IE settings on both
systems and they appear to be the same.
Both systems are runnig XP Pro SP2. IE -
6.0.2900.2180.xpsp_sp2_gdr.050301-1519