I had originally set up my remote with a script that issues the command and then redirected back to the remote page, but found it was much faster if the button pressing was requested asynchronously (I suppose it's not technically AJAX, as it lacks the XML piece of that).
Thoughts on using AJAX?
I had originally set up my remote with a script that issues the command and then redirected back to the remote page, but found it was much faster if the button pressing was requested asynchronously (I suppose it's not technically AJAX, as it lacks the XML piece of that).