PDA

View Full Version : Can This Be Done....



Dolan DUFC
September 17th, 2001, 15:20
A page be placed into another page.

I'll try to explain it.

I have a website page and at the moment i have placed a frame into one of my tables ( example here http://www.t35.com/dufc01/articles1.html ) to get another page to show up.

I was wondering if there was any other way to do this except placing a frame onto your page.

Mekhu
September 17th, 2001, 16:16
The link didn't work so I am guessing your talking about an i-frame...

Here is the code:
Place the below code where you want it to appear

<iframe width=100% height=100% src="file.html" noresize frameborder="0"></iframe>

I know Microsft IE supports these and I am taking a guess that newer versions of netscape do!? Someone might correct me on this.

Mekhu

Dusty
September 17th, 2001, 16:19
I am taking a guess that newer versions of netscape do!? Someone might correct me on this.Yes.

You can also grab a page using Perl or PHP if you don't want to use frames/iFrames.