Bugs :  K-Meleon Web Browser Forum
You can talk about issues with k-meleon here.  
Links like javascript:Function()
Posted by: Lemming
Date: February 17, 2001 02:20PM

Such links do not work, they are opened in a new window. A new Internet Explorer Window! Try this:

<script>
function SayHello() {
alert('Hello World!');
}
</script>
...
<A href="javascriptconfused smileyayHello();">Say hello to me</A>

Options: ReplyQuote
RE: Links like javascript:Function()
Posted by: Barcode
Date: February 18, 2001 07:23AM

'javascript:' is registered to be opened with Internet Explorer. Since K-Meleon doesn't have javascript support built in, it doesn't know that it is supposed to do anything with it, so it passes it on to something that can take care of it. They said they plan to add javascript in the future.

Options: ReplyQuote
Nope
Posted by: Lemming
Date: February 18, 2001 11:09AM

Try http://www.ourbabe.net/, my site, DHTML-enabled, and it works perfectly fine with K-Meleon. DHTML is nothing but HTML elements manipulated via a document object model (DOM) with _JavaScript_
I don't know why my K-Meleon can handle it (perhaps because I have Mozilla "installed" as well??), but it works. I do not really know where the difference is between self starting JavaScript and href="javascript:..." started JavaScript!? That should be very easy to implement, I think.

Lemming

Options: ReplyQuote
RE: Nope
Posted by: Brian Harris
Date: February 18, 2001 09:26PM

<script> tags work
javascript: links do not. I have no idea why.

Options: ReplyQuote
RE: Nope
Posted by: Brian Harris
Date: February 19, 2001 09:32AM

I figured out why. We didn't include jsurl.dll

Options: ReplyQuote
Jepp!
Posted by: Lemming
Date: February 19, 2001 01:36PM

Yes, that worked. I mean, copying jsurl.dll and jsurl.xpt from Mozilla's components dir into K-Meleon's.

Good work!

Options: ReplyQuote


K-Meleon forum is powered by Phorum.