English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

The page exists in the same directory, and I verified the target name. What could be wrong/missing?

2006-06-23 10:53:22 · 2 answers · asked by frippilla 2 in Computers & Internet Programming & Design

Here is my frameset:








<body><br /> </body><br />

Here is the calling href in the top frame:

Forms

2006-06-23 11:29:13 · update #1

I found the problem by process of elimination. For some reason, the comment line:



in front of the tag (generated by Fireworks/DreamWeaver) caused the links to not work. I removed that comment line, and the links work great.

Weird!

2006-06-23 14:07:49 · update #2

2 answers

I wont be able to know this answer unless I see your framework. Make sure you called the correct frame. Just because you named it a certain way, doesnt mean you can just use the name and it will end up on the right frame.

You need to know which frame position it is in because once you create a framed website, they are all referenced like an array.

Example:
document.frames[0].location would reference the parent frame.

Check out this tutorial:
http://www.htmlcodetutorial.com/frames/frames_famsupp_11.html

It will give a better explanation.

2006-06-23 10:56:41 · answer #1 · answered by Sean I.T ? 7 · 0 0

you can't set target frame in firs file .
target=framename must be set in frame tag.

2006-06-24 04:34:34 · answer #2 · answered by Spitrabergâ?¢ 4 · 0 0

fedest.com, questions and answers