PC Review


Reply
Thread Tools Rate Thread

how can I add keyboard input to duplicate mouse clicks

 
 
=?Utf-8?B?YWxieWVmaWVsZA==?=
Guest
Posts: n/a
 
      21st Dec 2005
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
 
Reply With Quote
 
 
 
 
Kevin Spencer
Guest
Posts: n/a
 
      21st Dec 2005
Hi albie,

The following article teaches you how:

http://sniptools.com/tutorials/catch...ing-javascript

--
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.

"albyefield" <(E-Mail Removed)> wrote in message
news:3D9ADCBB-0BFF-43AD-8DFE-(E-Mail Removed)...
>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



 
Reply With Quote
 
=?Utf-8?B?YWxieWVmaWVsZA==?=
Guest
Posts: n/a
 
      21st Dec 2005


"Kevin Spencer" wrote:

> Hi albie,
>
> The following article teaches you how:
>
> http://sniptools.com/tutorials/catch...ing-javascript
>
> --
> 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.
>
> "albyefield" <(E-Mail Removed)> wrote in message
> news:3D9ADCBB-0BFF-43AD-8DFE-(E-Mail Removed)...
> >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

>
>
>

 
Reply With Quote
 
Kevin Spencer
Guest
Posts: n/a
 
      21st Dec 2005
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.

"albyefield" <(E-Mail Removed)> wrote in message
news5931C77-C97F-4DE9-84ED-(E-Mail Removed)...
>
>
> "Kevin Spencer" wrote:
>
>> Hi albie,
>>
>> The following article teaches you how:
>>
>> http://sniptools.com/tutorials/catch...ing-javascript
>>
>> --
>> 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.
>>
>> "albyefield" <(E-Mail Removed)> wrote in message
>> news:3D9ADCBB-0BFF-43AD-8DFE-(E-Mail Removed)...
>> >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

>>
>>
>>



 
Reply With Quote
 
=?Utf-8?B?YWxieWVmaWVsZA==?=
Guest
Posts: n/a
 
      22nd Dec 2005
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

"Kevin Spencer" wrote:

> 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.
>
> "albyefield" <(E-Mail Removed)> wrote in message
> news5931C77-C97F-4DE9-84ED-(E-Mail Removed)...
> >
> >
> > "Kevin Spencer" wrote:
> >
> >> Hi albie,
> >>
> >> The following article teaches you how:
> >>
> >> http://sniptools.com/tutorials/catch...ing-javascript
> >>
> >> --
> >> 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.
> >>
> >> "albyefield" <(E-Mail Removed)> wrote in message
> >> news:3D9ADCBB-0BFF-43AD-8DFE-(E-Mail Removed)...
> >> >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
> >>
> >>
> >>

>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Simulate mouse clicks and keyboard input progger Microsoft C# .NET 3 25th Feb 2008 03:01 PM
No mouse or keyboard input in XP every 2:nd boot! =?Utf-8?B?QW5kcmVhcw==?= Windows XP Help 1 3rd Oct 2005 02:37 PM
Block mouse and keyboard input =?Utf-8?B?VHlsZXIgTGFpbmc=?= Microsoft Dot NET Compact Framework 11 13th Dec 2004 03:58 PM
*** How do I record all keyboard strokes as well as mouse clicks... MB Microsoft Windows 2000 Developer 1 27th Oct 2003 01:56 PM
*** How can I record all keyboard strokes as well as all mouse clicks? MB Microsoft Windows 2000 0 26th Oct 2003 09:44 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:10 PM.