P
Paul Furman
I'd like to be able to allow keyboard navigation of the following page:
<http://hills.ccsf.edu/~pfurma02/index.php?SCREEN=ecards.php&IMG_DIR=faces&PAGE=1&PIC=0&PICS=6>
I saw a little javascript line that can set the focus on a form object
based on the ID so I guess I might be able to set an ID for each picture
and maybe make that work.
What I'd really like is to use the arrow key.
Currently if i tab 6 times then hit enter, it loads the next image from
the thumb, next time I tab 7 times, then 4 tabs to hit the "next" link.
Any way to make this work? If I could set the tab order with plain html
coding, I could redo each refresh with PHP so the next pic is the first tab.
<http://hills.ccsf.edu/~pfurma02/index.php?SCREEN=ecards.php&IMG_DIR=faces&PAGE=1&PIC=0&PICS=6>
I saw a little javascript line that can set the focus on a form object
based on the ID so I guess I might be able to set an ID for each picture
and maybe make that work.
What I'd really like is to use the arrow key.
Currently if i tab 6 times then hit enter, it loads the next image from
the thumb, next time I tab 7 times, then 4 tabs to hit the "next" link.
Any way to make this work? If I could set the tab order with plain html
coding, I could redo each refresh with PHP so the next pic is the first tab.