Results 1 to 3 of 3

Thread: Currenet window size

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jul 2000
    Location
    didn't decide yet
    Posts
    222

    Currenet window size

    how could i detect the size of the current IE window not the screen size (the window is not maximized)


    thnks

  2. #2
    Frenzied Member JungleMan's Avatar
    Join Date
    Feb 2001
    Posts
    2,033
    window.innerWidth does the content of the page..

    window.outerWidth does the window

    I'm bringing geeky back...

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Jul 2000
    Location
    didn't decide yet
    Posts
    222
    i tried the script below but returns undefined why?

    PHP Code:
    <script language="Javascript">
    alert(window.innerWidth);
    </
    script

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width