D
Daniel Jung
Hi
Quick question:
frameset
frame A
frameset
frame B
frame C
/frameset
/frameset
I want the second frameset to be overwritten with a document (i.e., the
document expand over the space frame B and frame C occupy) thus making
it one frame, in a way. Since the frameset tag has no official name
attribute, I guess that won't work (or validate) by using the
a-attribute target=name. And, I would apparently be loosing the
frames/nodes (and their names B and C) and thus wouldn't be able to
restore the original frameset again. Unless I load a frameset into the
space again and call its frame B and C.
So an alternative could be to split the framesets over two documents
from the beginning, e.g., main.html and non_A.html:
main.html:
frameset
frame A
frame non_A
/frameset
non_A.html:
frameset
frame B
frame C
/frameset
But that's ugly.
Haven't found much on this question. Thanks for pointers.
- Daniel
Quick question:
frameset
frame A
frameset
frame B
frame C
/frameset
/frameset
I want the second frameset to be overwritten with a document (i.e., the
document expand over the space frame B and frame C occupy) thus making
it one frame, in a way. Since the frameset tag has no official name
attribute, I guess that won't work (or validate) by using the
a-attribute target=name. And, I would apparently be loosing the
frames/nodes (and their names B and C) and thus wouldn't be able to
restore the original frameset again. Unless I load a frameset into the
space again and call its frame B and C.
So an alternative could be to split the framesets over two documents
from the beginning, e.g., main.html and non_A.html:
main.html:
frameset
frame A
frame non_A
/frameset
non_A.html:
frameset
frame B
frame C
/frameset
But that's ugly.
Haven't found much on this question. Thanks for pointers.
- Daniel