Search found 2 matches

by aseph
Tue Sep 16, 2008 10:36 pm
Forum: Anything else we might add?
Topic: cgi reponse codes in -http mode
Replies: 4
Views: 5326

cgi reponse codes in -http mode

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 #! /b...
by aseph
Mon Sep 08, 2008 10:05 pm
Forum: newLISP Graphics & Sound
Topic: password entries
Replies: 1
Views: 3828

password entries

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