nogen der har et godt svar på  hvorfor dette ikke fingere i IE
<html>
        <body>
                <form action="" method="get" id="formtest">
                        <input type="text" name="test"/>
                </form>
        <table onclick="document.getElementById('formtest').submit();">
                <tr>
                        <td>
                                <a href="javascript:;" onclick="document.getElementById('formtest').submit();">test</a>
                        </td>
                </tr>
        </table>
</body>
</html>
~ Steffen
\\"The only thing more frightening than a programmer with a screwdriver or a hardware engineer with a program is a user with a pair of wire cutters and the root password\\"
----------------------- EOF ----------------------