Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Frames question

0 views
Skip to first unread message

schnu...@my-deja.com

unread,
Dec 15, 2000, 12:41:33 PM12/15/00
to
I have a framset doc that makes two frames as columns. Now, on the
left column is a menu. One of the menu items brings up a frameset on
the right with two rows (C and D). All the frame areas are named. The
frame in C needs to have links that can put HTML files in D. But when
a link is created to do that, D doesn't seem to be named as it brings
up another window. Is this not possible?

Not all of the menu items in A bring up frameset docs.


Sent via Deja.com
http://www.deja.com/

nonya

unread,
Dec 15, 2000, 5:12:10 PM12/15/00
to
URL???

schnu...@my-deja.com

unread,
Dec 15, 2000, 5:43:57 PM12/15/00
to
It is on my personal machine and not hosted as yet.

Basically, it looks like this....

first frameset page creates:

|-----------|-------------------------------------|
| | |
| A | B |
| | |
| | |
| | |
| | |
|-----------|-------------------------------------|

sometimes the links in A just put normal files in B. But one page
creates a frameset in B so it now looks like this....

|-----------|-------------------------------------|
| | |
| A | C |
| |-------------------------------------|
| | |
| | D |
| | |
|-----------|-------------------------------------|

I want the links in C to show pages in D. D contains a form which
should show up in the original B. The latter part works, but I cannot
get the former to work.

In article <rr5l3tspqf0vfaal9...@4ax.com>,

nonya

unread,
Dec 15, 2000, 7:38:41 PM12/15/00
to
<HTML>
<HEAD>
<TITLE>Display Set</TITLE>
</HEAD>
<FRAMESET ROWS="200,*" FRAMEBORDER="0" FRAMESPACING="0" BORDER="0">
<FRAME SRC="c.html" NAME="c" SCROLLING="auto" MARGINWIDTH="0"
MARGINHEIGHT="0">
<FRAME SRC="d.html" NAME="d" SCROLLING="auto" MARGINWIDTH="0"
MARGINHEIGHT="0">
</FRAMESET>
</HTML>


<a href=yourname.html target="d">yourname</a>

schnu...@my-deja.com

unread,
Dec 16, 2000, 9:27:20 AM12/16/00
to
I will double check, but this I did. When one clicked on a link that
had a target of D, it showed up in a new window.


In article <qbel3t4jhhfj3mi1b...@4ax.com>,

schnu...@my-deja.com

unread,
Dec 16, 2000, 8:22:41 PM12/16/00
to
With better testing I found my mistake. Thanks.

chrys...@my-deja.com

unread,
Dec 18, 2000, 2:47:32 AM12/18/00
to
When I have a page made up of a number of frames, how can I set up a
link that would replace this parent page with another(nonframes) one? I
know that it is possible to specify, via the "target=" attribute, that
you want one of the child frames replaced, but I don't know how to
replace the parent itself.Please help me!!!

Thanx,
Cristian

nonya

unread,
Dec 18, 2000, 5:00:30 AM12/18/00
to
target="_top"

chrys...@my-deja.com

unread,
Dec 19, 2000, 1:58:37 AM12/19/00
to
Thanx a lot. It works fine.

Cristian

In article <14or3to2cil129hvk...@4ax.com>,

0 new messages