On 10/17/06, David MENTRE <address@hidden> wrote:
Debian's Firefox/1.0.4 (Debian package 1.0.4-2sarge11).
Ok, i have tested with flock
0.7.2.0 (based on firefox
1.5.0.4) and epiphany 2.14.3.
I have hard to belive that it would not work with firefox 1.0 though...
When you click a link or button in the web interface, does you browser try to load a new page (which happens to be no different from the last), or does it simply not react at all?
Can you test if something happens when you click the button in this document?:
<html>
<head>
<title>Test page</title>
<script language="_javascript_">
function goto(uri) { window.location=uri }
</script>
</head>
<body>
<button here!<button>
</body>
</html>