2 fraemset...!!
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 posted this at 12:24 — 24th January 2000.
He has: 1,733 posts
Joined: Dec 1999
Hi Tslam,
What do you mean by:
Especially the word 'get'.
Greetz,
Jack
Shakespeare: onclick || !(onclick)
tslam posted this at 12:32 — 24th January 2000.
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 posted this at 14:24 — 24th January 2000.
He has: 1,733 posts
Joined: Dec 1999
What about :
target="top"
Jack
tslam posted this at 14:56 — 24th January 2000.
They have: 44 posts
Joined: Jul 1999
mmm..
i thoght of that...
it dosent work...
Malte posted this at 15:13 — 24th January 2000.
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.