Thread: PHP in a IFRAME
View Single Post
  #2 (permalink)  
Old 03-26-2004, 07:11 PM
splinter's Avatar
splinter splinter is offline
WebProWorld Pro
 
Join Date: Jul 2003
Location: UK
Posts: 118
splinter RepRank 0
Default

Well, IFRAMES are not supported in XHTML Strict and this may clash with some peoples sites.

I would recommend using PHP include files, but I know this is not practical as not everyone has PHP on their site.

You could use a Javascript to open a popup window that links to your site?

This isn't entirely what you had in mind but I'm not sure.
Reply With Quote