javascript thread: AW: Re: accessing the properties of a frameset
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
|





