English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Is anyone aware of html which puts a page inside a page? For example on freewebs.com/example how would I be able to scroll down on MY page then inside my page be able to use another functioning website e.g. www.google.com? I think this can be done as I've seen it before. Please help!

2006-09-28 04:52:15 · 5 answers · asked by Jack 2 in Computers & Internet Programming & Design

5 answers

You need to use an iframe (inline frame), which at it's most basic looks like this:




Where the 'src' is the URL of the external page you want to display within your site.

There are also a lot of other attributes you can use on an iframe to control it's appearance and behaviour. For a full list and explanation of these it's best to consult the W3 schools website.

http://www.w3schools.com/tags/tag_iframe.asp

2006-09-28 05:20:24 · answer #1 · answered by lookforadam 4 · 0 0

Yes, they're called Inline frames. There are also similar things done with DHTML and Java. Inline frames are actually seperate pages however.

You can find templates on http://dynamicdrive.com and other copy and paste sites.

2006-09-28 04:54:15 · answer #2 · answered by Laquishacashaunette 4 · 0 0

HTML Frames
Frames are evil. Stay far away.

2006-09-28 04:54:44 · answer #3 · answered by rob 3 · 0 0

HTML frames.

2006-09-28 04:53:54 · answer #4 · answered by IT Pro 6 · 0 0

Use frames

2006-09-28 04:54:25 · answer #5 · answered by Yoi_55 7 · 0 0

fedest.com, questions and answers