Click here to Skip to main content
15,881,852 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello To all
i have problem with getting value of XML tag from WCF Service in google Chrome .
I can Find Proper value in FireFox and Internet Explorer.but not in google Chrome
here my Code For Chrome
----------------------------

var Employee= HotelListdata.getElementsByTagName("a:EmployeeID");
if (Employee.length != 0)
{
/Codd
}

---
above i can not Find Emololyee and that's why i am not able go get length of total Employee in google chrome from Wcf services

Please help me.....For WCF service in google chrome

Thanks & Regards

Hardik
Posted
Comments
tbs.hardik 4-Feb-14 6:27am    
Please hemp me how can i get value .......and length

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