Why in Netscape the DoOnKeyPress() function does not called at all?

What am I missing here?

.....
  function DoOnKeyPress() {
    alert("DoOnKeyPress");
    document.frmEdt.edTest.value = document.frmSel.selTest.selectedIndex
  }
  //-->
  </script>
</head>

<body>
  <form id=frmTest name=frmTest><input type=button id=buTest name=buTest
value=test onclick="javascript:DoOnKeyPress()"></form>

Any idea?

Thanks 

Andreas Gortsilas


_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help

Reply via email to