open a page from another page, with a specific size.

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Mr. x

    open a page from another page, with a specific size.

    Hello,
    I have IE 6.0.

    To open a page from the current page I use : window.open("an otherurl"), but
    I want to open with a specific size (width + height).

    How can I do that ?

    Thanks :)


  • Iron

    #2
    Re: open a page from another page, with a specific size.

    window.open("pa gina.html", "namepage", "width=200, height=200")


    "Mr. x" <a@b.com> escribió en el mensaje news:3fb29ed3@n ews.012.net.il. ..[color=blue]
    > Hello,
    > I have IE 6.0.
    >
    > To open a page from the current page I use : window.open("an otherurl"),[/color]
    but[color=blue]
    > I want to open with a specific size (width + height).
    >
    > How can I do that ?
    >
    > Thanks :)
    >
    >[/color]


    Comment

    • Iron

      #3
      Re: open a page from another page, with a specific size.

      read this page:



      "Mr. x" <a@b.com> escribió en el mensaje news:3fb29ed3@n ews.012.net.il. ..[color=blue]
      > Hello,
      > I have IE 6.0.
      >
      > To open a page from the current page I use : window.open("an otherurl"),[/color]
      but[color=blue]
      > I want to open with a specific size (width + height).
      >
      > How can I do that ?
      >
      > Thanks :)
      >
      >[/color]


      Comment

      • Lasse Reichstein Nielsen

        #4
        Re: open a page from another page, with a specific size.

        "Iron" <iron_sinspam_h ack@esf_sinspam _era.cl> writes:
        [color=blue]
        > window.open("pa gina.html", "namepage", "width=200, height=200")[/color]

        Correct. However, some browsers will not allow the space in the
        configuration string, so it should be avoided.

        /L
        --
        Lasse Reichstein Nielsen - lrn@hotpop.com
        DHTML Death Colors: <URL:http://www.infimum.dk/HTML/rasterTriangleD OM.html>
        'Faith without judgement merely degrades the spirit divine.'

        Comment

        Working...