"Rayle" <> wrote in message
news: oups.com...
> is it possible to write a program that interacts with lets say
> Explorer.. meaning it could control the mouse to click on links.. or
> enter text into fields...
>
> am i thinking of this the wrong way??? should i be looking at
> manipulating the information sent to the web page???
>
> is either one possible???
>
> just need to get pointed in the right direction
>
Yes, it's possible. See
http://java.sun.com/javase/6/docs/ap...awt/Robot.html
- Oliver