Does anyone know if it is possible to have the web browser enforce a minimum windows size?
I would like to make sure (as much as possible) that the end-user can not shrink my page to below 100px by 50px.
I have tried to use some javascript to read the window size parameters and change them to the minimum if they fall below the minimum, but using the onResize command in the BODY tag results in a large number of calls to my javascript function (instead of just calling it once when the resize is complete), which is very undesirable as it creates instability.
- James.
My memory is not as good as it should be, and neither is my memory.
I have forgotten more than I can remember
I would like to make sure (as much as possible) that the end-user can not shrink my page to below 100px by 50px.
I have tried to use some javascript to read the window size parameters and change them to the minimum if they fall below the minimum, but using the onResize command in the BODY tag results in a large number of calls to my javascript function (instead of just calling it once when the resize is complete), which is very undesirable as it creates instability.
- James.
My memory is not as good as it should be, and neither is my memory.
I have forgotten more than I can remember