Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
ContextMenu.prototype.CreatePopupWindow = function () { var orgDomain = document.domain; // Save current setting document.domain = location.hostname; // Set to hostname if(this.baseMenu && this.baseMenu.popupWindow!=null) this.popupWindow = this.baseMenu.popupWindow.document.parentWindow.createPopup(); else this.popupWindow = window.createPopup(); this.popupWindow.document.domain = orgDomain; // Set to wanted document.domain = orgDomain; // Reset ... }
You get the point...