Hiya!

I have a small VB6-written app which is controlling a small robot driving around in my office with a webcam on its back. I can only run this app from my own computer.
Since its pretty bloody boring for me to drive the webcam around (i know what my office looks like) Id like to make it possible for web-visitors to steer it.

In other words: Id like a couple of buttons, "Forward" and "Turn" which should send the command to my app. I guess I could reload the page with ?drive=forward strings, but then how to pass them to my lil app?

Any help is deeply appreciated.

Thanks!