jonndoe45 Posted January 20, 2009 Share Posted January 20, 2009 being a newbie to javascript, the screen.width is an object so how do i store the numeric value in a var ? thanks JD Quote Link to comment Share on other sites More sharing options...
webster08 Posted January 20, 2009 Share Posted January 20, 2009 <script type="text/javascript"> var wide = screen.width; </script> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.