I have some JavaScript that I use to make a window not resizable, something along the lines of:
window.open(URL, id, \"resizable=no\");
Thi
This is old school javascript. Modern browsers tend to not allow this because it is seen as a user unfriendly limitation.