Forum Moderators: open

Message Too Old, No Replies

targeting an iFrame of another page

         

raruffo

7:53 pm on Dec 8, 2003 (gmt 0)



Hello all,

I need to target an iFrame that resides in another html file.

I have a global navigation bar that has text links which should load the corresponding page in an iFrame that is on another page.

example:

From Page: Operations
Nav text link: "holiday schedule"

To Page: Human Resources
iFrame: mainFrame

hope that's clear...

Ric

korkus2000

1:43 pm on Dec 15, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Welcome to WebmasterWorld raruffo,

I would think that you would want to have some js on the page that will document.write the source of the iframe. You could also have some js that reads a querystring to open the right document. Have you found a solution to this?