Specific Page Size On Load?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Justin Kozuch

    Specific Page Size On Load?

    Hey All,

    Is there a way to do this in Javascript?

    Thanks In Advance,

    Justin


  • Randy Webb

    #2
    Re: Specific Page Size On Load?

    Justin Kozuch wrote:[color=blue]
    > Hey All,
    >
    > Is there a way to do this in Javascript?[/color]

    To do what?

    --
    Randy

    Comment

    • seven

      #3
      Re: Specific Page Size On Load?

      On Sat, 17 Jan 2004 21:39:57 -0500, "Justin Kozuch"
      <justinkozuch@s ympatico.ca> wrote:
      [color=blue]
      >Hey All,
      >
      >Is there a way to do this in Javascript?
      >
      >Thanks In Advance,
      >
      >Justin[/color]

      Try this...

      <body onLoad="self.re sizeTo(700,500) ">

      (or whatever size you want)


      ---

      seven at post modern dot com

      Comment

      • Harag

        #4
        Re: Specific Page Size On Load?

        On Sun, 18 Jan 2004 00:04:22 -0500, Randy Webb
        <hikksnotathome @aol.com> wrote:
        [color=blue]
        >Justin Kozuch wrote:[color=green]
        >> Hey All,
        >>
        >> Is there a way to do this in Javascript?[/color]
        >
        >To do what?[/color]

        read the subject!


        Comment

        • nice.guy.nige

          #5
          Re: Specific Page Size On Load?

          While the city slept, Justin Kozuch <justinkozuch@s ympatico.ca> feverishly
          typed:
          [color=blue]
          > Hey All,
          >
          > Is there a way to do this in Javascript?[/color]

          If you mean the question in the subject line, then yes there is. But please
          don't. I like my browser just the size it is, and it really cheeses me off
          when some 'web dresigner' decides their page needs more space than I am
          ginving them.

          Cheers,
          Nige

          --
          Nigel Moss.

          Email address is not valid. nigel@nigenetDO G.org.uk. Take the dog out!
          http://www.nigenet.org.uk | Boycott E$$O!! http://www.stopesso.com
          In the land of the blind, the one-eyed man is very, very busy!


          Comment

          • Randy Webb

            #6
            Re: Specific Page Size On Load?

            Harag wrote:[color=blue]
            > On Sun, 18 Jan 2004 00:04:22 -0500, Randy Webb
            > <hikksnotathome @aol.com> wrote:
            >
            >[color=green]
            >>Justin Kozuch wrote:
            >>[color=darkred]
            >>>Hey All,
            >>>
            >>>Is there a way to do this in Javascript?[/color]
            >>
            >>To do what?[/color]
            >
            >
            > read the subject![/color]

            Read the FAQ!



            <quote cite="http://www.jibbering.c om/faq/#FAQ2_3">

            Use the Subject: of your post to indicate the type of problem you have,
            but include the question in the body aswell.

            </quote>

            --
            Randy

            Comment

            • seven

              #7
              Re: Specific Page Size On Load?

              On Sun, 18 Jan 2004 12:57:54 -0000, "nice.guy.n ige"
              <nigel_moss@dea dspam.com> wrote:
              [color=blue]
              >
              >If you mean the question in the subject line, then yes there is. But please
              >don't. I like my browser just the size it is, and it really cheeses me off
              >when some 'web dresigner' decides their page needs more space than I am
              >ginving them.[/color]

              I use it to constrain to a smaller size myself, and ya, I do agree
              with you. Full Screen command users should all be shot.


              ---

              seven at post modern dot com

              Comment

              Working...