how can I add keyboard input to duplicate mouse clicks

G

Guest

I use a web gallery which uses the following to find the needed page
<TD width="80" align="center"><A href="TM002.htm" ><IMG
src="../images/previous.gif" height="30" width="30" border="0"
alt="Previous"></A></TD>
<TD width="80" align="center"><A href="../index.htm" ><IMG
src="../images/home.gif" height="30" width="30" border="0"
alt="Home"></A></TD>
<TD width="80" align="center"><A href="TM006.htm" ><IMG
src="../images/next.gif" height="30" width="30" border="0"
alt="Next"></A></TD>

I would like to add keyboard input using left, right & up keys , obviously I
need a script of some kind. Could someone please point me in the right
direction.
Albie
 
K

Kevin Spencer

I admit it. I wrote that.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
You can lead a fish to a bicycle,
but it takes a very long time,
and the bicycle has to *want* to change.
 
G

Guest

Something has gone wrong here my message did not get through. To repeat. The
main problem is not in detecting keystrokes but in acting upon them for
instance in the example given how do I make a right key either produce the
mouse effect of clicking on the next button or opening TM006.htm?
I could have done it in DOS using Pascal but here I am lost.
Thank you
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top