Frames target...

liunx

Guest
Here's what I have...<br />
<br />
----------<br />
default.htm<br />
iframe: id="main" src=http://www.webdeveloper.com/forum/archive/index.php/"1.htm"<br />
<br />
1.htm<br />
frames: id="head" src=http://www.webdeveloper.com/forum/archive/index.php/"a.htm"<br />
id="navi" src=http://www.webdeveloper.com/forum/archive/index.php/"b.htm"<br />
id="cont" src=http://www.webdeveloper.com/forum/archive/index.php/"c.htm"<br />
id="foot" src=http://www.webdeveloper.com/forum/archive/index.php/"d.htm"<br />
<br />
a.htm<br />
href=http://www.webdeveloper.com/forum/archive/index.php/"z.htm" target="cont"<br />
----------<br />
<br />
What is the proper "target" syntax to redirect to the "cont" frame above?<br />
<br />
Thanx.<!--content-->parent.frameName.location.href = <!-- m --><a class="postlink" href="http://www.webdeveloper.com/forum/archive/index.php/ur">http://www.webdeveloper.com/forum/archive/index.php/ur</a><!-- m --><br />
<br />
The above will do.l<!--content-->Does that mean I'd do this:<br />
<br />
href=http://www.webdeveloper.com/forum/archive/index.php/"parent.frameName.location.cont"<br />
<br />
???<br />
<br />
Thanx.<!--content-->Nope that means you do this<br />
<br />
parent.frameName.location.href = <!-- m --><a class="postlink" href="http://www.webdeveloper.com/forum/archive/index.php/url;">http://www.webdeveloper.com/forum/archi ... x.php/url;</a><!-- m --><!--content-->Is that javascript?<br />
<br />
If so, is there a way to do it without javascript?<br />
<br />
Thanx.<!--content-->your question might have confused me..post a link to your pages so that I can take a look<!--content-->Anyone...<br />
<br />
<!-- m --><a class="postlink" href="http://www.geocities.com/csstester">http://www.geocities.com/csstester</a><!-- m --><br />
<br />
Anyone at all...<br />
<br />
8^)><!--content-->Nevermind all...<br />
<br />
I figured it out.<br />
<br />
Thanx.<!--content-->
 
Back
Top