Hello there,
Windows 7 Home Premium Key,
I have utilised ComponentArts in my asp.net project,
Windows 7 64 Bit,and I used a callback approach like this:
in .aspx file:
<script language="javascript" type="text/javascript">
Method("test");
</script>
in .cs file
[ComponentArtCallbackMethod]
public string Process(string str)
//do something
when I use it in OS windows xp,
Windows 7 Activation,It runs ok,
Office 2007 License,but I published it in Windows 2008 system,
Office 2010 Professional,there was
a javascript error:no object found.
Can somebody help me?