Re: [elinks-users] CGI Scripts

2007-04-26 Thread Steve Holmes
On Wed, Apr 25, 2007 at 07:51:43PM +0200, Witold Filipczyk wrote:
 Does assertion failure occur in src/document/html/parser/forms.c:99 ?
 You don't have form action=... set, do you?
 Could you send the code of CGI scripts?

I just tried something else and All problems appear to be gone.  I left
in the action=sample2.cgi and I changed the method from post to get.  It
now works perfectly.  Does elinks require get method for CGI scripts?
Note that the CGI class for Perl defaults the method to 'post'.

-- 
HolmesGrown Solutions
The best solutions for the best price!
http://holmesgrown.ld.net/
___
elinks-users mailing list
elinks-users@linuxfromscratch.org
http://linuxfromscratch.org/mailman/listinfo/elinks-users


Re: [elinks-users] CGI Scripts

2007-04-26 Thread Kalle Olavi Niemitalo
Steve Holmes [EMAIL PROTECTED] writes:

 The following script is my original version that still demos the error.

Thank you.  I get this error:

INTERNAL ERROR at 
/home/Kalle/src/MIRROR/elinks-0.11.1/src/document/html/parser/forms.c:99:
assertion !form-action || !strchr(form-action, POST_CHAR) failed!

This bug has been fixed in ELinks 0.11.3.
In the future, to catch assertion failures that disappear too
fast from the screen, try redirecting stderr to a file.
___
elinks-users mailing list
elinks-users@linuxfromscratch.org
http://linuxfromscratch.org/mailman/listinfo/elinks-users