Tag Archives: open a browser in fixed size javascript

How to Open a Javascript Pop Up With Fixed Size

Modern browsers in their default settings are blocking pop up windows. A simple window.open will not open a pop-up as most probably it will be blocked. But what to do if you need to show a special offer or something like this? I’d suggest you to open a window on user action, e.g. clicking a button or moving… Read More »