From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,ecff3d3cce1ac826 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-04-08 07:40:07 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!deine.net!ciril.fr!univ-angers.fr!enst!enst.fr!not-for-mail From: =?iso-8859-1?Q?M=E1rio_Amado_Alves?= Newsgroups: comp.lang.ada Subject: RE: Help with ADA CGI Date: Mon, 8 Apr 2002 15:40:04 +0100 Organization: ENST, France Sender: comp.lang.ada-admin@ada.eu.org Message-ID: Reply-To: comp.lang.ada@ada.eu.org NNTP-Posting-Host: marvin.enst.fr Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: avanie.enst.fr 1018276802 42986 137.194.161.2 (8 Apr 2002 14:40:02 GMT) X-Complaints-To: usenet@enst.fr NNTP-Posting-Date: Mon, 8 Apr 2002 14:40:02 +0000 (UTC) Return-Path: X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 Importance: Normal In-Reply-To: <3cb0c548_1@mk-nntp-1.news.uk.worldonline.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Errors-To: comp.lang.ada-admin@ada.eu.org X-BeenThere: comp.lang.ada@ada.eu.org X-Mailman-Version: 2.0.8 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: comp.lang.ada mail<->news gateway List-Unsubscribe: , Errors-To: comp.lang.ada-admin@ada.eu.org X-BeenThere: comp.lang.ada@ada.eu.org Xref: archiver1.google.com comp.lang.ada:22221 Date: 2002-04-08T15:40:04+01:00 << Hi there. I would appreciate it if anyone could email me ASAP and give me some advice on how to get my ADA CGI program working. I have the following problem 1)when I submit my ada generated form I cannot get the results to appear on a new page >> (George) Sounds like a logical flaw on your program. Define 'new page' in this context. Post the code. << 2)if there is an error in the form, I cannot get the program to wait for the user to input the missing data, instead it just continues with the output- of course it results in 'Your name is ' etc etc and not what I want. If the form is submitted blank, it should put another form out and ask the user to input the data again, but I can't get it to do this. >> Ditto. Sounds like you are not checking for null input. Again, post the code. Really sounds like like flaws in CGI, not Ada, programming. But post the code anyway. And is it homework? Cheers, --MAA