Hi, I'm actually writing a Perl Script to draw a table in a HTML page. This script executes other scripts to draw the full table, and the central cell of the table is a problem for me. I want to write down a script to draw this cell: this script has to show a form if this is the first time the user selects a link in another cell of the main table, otherwise (if the user just filled the form) I want to show the input he submitted. My problem is that I want only one script to draw the form or the to show the user's input. Actually I've been able to choose if the user selects the link for the first time, or he submitted the form (I looked at $ENV{'REQUEST_METHOD'} variable), but I'm not able to get his input in this script. I've been able to see his input in the main script (the one which executes all the other scripts to draw the table), but I want these input to be avaible in the form/result script. Hope someone can help me. Paolo
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]