Forum Moderators: phranque

Message Too Old, No Replies

Framing a site

         

Hugene

7:53 pm on Nov 7, 2004 (gmt 0)

10+ Year Member



I have a site that is not framed. I want to add a litle top frame, containing advertisment, without changing all the code for my site. Is that possible? I tried something similar before, but when a link in the botom frame is pressed and a new page is loaded, the frame is gone.

pageoneresults

8:16 pm on Nov 7, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



I have a site that is not framed. I want to add a litle top frame, containing advertisment, without changing all the code for my site. Is that possible?

Stay away from the frames. Use an include. Or, if you absolutely must use a frame, try using an <iframe> instead.

encyclo

9:54 pm on Nov 7, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I agree with pageoneresults: and an
iframe
would do the job just perfectly if it is just an advertisement. It will enable you to integrate the ad into the page itself rather than floating about the page.

A good way is to use the

iframe
to include a dynamically-driven page which selects from a number of different ads.