but it seems the newlisp http mode always sends
200 if the cgi is successful.
What I am looking for is to be able to hit the cgi and have
it process, but no return no results and life the browser
stay in the same page.
I tried doing something like this
#! /bin/bash
echo "HTTP/1.0 204 No Response"
echo "Status: 204 No Response"
but no joy
do i need to use a command-event ?
thanks