Does anyone know how to make the browser open in a spasific window size, and so that a user can't maximaze the window?
Printable View
Does anyone know how to make the browser open in a spasific window size, and so that a user can't maximaze the window?
window.open("http://www.someplace.com","windowname","height=x,width=y,sizable=false");
Hope this is what you wanted.
ok, thanks, now one more quesion, where do I put that, I never did JAVA in my life, but I know some HTML