How to open a web page (e.g. google / yahoo) within a specific <div> tag. How to...

Hasara

New member
...do it using Ajax and PHP? Scenario as follows:

I want to open a web page (e.g yahoo / google etc.) within a specific <div> tag of the document body (Usually trigged by a user, when he clicks a link to that particular web page). I want to do this using PHP / Ajax / Javascript or any combination of those.

I DON'T use and DON'T WANT to use frames or iframes.

Please be kind enough to give sample coding with a working example.

Regards.


NOTE: I don't want to refresh the whole page as it's in PHP's include() function.
 
Back
Top