Help - Search - Members - Calendar
Full Version: Windows Explorer cannot read the code
HTMLHelp Forums > General Interest > Off Topic
txtedit09
Hi guys,

Need a little help out there if anyone can answer... i am trying to put together this website and to make it easier for myself, so i thought, i would make the web pages individually then import them where i need to. The code is...

<object type="text/html" height="100%" width="100%"
data="http://www.example.com">
</object>


The code works Sarfai and Firefox, but for some reason Windows wants to give me a headache... any takers??

For the record, i tried...

<embed src="http://www.example.com" allowscriptaccess="always" quality="high" scale="noscale" salign="lt" wmode="transparent" width="793" height="1439"></embed>

this worked for safari but neither firefox or windows.
pandy
I don't know the status of IE7 and IE8, but IE used to have problems with OBJECT. IFRAME is probably the only fairly safe choice, but I wouldn't recommend that either.

If I understand you right, you want to do this to be able to reuse common parts, like menus and such. This is not a good way to go. Either repeat the HTML in each document or use SSI (Server Side Includes) or PHP includes.
http://htmlhelp.com/faq/html/design.html#include-file
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.