The following testcase worksforme:

<html>
<form name="wyszukaj" action="http://www.uml.lodz.pl/indeksik.php3?menu2=11&zapytanie=11,\
45" method="post">
<input size="10" name="szukaj" value="wybory">&nbsp;&nbsp;<input type="submit"
value="Szukaj">
</form>
<script>
function foo() {
document.getElementsByTagName("input")[1].click();
}
</script>


<input type="button" onclick="foo()" value="Click here to call click()">
</html>

So what's special about this page that makes it fail, exactly? Could the mis-nesting of the form in a table be a problem?

-Boris
_______________________________________________
mozilla-embedding mailing list
[email protected]
http://mail.mozilla.org/listinfo/mozilla-embedding

Reply via email to