Posted by Anze on 10/12/84 11:29
Hi all!
I'm trying to find a way to embed a document inside a document, but without
using external HTML files. I need something like this:
<html>
....
<something_like_iframe>
<html>
<head>
<link rel="stylesheet" type="text/css"
href="http://www.xyz.com/style_2.css" />
</head>
<body>
...
</body>
</html>
</something_like_iframe>
....
</html>
Why? Because of the way I am generating the page (from PHP) I would like the
page to be in one document, but I would still like the part inside
'<something_like_iframe>' to use other stylesheet than the main document.
Is this possible? Using JS maybe?
It is on admin pages, so I know the users will have up-to-date browsers.
Any idea would be appreciated...
Anze
Navigation:
[Reply to this message]
|