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=0.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,fca9a2e568ad8dec X-Google-Attributes: gid103376,public From: Simon Johnston Subject: Re: Using Ada with CGI Date: 1996/02/20 Message-ID: <199602200716.HAA00072@jerry.rb.icl.co.uk>#1/1 X-Deja-AN: 140245892 sender: Ada programming language priority: normal comments: Authenticated sender is content-type: text/plain; charset=US-ASCII organization: ICL Retail Systems mime-version: 1.0 reply-to: skj@acm.org newsgroups: comp.lang.ada x-mailer: Pegasus Mail for Windows (v2.22) Date: 1996-02-20T00:00:00+00:00 List-Id: > Does anyone know how to use ada to get > input variables from a Netscape Form? > > If the Ada program is called from a > WWW browser will that automatically become the > standard input? > > Any comments/suggestions would be greatly appreciated, There is an Ada-95 <=> CGI package available (probably on HBAP, definitely on PAL and ASSET) which parses the input parameters from the browser. It is excellent and I use it quite a bit. > -Mike > > with StandardDisclaimer; use StandardDisclaimer; package Sig is --,-------------------------------------------------------------------------. --|Simon K. Johnston - Development Engineer (C++/Ada95) |ICL Retail Systems | --|-----------------------------------------------------|3/4 Willoughby Road| --|Unix Mail: skj@acm.org |Bracknell | --|Telephone: +44 (0)1344 476320 Fax: +44 (0)1344 476302|Berkshire | --|Internal : 7261 6320 OP Mail: S.K.Johnston@BRA0801 |RG12 8TJ | --|WWW URL : http://www.acm.org/~skj/ |United Kingdom | --`-------------------------------------------------------------------------' end Sig;