Version: (using KDE KDE 3.3.1) Installed from: Compiled From Sources Compiler: gcc-3.3.3 OS: Linux when following code is executed in konqueror, application crashed: <html> <head> <script> function sendSelectedValues() { document.getElementsByTagName("body")[0].style.display = "inline"; } </script> </head> <body> <table> <tr> <td> <a href="javascript:sendSelectedValues()">crunch</a> </td> </tr> </table> </body> </html> no clue, no clue
*** This bug has been marked as a duplicate of 86973 ***