Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: AW: Re: accessing the properties of a frameset


Message #1 by "Neethling, Dirk HTC/DE/EIC" <Dirk.Neethling2@h...> on Mon, 21 May 2001 15:00:03 +0200
This one works ('Main' is the frameset)

<html>
  <body>
    FRAME A
    <br><br>
    <button onclick="parent.frames['Main'].setAttribute('cols',
'80%,*');">Click here</button>
  </body>
</html>

Reagrds,
Kees



  Return to Index