Can someone please tell me how to send parameters to a progress webspeed file and how to pick these up in the progress file.
A simple example would be great.
http://www.webspeed.sunrisemedical.co.uk/cgi-bin/wspd_cgi.sh/WService=wsbroker1/samples/program1.p <-- Want to pass a parameter here?
/* program1.p */
{src/web/method/cgidefs.i}
def input parameter x as character. <--- So it picks it up here.
RUN OutputContentType IN web-utilities-hdl ("text/html":U).
{&OUT}
x
{&END}
Also how do I set, hold and retrieve session data. Again a simple example would be really nice.
My head is on the block - Please help
A simple example would be great.
http://www.webspeed.sunrisemedical.co.uk/cgi-bin/wspd_cgi.sh/WService=wsbroker1/samples/program1.p <-- Want to pass a parameter here?
/* program1.p */
{src/web/method/cgidefs.i}
def input parameter x as character. <--- So it picks it up here.
RUN OutputContentType IN web-utilities-hdl ("text/html":U).
{&OUT}
x
{&END}
Also how do I set, hold and retrieve session data. Again a simple example would be really nice.
My head is on the block - Please help