View Single Post
Old 02-19-2013, 06:20 PM   PM User | #18
felgall
Master Coder

 
felgall's Avatar
 
Join Date: Sep 2005
Location: Sydney, Australia
Posts: 5,447
Thanks: 0
Thanked 496 Times in 488 Posts
felgall is a jewel in the roughfelgall is a jewel in the roughfelgall is a jewel in the rough
Quote:
Originally Posted by VIPStephan View Post
Or you use the object element. But that should only be used if no server side processing is possible.
You do end up with a border around the included content in IE7 though if you include HTML using an object tag. So that isn't practical if you want it to appear to be part of the same page.

Also if you still need to support IE6 you need two nested object tags and conditional comments. You can get rid of the border in IE6 using CSS from within the included page.
__________________
Stephen
Learn Modern JavaScript - http://javascriptexample.net/
Helping others to solve their computer problem at http://www.felgall.com/
felgall is offline   Reply With Quote