Can i ristrict a perticular page to not to resize in a website.
-
is it possibled that a user should not be able to resize a perticular page in a web site? if yes then how... just thinking if i can skipp writing 'onresize' event ;P Thanks
-
is it possibled that a user should not be able to resize a perticular page in a web site? if yes then how... just thinking if i can skipp writing 'onresize' event ;P Thanks
The resizing is controlled by the browser and there is no way to prevent a user from resizing the window, unless you are opening another window, such as a popup, and that can be blocked by settings so it is not a good practice.
I know the language. I've read a book. - _Madmatt
-
The resizing is controlled by the browser and there is no way to prevent a user from resizing the window, unless you are opening another window, such as a popup, and that can be blocked by settings so it is not a good practice.
I know the language. I've read a book. - _Madmatt
yaa i think so... thanks mark...