Inframes addressing

  • Thread starter Thread starter Phoneguy
  • Start date Start date
P

Phoneguy

Hi all,

Hope somebody can help me with this one please.

I have a framed page, top-middle-bottom, with an iframe in the middle frame.
How do I address the iframe from the top/bottom frame.

TIA
 
Thx Jim,

I'll give it a go

Jim Buyens said:
From an ordinary hyperlink, I don't believe you can.

From JavaScript, try parent.frames.middle.iframe, where
middle is the frame name and iframe is the inline frame
name.

Jim Buyens
Microsoft FrontPage MVP
(e-mail address removed)
http://www.interlacken.com
Author of:
*------------------------------------------------------*
|\----------------------------------------------------/|
|| Microsoft Office FrontPage 2003 Inside Out ||
|| Microsoft FrontPage Version 2002 Inside Out ||
|| Web Database Development Step by Step .NET Edition ||
|| Troubleshooting Microsoft FrontPage 2002 ||
|| Faster Smarter Beginning Programming ||
|| (All from Microsoft Press) ||
|/----------------------------------------------------\|
*------------------------------------------------------*
 
Back
Top