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 Link to comment https://forums.phpfreaks.com/topic/141542-screenwidth-question/ 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> Link to comment https://forums.phpfreaks.com/topic/141542-screenwidth-question/#findComment-740929 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.