Subject: HREF-attr TARGET Bug in IE5?
From: Daniel Holdenried <dh@xxxxxxxxxxx>
Date: Mon, 08 Feb 1999 15:22:47 +0100
|
Hello everybody !
The Problem is:
I have a Browserwindow, wich is split in two frames, on the left a
navigation frame on the right the
content frame.
In the left frame the navigation uses HREF's with TARGET='RIGHT' so that
the content should be shown in the right frame. The trouble is, that IE5
brings up a new Browserwindow in wich he fills in the new content
instead of using the right frame.
Is it a Bug or is something wrong with my XSL
XSL:
<A>
<x:attribute
name="HREF">../servlet/mainShopServlet?gattung_wert=<x:value-of
select="@id"/></x:attribute>
<x:attribute name="TARGET">RIGHT</x:attribute>
<x:value-of select="@titel"/>
</A>
any Idea?
Thanks
Daniel
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|