Click to See Complete Forum and Search --> : Combining html pages


jauner
11-26-2002, 04:44 AM
Is there a way to add to url link I am bringing into a frame example.

I am bringing in xyz.com guest page and I want to add some code to the top of it. Is that possible???

Stefan
11-26-2002, 07:26 AM
The best thing you could do is probably use an <iframe> to load the external page onto your own.

You could potentially also use <object type="text/html" ...> but IE is simply too buggy to make that a good option.