|
Subject: [xsl] Adding an I-Frame in XSL code From: Brian Hickey <brian_hickey1@xxxxxxxxx> Date: Wed, 21 Aug 2002 02:44:39 -0700 (PDT) |
Hello all
On my output page I will have a navigation menu with
links to various resources. I want to add an 'iframe'
where these resources can be displayed without leaving
the main page. I have tried this is as per the code
below and the frame shows up ok but the source is not
displayed, even for the default home.htm page. When I
click on view source I get the error message: "The xml
source file is unavailable for viewing"
<xsl:template match="/">
<html>
<head>
<xsl:call-template name="HTMLHead" />
</head>
</html>
<body>
<iframe
src ="home.htm" name="showframe" align="right"
height="600" width="450">
</iframe>
<xsl:apply-templates/>
</body>
</xsl:template>
Has anybody any suggestions how I can overcome this
problem.
Rgds, Brian.
__________________________________________________
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] SVG generation, Max Froumentin | Thread | RE: [xsl] Adding an I-Frame in XSL , Kimberly Hahn |
| Re: [xsl] Mathml to SVG, Max Froumentin | Date | [xsl] continuation of xsl:number, Andrew Welch |
| Month |