|
Posted by Harlan Messinger on May 9, 2008, 10:18 pm
Please log in for more thread options MikeB wrote:
> On May 9, 3:41 pm, Harlan Messinger
>> Right, this brings us back to "you should learn HTML only by building
>> production quality websites; never waste time on a simple exercise that
>> won't turn into your world-class moneymaker later on". You have no
>> ground to stand on here: you're being an ass solely for the sake of
>> being an ass, and the OP didn't deserve it.
>
> Thanks for coming to my defense.
>
> Now perhaps someone can tell me if it is possible to simulate the
> button click of a HTML form by pressing a keyboard key?
I believe so but I'm not an expert on keyboard interactivity, and it is
in fact a Javscript question--the tag for the button is HTML, but
keyboard interactions (other than pressing Enter to submit a form to the
server) and the code that handles them are Javascript. Try
comp.lang.javascript.
>
> And if that is not relevant to a HTML forum, I apologize. I thought a
> button was a part of a HTML form and the attributes of the button is
> part of HTML.
That's reasonable. Jukka thinks paradoxically, that beginners are
supposed to be experts and know everything about what's what before
they're permitted to ask questions.
|