Re: CGIDEV2 question passing parms to redirect
Brad Stone <[email protected]>
| Newsgroups | gmane.comp.systems.as400.web |
|---|---|
| Message-ID | <CAAGV8OfP-HDYDkFBRd+enBqrh5dmjTTrofEvHazOMZZ-dw0LAw@mail.gmail.com> |
I believe it should work... I know I've done something like that in the past. On Thu, Nov 4, 2021 at 12:27 PM Art Tostaine, Jr. <[email protected]> wrote: > Below is my index_redirect.html that I call from my CGIDEV2 RPG program. I > would like to send two URL parameters , [email protected]&item=ABC. > Can this be done? This is the code in the RPG that does the redirect: > > callp GetHtmlIfs(%trim(exthtml)) > callp wrtsection('main') > callp wrtsection('*fini') > > Index_redirect.html > /$main > > Content-type: text/html > > > > <!DOCTYPE html> > > <html> > > <meta http-equiv="Refresh" content="0; url=' > https://www.lakewoodcemetery.org/about/heritage-foundation/'" /></html> > -- > This is the Web Enabling the IBM i (AS/400 and iSeries) (WEB400) mailing > list > To post a message email: [email protected] > To subscribe, unsubscribe, or change list options, > visit: https://lists.midrange.com/mailman/listinfo/web400 > or email: [email protected] > Before posting, please take a moment to review the archives > at https://archive.midrange.com/web400. > > -- This is the Web Enabling the IBM i (AS/400 and iSeries) (WEB400) mailing list To post a message email: [email protected] To subscribe, unsubscribe, or change list options, visit: https://lists.midrange.com/mailman/listinfo/web400 or email: [email protected] Before posting, please take a moment to review the archives at https://archive.midrange.com/web400.