Changing Frameset by Javascript

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Andy Levy

    Changing Frameset by Javascript

    Hi ya

    Do you know if its possible to change frameset details for the current
    frameset by javascript inside one of the frames.

    Thanks

    AL


  • Woolly Mittens

    #2
    Re: Changing Frameset by Javascript

    "Andy Levy" <andy_levy@hotm ail.com> wrote in message
    news:b07mb.4719 $Gd2.2282@news-binary.blueyond er.co.uk...[color=blue]
    > Hi ya
    >
    > Do you know if its possible to change frameset details for the current
    > frameset by javascript inside one of the frames.
    >[/color]

    window.frames['myFrameName'].rows = 'mySize1,mySize 2,...';
    window.frames['myFrameName'].cols= 'mySize1,mySize 2,...';

    This only works in MSIE


    Comment

    Working...