Hello, My target page that which I would be loading via ajax has some java script to be executed on page loading. When I send the request directly thru the browser, it works fine. I mean the script gets executed. But if I load the page thru jquery ajax post method, the script doesnt get invoked. Is this the default behaviour? Should I execute the javascript as part of my ajax post call?
Thanks Ram