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

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
lse123
Forum Newbie
Posts: 1
Joined: Tue Mar 02, 2010 2:02 am

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

Post 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?
davex
Forum Contributor
Posts: 101
Joined: Sat Feb 27, 2010 4:10 pm
Location: Namibia

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

Post 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.
Post Reply