PDA

View Full Version : HTML coding question... Displaying updating content withing a page?


Jennifer L
10-11-2007, 11:25 PM
I have a question. I work for a newspaper that has content that is always being changed. We have a page that we are putting up with finance & stock information. The content in this is constantly changing as well. Is there some code that I can put into the section where the "article" meaning financial content is displayed from another link? In other words can I display a page inside a page without a link.

Example:

Newspaper header(wrapper)
ads/links/search box
financiallink.htm (page displayed, not a link)
footer

why do I want to do it this way, well every time I add the code to the page it suddenly becomes static. I've tried to fix this & the people that created the financial content aren't helping us. They just send generic e-mails or e-mails that pretty much say figure it out yourself.

It displays fine on the link to just the financial content, but for whatever reason if I do it or the people fixing our page tries, it becomes static.

succubus
10-11-2007, 11:26 PM
can you display a page inside a page without a link?
sure! use the <iframe> tag
it's described here
http://www.w3schools.com/tags/tag_iframe.asp