Posted by Neredbojias on 01/13/65 11:29
With neither quill nor qualm, Anze quothed:
> 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
>
You ought to step back and re-evaluate your approach.
--
Neredbojias
Contrary to popular belief, it is believable.
[Back to original message]
|