On Tue, Apr 24, 2007 at 09:54:32AM -0700, Steve Holmes wrote: > I'm trying to test/develop some local CGI scripts that I would run > directly with elinks and *NOT* with an http server. I have elinks > properly configured to run CGI and when the script is initially loaded, > all seems to be fine. However, when I submit the form with 'post' > method, I get an internal err from elinks - something about form.c 99 > assertion failed. > > Anyone know anything about this? I'm currently using elinks 0.11 right > now. Thanks for any help.
Ignore previous reply. 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? Witek _______________________________________________ elinks-users mailing list [email protected] http://linuxfromscratch.org/mailman/listinfo/elinks-users
