I want to open a popup window and disable the parent window. Below is the code that I am using;
function popup() { popupWindow = window.open(\'child_pag
To my knowledge, you cannot disable the browser window.
What you can do is create a jQuery (or a similar kind of ) popup and when this popup appears your parent browser will be disabled.
Open your child page in popup.