Re: CGIDEV2 question passing parms to redirect
Joe W Holt <[email protected]>
| Newsgroups | gmane.comp.systems.as400.web |
|---|---|
| Message-ID | <OFDDAC941F.E4AF459B-ON86258783.0062A6AD-86258783.0062B9BE@onofrio.com> |
If I'm reading your clips correctly you need to add the variable to the url in the html template and then populate them with your two values before writing that section. *** Joe W Holt Sr Programmer/Engineer Jack Onofrio Dog Shows, LLC 405.427.8181 From: "Art Tostaine, Jr." <[email protected]> To: "Web Enabling the IBM i (AS/400 and iSeries)" <[email protected]> Date: 11/04/2021 12:28 PM Subject: [WEB400] CGIDEV2 question passing parms to redirect Sent by: "WEB400" <[email protected]> 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.