> > I created a CGI that returns an txt code (to display a banner), but what > it looks strange to me is that if I call it with only one parameter > (type of code to return, and associated variable) it works fine, but if > I use an other parameter, it sends me an error message. > > This works fine: > http://www.go4new.biz/cgi-bin/horiz.cgi?js=1 > > Those do not work: > http://www.go4new.biz/cgi-bin/horiz.cgi?js=1&query=information > http://www.go4new.biz/cgi-bin/horiz.cgi?query=display&js=1 > > Any idea about where may be the error? > >
What is the error that is sent? I am assuming the above links are real, which displays an Internal Server Error, what does the error log say? There is not a lot of help that can be provided based on what you have told us. Are you using the CGI.pm module? http://danconia.org -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]