Link to home
Start Free TrialLog in
Avatar of Iamme
IammeFlag for Mexico

asked on

No resize and No minimize/restore buttons, for IE and Firefox

Hi,
I want to show a page that hides minimize/restore buttons and can't be resized, I'm trying but olny works for a popup window and I want to do it with my Index.html page

Hope you can help pe.
Avatar of emphamy
emphamy

you are right that it will work with a popup, actually it will also work if you put the popup code int he <body onload=""> tag; however i have noticed that with the new IE7 or firefox when you have tabs it will not do this.

So lets say you load it up but the user has 2 other tabs open it will not resize but if you only have one page it should.

I will see if i can figure out something.
Avatar of Iamme

ASKER

you are right, another way to solve my problem...
do you know how to reload my page?

"window.location.reload()" works fine with javascript and IE but with Firefox it doesn't work..

do you know why?
Avatar of Iamme

ASKER

I got it

<body onresize="javascript:window.location.href=window.location.href;">

tnks....

I want to close the question...
ASKER CERTIFIED SOLUTION
Avatar of Computer101
Computer101
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial