Hello, if i have
frameset
frame name=A
frame name=B
How can i target all links in A to B?
Via a script in the frameset?
(i can only code the frameset file, not the frames)
Maybe something like:
frames['A'].window.locatio n.target = "B"; ??
And 2) how to target only the files, not directories, in A to B?
(The purpose is to use the apache-generated index-file as frame A and
target links in it to B).
Thanks for any help,
LV
-please cc email
frameset
frame name=A
frame name=B
How can i target all links in A to B?
Via a script in the frameset?
(i can only code the frameset file, not the frames)
Maybe something like:
frames['A'].window.locatio n.target = "B"; ??
And 2) how to target only the files, not directories, in A to B?
(The purpose is to use the apache-generated index-file as frame A and
target links in it to B).
Thanks for any help,
LV
-please cc email
Comment