Results 1 to 5 of 5

Thread: Specify Window Size Question?

  1. #1
    Join Date
    Jan 2006
    Posts
    234
    Thanks
    5
    Thanked 0 Times in 0 Posts

    Question Specify Window Size Question?

    Hi Everybody.

    Can someone of you guys tell me if it is possible that if a certain URL is opened even if it gets typed into the browser address bar that the Window opens in specified size?
    I'm not sure if this is a Javascript or HTML question.
    What I want is the Window opens in 1024x768 resolution.
    Plese let me know if this is possible and if yes how does this work?

    Thanks in advance.
    Cheng

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Short answer: No.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Jan 2006
    Posts
    234
    Thanks
    5
    Thanked 0 Times in 0 Posts

    Default

    Hi John.

    Thanks for the quick reply.
    I kinda thought so but wasn't sure.
    So I recon the only work around might be an intro page and place a link in there that opens kind of a popup window for which the window size can specified.

    Thanks again.
    Cheng

  4. #4
    Join Date
    Jul 2006
    Location
    Canada
    Posts
    2,581
    Thanks
    13
    Thanked 28 Times in 28 Posts

    Default

    Code:
    window.resizeTo(1024,768);
    What's wrong with that?
    - Mike

  5. #5
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Quote Originally Posted by mburt View Post
    Code:
    window.resizeTo(1024,768);
    What's wrong with that?
    Often blocked or ignored.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

Bookmarks

Posting Permissions

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