in reply to Re: web-based application or desktop application?
in thread web-based application or desktop application?
FWIW, you can do hot keys after a fashion by using the HTML accesskey attribute.
example:
<p><a accesskey="p" ref="http://www.perlmonks.org">Perl monks</a></p>
How well this works depends on how well it is implemented in the browser, but with mozilla at least I can hit ALT+p to *click* the link. IIRC this doesn't work as nicely using IE.
--greg
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: web-based application or desktop application?
by EvdB (Deacon) on Dec 05, 2003 at 09:52 UTC |