Page 1 of 1

May in an <iframe> include any server side page? If yes in a

Posted: Tue Mar 02, 2010 2:03 am
by lse123
May in an <iframe> include any server side page? If yes in a cfm page may include a php page, or vice versa or other server side lang page?

Re: May in an <iframe> include any server side page? If yes in a

Posted: Tue Mar 02, 2010 6:35 am
by davex
Hi,

Yes an iframe can load any type of page from the server or in fact from different servers.

So a CFM or ASP generated page can include an iframe pointing to a PHP generated page or indeed to a static html page.

Regards,

Dave.