. function lazyLoadStylesheets() { // Bootstrap var bootstrapLink = document.createElement('link'); bootstrapLink.rel = 'stylesheet'; bootstrapLink.href = 'https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/css/bootstrap.min.css'; bootstrapLink.media = 'print'; bootstrapLink.onload = function() { this.media = 'all'; }; document.head.appendChild(bootstrapLink); // Font Awesome var fontAwesomeLink = document.createElement('link'); fontAwesomeLink.rel = 'stylesheet'; fontAwesomeLink.href = 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css'; fontAwesomeLink.media = 'print'; fontAwesomeLink.onload = function() { this.media = 'all'; }; document.head.appendChild(fontAwesomeLink); } // Load stylesheets after window load window.addEventListener('load', lazyLoadStylesheets); Chat Using Google Talk, inside your Oracle CRM On Demand - CRMIT Solutions
AF seattle notification
Blog

Chat Using Google Talk, inside your Oracle CRM On Demand

December 15, 2011

Are you using Google Talk to talk to your customers / prospects? Are you using Oracle CRM on Demand to manage them? Tired of switching between these two systems? Don’t worry, there is a very simple trick to embed Google Talk inside Oracle CRM on Demand, we prepared a short

Tags: Chat Using Google Talk, Google Talk, Inside your Oracle CRM

Leave a Reply

Your email address will not be published. Required fields are marked *