PDA

View Full Version : How to diplay web page inside another web page window?


cyberjoe
February 28th, 2007, 08:33 PM
Hello,

I would like to display small window with web page inside window of antoher web page.

is it possible? how to do this using HTML?


Thanks!

cyberjoe

Buzz
February 28th, 2007, 08:41 PM
Do a google search for HTML Frames.

Or check out www.webmonkey.com and their section on frames.

rockboy
March 1st, 2007, 12:01 AM
Inline frame (<iframe>).

http://www.w3schools.com/html/html_frames.asp

degsy
March 1st, 2007, 10:02 AM
You can also use CSS to create scrollable areas within a webpage.

You can then use included content, either by Server-Side scripting or Ajax
http://www.dynamicdrive.com/dynamicindex17/ajaxcontent.htm
http://www.domedia.org/oveklykken/css-div-scroll.php