Browser Window Width

This section contains a lot of Scripting material for your website.

Browser Window Width

Postby MT Shahzad on March 12th, 2008, 3:06 pm

This javascript gives you the width of your browser window, useful if your design depends on the size of the screen. Note that Netscape & Internet Explorer both use different variable names.

Code: Select all
<script type="text/javascript">
<!--

if (navigator.appName == "Netscape")
    windowwidth = window.innerWidth;

else if (navigator.appName == "Microsoft Internet Explorer")
    windowwidth = document.body.clientWidth;

-->
</script>
MT Shahzad
Web/Software Developer
http://mts.sw3solutions.com
User avatar
MT Shahzad
Site Admin
 
Posts: 300
Joined: February 29th, 2008, 8:11 am
Location: Muridke, Pakistan

Return to Java Script / VB Script

Who is online

Users browsing this forum: No registered users and 0 guests

cron