also re:
Please don't listen to the folks who recommend using java script!
I'm not convinced.
While you're right that its good to keep to the least complicated solution possible, in this case I think JS is a good choice.
Since Lynx is a text-only browser, the original HTML wouldn't work -
meonkeys wanted "
an HTML form with three different images that do three different actions". He wanted three
images to submit the form in three different ways.
Also, since we're talking about forms with text input, its already prejudiced against GUI browsers (like a touch-screen info station, presumably). You could code for non-keyboard devices, but I'd only do it if I really had to.
Surely it makes sense to utilise the best technologies at our disposal? I use Perl because it lets me make dynamic server side code with the least fuss. I use Javascript because it lets me make the client side dynamic with the least fuss.
willdooUK
--------------
"Home is a castle you built in my mind; I'm home anywhere, anytime."
Donny Hathaway
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.