Re: CGIs and HTML FORMs

2018-02-07 Thread Mary Kay Tubello
Hello Don - I just posted my 'thank you' to the wrong person! So, here it is again. Thanks!!! Mary Kay -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message

Re: AW: CGIs and HTML FORMs

2018-02-07 Thread Mary Kay Tubello
Hi Mike, When I read your post a few days ago, you suggested I use 'hidden' fields in my cgi and write the form using 'says' . But I can't see that post now. However, I want to thank you. Works like a charm! I wrote two cgis - one to do the form and one to do the processing. I wrote two be

Re: CGIs and HTML FORMs

2018-02-01 Thread Grinsell, Don
ject: CGIs and HTML FORMs Hello, I have a situation as follows; 1. I have a URL going to a CGI and passing parms, i.e. https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsyst.humana.com%2FHUMcgitest%2FRICK3.sh%3FODICT%2CPOO4567891123456&data=02%7C01%7Cjohn.w

Re: AW: CGIs and HTML FORMs

2018-02-01 Thread Grinsell, Don
rnard Shaw From: IBM Mainframe Discussion List on behalf of Mary Kay Tubello Sent: Thursday, February 1, 2018 09:28 To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: AW: CGIs and HTML FORMs Thanks Mike, But what you say is the part that I have already done. I need help combining the info from the cgi U

Re: AW: CGIs and HTML FORMs

2018-02-01 Thread Mary Kay Tubello
Thanks Mike, But what you say is the part that I have already done. I need help combining the info from the cgi URL and the form. Those are the last three points in my request. And I'll add this comment IN other words, I want save what came in on the URL so I can append what came in from th

AW: CGIs and HTML FORMs

2018-01-31 Thread Mike Beer
-MAIN@LISTSERV.UA.EDU] Im Auftrag von Mary Kay Tubello Gesendet: 31 January, 2018 19:31 An: IBM-MAIN@LISTSERV.UA.EDU Betreff: CGIs and HTML FORMs Hello, I have a situation as follows; 1. I have a URL going to a CGI and passing parms, i.e. https://syst.humana.com/HUMcgitest/RICK3.sh?ODICT,POO

CGIs and HTML FORMs

2018-01-31 Thread Mary Kay Tubello
Hello, I have a situation as follows; 1. I have a URL going to a CGI and passing parms, i.e. https://syst.humana.com/HUMcgitest/RICK3.sh?ODICT,POO4567891123456 2. The CGI reads a job from a PDS into a STEM and fills in the two parms that were sent on the url.And Submits the job.