<frameset rows="80, *" onload="" framespacing="0" border="0">
<frame src="header.html" frameborder="0" scrolling="no" noresize="noresize"></frame>
<frameset cols="200, *">
<frame src="panel.html" frameborder="0" scrolling="no"></frame>
<frame src="body.html" frameborder="0"></frame>
</frameset>
</frameset>
The above code snippet details what I a currently have for HTML...
The boldified attributes are not valid XHTML Frameset, so I figure I would just set them at runtime using javascript in the first FRAMESET onload event.
Anyone know how to change FRAMSET attributes inside the context of the above snippet...I don't think setting parent.framespacing=0 will work inside any of the SRC's
Anyone???
Changing/Setting FRAMESET attributes using JS???
Moderator: General Moderators
-
alex.barylski
- DevNet Evangelist
- Posts: 6267
- Joined: Tue Dec 21, 2004 5:00 pm
- Location: Winnipeg
-
alex.barylski
- DevNet Evangelist
- Posts: 6267
- Joined: Tue Dec 21, 2004 5:00 pm
- Location: Winnipeg