<a href="#" ...> not handled as link
André Wöbbeking
Woebbeking at onlinehome.de
Fri Oct 15 00:27:19 BST 2004
On Friday 15 October 2004 01:21, David Faure wrote:
>
> Actually, it works just fine here (my previous mail was just an
> assumption, a wrong one apparently).
>
> <html>
> <a href="#" onClick="window.open('http://www.kde.org')"/>Text</a>
> </html>
>
> khtml CVS HEAD shows Text in blue and opens the url on clicking the
> link.
Funny, with trailing / I get no link and onClick doesn't work. But wait,
I used
<html>
<body>
<a href="#" onClick="window.open('http://www.kde.org')"/>Text</a>
</body>
</html>
Without <body> tags it works as you described.
More information about the kfm-devel
mailing list