Board index » javascript » webservice in Opera ?
|
Jarod
Registered User |
webservice in Opera ?
2005-12-24 07:25:22 PM
Hey I have the following code: service contains address to webservice. var xmlDoc=document.implementation.createDocument("", "", null); xmlDoc.async = false; xmlDoc.load(service); This code works perfectly in FF and NN but in Opera crashes... If I try if(document.impleimplementation.createDocument ) opera returns true as it was ok to use it. Maybe you can tell me how to connect and get data from webservice ( .asmx )? Any good website with XmlHTTPRequest ? I saw a few examples but nor of them worked in Opera. If you have some tested code please share :) Jarod - |
