Re: Problem with javascript

  •  05-03-2007, 5:21 AM

    Re: Problem with javascript

    I resolved the problem :
     
     I delete the folowing line in the Web.config file :
     
    <httpHandlers>

    <add verb="POST,GET" path="*.ashx" type="Ajax.PageHandlerFactory, Ajax"/>

View Complete Thread