stmasi
06-17-2003, 03:55 PM
Here's what I have...
----------
default.htm
iframe: id="main" src="1.htm"
1.htm
frames: id="head" src="a.htm"
id="navi" src="b.htm"
id="cont" src="c.htm"
id="foot" src="d.htm"
a.htm
href="z.htm" target="cont"
----------
What is the proper "target" syntax to redirect to the "cont" frame above?
Thanx.
----------
default.htm
iframe: id="main" src="1.htm"
1.htm
frames: id="head" src="a.htm"
id="navi" src="b.htm"
id="cont" src="c.htm"
id="foot" src="d.htm"
a.htm
href="z.htm" target="cont"
----------
What is the proper "target" syntax to redirect to the "cont" frame above?
Thanx.