Combining html pages

liunx

Guest
Is there a way to add to url link I am bringing into a frame example.<br />
<br />
I am bringing in xyz.com guest page and I want to add some code to the top of it. Is that possible???<!--content-->The best thing you could do is probably use an <iframe> to load the external page onto your own.<br />
<br />
You could potentially also use <object type="text/html" ...> but IE is simply too buggy to make that a good option.<!--content-->
 
Back
Top