Forum Moderators: open

Message Too Old, No Replies

Iframes and Navigation

Need buttons to call up iframe content

         

nvision

4:46 pm on Dec 10, 2002 (gmt 0)

10+ Year Member



Hi everyone,

I'm trying to take a page out of frames and implement an iframe instead. The framed content is a series of photographs.

I'd like to make the button navigation call up each photograph as it did in frames, but in the iframe. Would anyone know how to do this or point me somewhere I can see an example or site where I can find out how to implement this?

Please and thanks,
nvision

tedster

9:57 pm on Dec 10, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



If you already had this working in a regular frameset, the links that change the content of an iframe will be essentially the same as those you used to change your previous target frame.

The anchor tag just needs the URL to be loaded and target="foo" (assuming foo is the name of your iframe.)

nvision

6:12 pm on Dec 11, 2002 (gmt 0)

10+ Year Member



Hi tedster, thanks for your reply. I'll try what you suggest and see how it goes.