Swatpup32
Nov 17th, 2003, 11:30 PM
I've been trying to find a way to use keyboard commands on my website and though I did find information I have had no luck in getting to work. I tried reading some java tutorials, but I've had no luck.
Here is my original code, plus the key i was trying to use with it.
<A HREF="C2.HTML"><IMG SRC="BACK.GIF" ALIGN="LEFT" TARGET="MAIN" ALT="BACK"> (Left Arrow)
<A HREF="02.HTML"><IMG SRC="NEXT.GIF" ALIGN="RIGHT" TARGET="MAIN" ALT="NEXT"> (Right Arrow)
<A HREF="INDEX.HTML"><IMG SRC="INDEX.GIF" ALIGN="CENTER" TARGET="MAIN" ALT="INDEX"> (Home)
Also i've been trying to find a way to create a keyboard shortcut (spacebar) that will allow me to toggle the side bar on my website.
Here is some information I found.
http://www.vbforums.com/showthread.php?threadid=265812&highlight=java+keyboard
http://www.vbforums.com/showthread.php?threadid=58833&highlight=java+keyboard
Here is my original code, plus the key i was trying to use with it.
<A HREF="C2.HTML"><IMG SRC="BACK.GIF" ALIGN="LEFT" TARGET="MAIN" ALT="BACK"> (Left Arrow)
<A HREF="02.HTML"><IMG SRC="NEXT.GIF" ALIGN="RIGHT" TARGET="MAIN" ALT="NEXT"> (Right Arrow)
<A HREF="INDEX.HTML"><IMG SRC="INDEX.GIF" ALIGN="CENTER" TARGET="MAIN" ALT="INDEX"> (Home)
Also i've been trying to find a way to create a keyboard shortcut (spacebar) that will allow me to toggle the side bar on my website.
Here is some information I found.
http://www.vbforums.com/showthread.php?threadid=265812&highlight=java+keyboard
http://www.vbforums.com/showthread.php?threadid=58833&highlight=java+keyboard