M
Mr. x
Hello,
Can I change and get the attributes of the parent frameset from a child
frame ?
Suppose I have something like this :
<frameset cols = "*,776,*" FRAMEBORDER=0 BORDER=0 FRAMESPACING=0
FRAMEPADDING=0>
<frame SCROLLING="NO" NORESIZE />
<frameset rows = "129,*" FRAMEBORDER=0 BORDER=0 FRAMESPACING=0
FRAMEPADDING=0>
<frame src = "table1.html" SCROLLING="NO" NORESIZE/>
<frameset cols = "*,180" FRAMEBORDER=0 BORDER=0 FRAMESPACING=0
FRAMEPADDING=0>
<frame src = "table2.html" SCROLLING="NO" NORESIZE />
<frame src = "table3.html" SCROLLING="NO" NORESIZE />
</frameset>
</frameset>
<frame />
</frameset>
I am doing something in table1.html.
I want that the owner of table1.html - change the line of :
<frame src = "table3.html" SCROLLING="NO" NORESIZE />
to other line, with different attributes :
<frame src = "new_table.html" SCROLLING="NO" NORESIZE />
(change the attribute src, in another child frame that is belong to frameset
of table1.html).
Can I do that ?
Thanks
Can I change and get the attributes of the parent frameset from a child
frame ?
Suppose I have something like this :
<frameset cols = "*,776,*" FRAMEBORDER=0 BORDER=0 FRAMESPACING=0
FRAMEPADDING=0>
<frame SCROLLING="NO" NORESIZE />
<frameset rows = "129,*" FRAMEBORDER=0 BORDER=0 FRAMESPACING=0
FRAMEPADDING=0>
<frame src = "table1.html" SCROLLING="NO" NORESIZE/>
<frameset cols = "*,180" FRAMEBORDER=0 BORDER=0 FRAMESPACING=0
FRAMEPADDING=0>
<frame src = "table2.html" SCROLLING="NO" NORESIZE />
<frame src = "table3.html" SCROLLING="NO" NORESIZE />
</frameset>
</frameset>
<frame />
</frameset>
I am doing something in table1.html.
I want that the owner of table1.html - change the line of :
<frame src = "table3.html" SCROLLING="NO" NORESIZE />
to other line, with different attributes :
<frame src = "new_table.html" SCROLLING="NO" NORESIZE />
(change the attribute src, in another child frame that is belong to frameset
of table1.html).
Can I do that ?
Thanks