On Wednesday, November 2, 2011 1:13:46 PM UTC-4, Vineet wrote: > > Yes. I used Opera Dragonfly & IE Developer Tools. > It doesn't show any js error. > After clicking the link also, no error. > > How & Where do I check the sent & returned values? (in the developer > tools or in Dragonfly) >
In IE, Network > Start Capturing. Click the link and watch for the Ajax request. If there's no request, then the onclick and/or ajax() function isn't working. If there is a request, select it and go to the detailed view and look at the request headers and body and the response headers and body to make sure the right data went out and was returned. Anthony

