Click here to Skip to main content
15,903,030 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
DearTeam,
i am using asp.net web appliation.
in that i am calling a webservice(wenservice retruns string as"wel come to webservice") in ajax with javascript.
when i run the my webapplication in internet Explorer showing out put message fine.

when i run the same webapplication in Opera did not show the out put message which my wenservice retuns.

in fiddler showing fine.

now my question is:
why in opera did not showing the success message data ?

Thanks in advance.
Unareshrajuu
Posted

1 solution

i am calling a webservice(wenservice retruns string as"wel come to webservice") in ajax with javascript
when i run the same webapplication in Opera did not show the out put message which my wenservice retuns.
Without code, it's difficult to point out but it might be the AJAX request formation. Use jQuery ajax and see if it works. jQuery handles the ajax creation call for different browsers via fallback mechanism by itself.

Debug the Javascript code and see what request is made and what is the response. Follow it and see what you find.
 
Share this answer
 
Comments
Unareshraju 9-Jan-13 9:07am    
hello sandeep,
thank for u r reply,
i got it.
this is crossdomain issue i.e browser compatability issue
Sandeep Mewara 9-Jan-13 9:16am    
You can 1 vote my answer. No issues. You never mentioned anything of cross domain in your question. Your issue.

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