Sunday, 16 September 2012

Avoid Script Error

<script type="text/javascript" language="javascript">
window.onerror = errHandle;
function errHandle() {
return true;
}
</script>

No comments:

Post a Comment

SharePoint online - Get List-item attachments and Display to div

Step 1 : Create a List ex: TestList and attach few images Step 2 : Copy and Pastet the below coding in App.js var  Items =  null ; ...