Thanks, Trendy - a little understanding goes a long way! i do have the <httpHandlers> entry in system.web block - it is character for character identical to your example except for the "2" - I'm using vs2003 on an old win2k box, & have added a reference to AjaxPro.dll not AjaxPro2.dll.
the following lines appear in the rendered html: <script type="text/javascript" src="/AjaxTest/ajaxpro/prototype.ashx"></script> <script type="text/javascript" src="/AjaxTest/ajaxpro/core.ashx"></script> <script type="text/javascript" src="/AjaxTest/ajaxpro/converter.ashx"></script> <script type="text/javascript" src="/AjaxTest/ajaxpro/AjaxTest.WebForm1,AjaxTest.ashx"></script> my onclick event looks like: AjaxTest.WebForm1.GetServerTime(getServerTime_callback); & windows throws: 'Microsoft JScript runtime error: 'AjaxTest' is undefined' when the event is fired. Is my script wrong? Ian --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
