10 Jul
2002
10 Jul
'02
10:02 p.m.
Take a look at the contents of the REQUEST object. You'll probably find what you need there :-) To view the REQUEST Object contents, make a Python Script request = container.REQUEST for k in request.keys(): print k, '=', request[k] print return printed