Results 1 to 2 of 2

Thread: Current window size

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2000
    Posts
    11
    I know that self refers to the current window, but how do you change the browser's size? self.width = xxx doesn't seem to work.

    TIA.

  2. #2
    Frenzied Member Mark Sreeves's Avatar
    Join Date
    Nov 1999
    Location
    UK
    Posts
    1,845
    try:

    <script language='Javascript'>

    self.resizeTo(100,100)

    </script>


    Mark
    -------------------

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