Click here to Skip to main content
15,901,683 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,
i am calling javascript method from code behind and this javascript method is responsible to call page method usng ajax. method called
successfully, but after this i am receiving
"[XMLHttpReequest] object" Message.
why does [XMLHttpReequest] object Message come?
Posted
Comments
Sunasara Imdadhusen 30-Nov-10 0:54am    
Please provide snippet of code!

1 solution

Any ajax request is basically an "XMLHttpRequest" only, so if your method is called successfully may be you need to comment
alert(vall);

and check again.
 
Share this answer
 
Comments
amit_83 30-Nov-10 1:33am    
Thnkax for answer.
Actuly my calling method return a string as response text, to show this
string i have used alert(vall). and this showing the message, there no problem.
and also closing message come to close the browser. but after closing message come, "[XMLHttpReequest] object" Message come and browser does not close.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900