[Solar-talk] Isn't 'submit' a bad name for form fields?
Clay Loveless
clay at killersoft.com
Fri Jan 5 10:27:42 PST 2007
On Jan 5, 2007, at 9:05 AM, Paul M Jones wrote:
> What's a good default alternative?
How about changing:
<input type="submit" name="submit" id="submit" value="submit" />
to:
<input type="submit" name="evt" id="evt" value="submit" />
for "event"? Thinking along these lines because submitting a form is
a DOM event.
--
Killersoft.com
More information about the solar-talk
mailing list