PDA

Click to See Complete Forum and Search --> : Window Size


dimava
Jun 16th, 2000, 02:45 AM
Does anyone know how to make the browser open in a spasific window size, and so that a user can't maximaze the window?

noone
Jun 16th, 2000, 07:29 AM
window.open("http://www.someplace.com","windowname","height=x,width=y,sizable=false");

Hope this is what you wanted.

dimava
Jun 16th, 2000, 07:30 AM
ok, thanks, now one more quesion, where do I put that, I never did JAVA in my life, but I know some HTML