in reply to Re^3: Using hidden .. onmousdown
in thread Using hidden .. onmousdown

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re^5: Using hidden .. onmousdown
by olus (Curate) on Jan 27, 2008 at 23:20 UTC
    onsubmit is a javascript event, and the code inside the double-quotes in front of onsubmit is javascript code.
      Thank you very much !!!!!