Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - aseph

#1
Id like to return a 204 from a cgi script

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
#2
newLISP Graphics & Sound / password entries
September 08, 2008, 03:05:44 PM
I am trying to make a login box. But there doesn't seem to be anything like

a JPasswordField.



Is there another way to do it?



thanks