<[EMAIL PROTECTED]> writes: > When i tried using query string to pass values, i didn't get values > in the next page using cgi_import function (cgi.tcl library). It > throws error: invalid variable. cgi_import function should parse the > query string and return the value for a specified name but its not > working that way. Any ideas why ?
Probably because of how cgi.tcl wants that string passed to it... You may have to modify cgi_import to use the mod_dtcl variable access commands. -- David N. Welton Consulting: http://www.dedasys.com/ Personal: http://www.dedasys.com/davidw/ Free Software: http://www.dedasys.com/freesoftware/ Apache Tcl: http://tcl.apache.org/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
