Hi,
Office Professional Plus 2007 Key,
I've chosen ComponentArts in my asp.net venture,
Windows 7 Starter Product Key,and I put into use a callback technique similar to this:
in .aspx file:
<script language="javascript" type="text/javascript">
Method("test");
</script>
in .cs file
[ComponentArtCallbackMethod]
public string Method(string str)
//do something
when I use it in OS windows xp,
Windows 7 Serial,It runs ok,
Office 2007 Pro Plus,but I published it in Windows 2008 system,
Office 2007 Standard,there was
a javascript error:no object found.
Can somebody help me?