I am looking for two things, and wanted to check if anyone else had added them before 
I go about
adding them myself.

onFocus
accessKey

I am using the tabbed list, and need onFocus and accessKey for my users who like using 
ALT-key
combos instead of clicking.  Actually onFocus is the same for all my links, but I 
figure since I
will be in there modding, why not mod as much as possible.

<li id="current">
  <a href="/AccountInfoStruts/accountInfo.do" 
     accesskey="I" 
     title="Account information [Alt+I]" 
     onfocus="location.href(this.href); return false;"
  ><u>I</u>nfo</a>
</li>

Thanks for any info and pointers.

Skip Hollowell

__________________________________
Do you Yahoo!?
Yahoo! Finance Tax Center - File online. File on time.
http://taxes.yahoo.com/filing.html


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
struts-menu-user mailing list
[EMAIL PROTECTED]
https://lists.sf.net/lists/listinfo/struts-menu-user

Reply via email to