Hi,
I've created a simple application which displays a message.

AjaxPro.Utility.RegisterTypeForAjax(typeof(Basic), this);
                }

                [AjaxPro.AjaxMethod]
                public string callhere()
                {
                        return "strTest";
                }

<script>
function test()
                        {
                                alert(AjaxTesting.AjaxBased.Basic.callhere);

                        }
</script>
 The appln is working in IE and mozilla but netscape is giving error as
below.

Error: syntax error
Source File: http://localhost/AjaxTesting/ajaxpro/core.ashx
Line: 275, Column: 10
Source Code:
r.value = <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">


do anybody knows the solution for it?


Regards,
Prashanth


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Ajax.NET Professional" group.

To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]

For more options, visit this group at http://groups.google.com/group/ajaxpro

The latest downloads of Ajax.NET Professional can be found at 
http://www.ajaxpro.info
-~----------~----~----~----~------~----~------~--~---

Reply via email to