konqi target behaviour

Navindra Umanee navindra at cs.mcgill.ca
Sat Apr 5 05:01:19 BST 2003


Hi,

In this small test case:

<html>
        <head><base target="output"></head>
        <body>
                <a href="http://slashdot.org">slashdot</a>
                <a href="http://linuxtoday.com">linuxtoday</a>
        </body>
</html>

Notice that I've set the base target to a window named "output".  What
that means is that by default, any link clicked in the document should
load in window/tab named "output" and if that window doesn't exist,
one should be created and used.

However, in Konqueror circa 3.1, a new window/tab is created each time
a link is clicked instead of loading the results in one specific
window named "output".

Comments?

Cheers,
Navin.




More information about the kfm-devel mailing list