Tag Archives: Popup

Popup Window In Sage CRM Using .Net API

In Sage CRM, we usually use popup windows to show the information or to make instant data entry. In the custom ASP pages we make use of DOM objects to do so. To show popup window what we do is: We prepares an URL at server side (or at client side) Creates button and set… Read More »

Javascript popup window

We always face the problems with popup window in JavaScript using window. Open command either in Custom content or pages that we design. Sometimes the parent window goes blank or sometimes the popup window looses focus and goes behind. Problem Definition: Suppose I want to open http://www.google.com in popup window. So ideally I will use… Read More »