|
I've been using Service Side Includes (SSI) for a while now, but I have a new requirement, and the server doesn't like it. Usually I code stuff like this to load up a drop-down listbox with a list of things (such as STATES, or Names), and it works pretty good. <!--#exec cgi="/mbrs/msgetevt.pgm?FMT=2" --> But now I have a new requirement, and have to pass in two parameters instead of the one FMT parameter. Like this: <!--#exec cgi="/mbrs/msgetevt.pgm?FMT=2&ACCTNO=3271" --> The problem is, the 2nd parameter, &ACCTNO=3271 is causing the SSI to crap out so I figure I've got the wrong syntax. The error is: <!--[an error occurred while processing this directive] VARREF was not found: "&CID=12445"."--> Any ideas? FYI: I'm using CGIDEV2's zhbGetVar() to read each parameter. Could it be in that routine? Bob Cozzi cozzi@rpgiv.com
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.