|
Js issue ..
Hello all !
basically I have a design problem in a page I'm working on .. views byond 600x800 works fine but equal or lower have messed up . Now .. I know about design technicks , but this page contain frames and flash movies that needs more skilled designers than I M ..
Now I found a solution .. when the page loads without the toolbars and all other stuff .. it can work OK .
So now I'm trying to write a JS script based on cookie that detect the user screen size and if it's more than or equal to 600,800 the page will load F11 style , if not it will stay the same (I don't want to harm 1024x768 or greater users) .
I'm working in this order (correct me if I'm wrong)
** because it's a restriced area ..in the login page I backe the cookie for the
user screen width.
** after success ""the page"" read the cookie and if it's more than 800 then it
doesn't do anything ..
** if equal 800 or less , then it closes the window and open up a pop up window with F11 style . ( I realized that it can't be done to the first window)
I need your help with the code and any other help .. !!! THNX ALL ..
|