[thelist] javascript - how to refer to (x)html elements

Tim Burgan burgan at iprimus.com.au
Wed Nov 12 20:53:21 CST 2003


actually.. it seems to be the..

<form onsubmit="taskOne()">

..that's the problem. If I change it to..

<form>
  <input type="button" onclick="taskOne()" />

it works!??!?!

why's this - from what I've been told over the last day, onsubmit is supposed to
be more widely supported, or am I using it wrong?

Tim




More information about the thelist mailing list