Monday, April 4, 2011

How to disable maximize button of Web Browser In Java Script:

Simple task:just open new window like that:
window.open("mypage.html","mywindowname", "toolbar=no,menubar=no");

1 comment: