My code:
<
atlas:ScriptManagerID="scptManager"runat="server"><Services><atlas:ServiceReferenceGenerateProxy="true"Path="~/adm/AddEditCustomFieldDataService.asmx"Type="AddEditCustomFieldDataService"/></Services></atlas:ScriptManager></form><scriptlanguage="javascript"src="../ClientIncludes/Jscript.js"type="text/javascript"></script><scripttype="text/javascript"language="javascript">var strMessages="";var bLock;function DeleteCustomDataFieldLookUpValues(){
var intValueId;intValueId=document.AdmCustomDataFieldLookupListForm.txtPageTarget.value;
strMessages=
"";AddEditCustomFieldDataService.ADMCheckCustomFieldIsInUseorNot(
'0',intValueId,CallBackADMCheckCustomFieldIsInUseorNot);}
}
function CallBackADMCheckCustomFieldIsInUseorNot(args,context)
{
---
}
This working fine in my pc but in another pc its show script error 'AddEditCustomFieldDataService is undefined'
What are the system requirements for atlas? I installed the atlas .Whether JVM need?
did you upload the AddEditCustomFieldDataService.asmx to the other pc? Does it have the same Path as in your pc?
It is same path as Page exist .And it work well on other pc and developed pc but not some other pc's
No comments:
Post a Comment