2 fraemset...!!

They have: 44 posts

Joined: Jul 1999

how do i get to the upper frameset...
i have a frmeset(1) which include
a page, and anoher fraeset(2).

i want to get from one frame in frameset(2)
to anouther frame in framset(1)

how do i do it?!
parent.parent.frame_name.document...

or what?!
thanks.

------------------
I bet you never been in this site before...
Deja~vu

I bet you never been in this site before...
Deja~vu

Jack Michaelson's picture

He has: 1,733 posts

Joined: Dec 1999

Hi Tslam,
What do you mean by:

quote:

i want to get from one frame in frameset(2)
to anouther frame in framset(1)

Especially the word 'get'.
Greetz,

Jack

Shakespeare: onclick || !(onclick)

They have: 44 posts

Joined: Jul 1999

i have this:

<frameset rows="64,*" border="0" name=fre>
<frame name="topi" src="top.html">
<frameset cols="150,*" bordercolor="Black" border="0">
<frame name="left" src="left_search.html">
<frame name="right" src="search.html">
</frameset>
</frameset>

i want from page: search.html,
to call to a function in frmae top.
(which is in the first framset..)

sorry for the mess...
thanks...bye bye

------------------
I bet you never been in this site before...
Deja~vu

I bet you never been in this site before...
Deja~vu

Jack Michaelson's picture

He has: 1,733 posts

Joined: Dec 1999

What about :

target="top"

Jack

They have: 44 posts

Joined: Jul 1999

mmm..
i thoght of that...
Smiling

it dosent work...

They have: 297 posts

Joined: Apr 1999

parent.frames.top.functionName(Parameters)

Hope this helps,

Malte

------------------
Malte Ubl - www.Boardzilla.org
Communication: public<->programmers
of the Boardzilla BB

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.