Hello,thank you for reply. The version of Lectora that I use is Professional Publishing Suite version 2007 SP1 (4382). I wrote a PHP 5 script that was quite simple: It took all the POST variables that were sent to it and displayed them on a web page. The code of the script is below: $val) { $a .= $key . " " . $val . "n";}fwrite($handle, $a);fclose($handle);?>Please, let me know if I did something wrong. I do not use, and actually cannot use, ASP technology. However, it should make no difference because the interface between the web client and the POST parameter processing is the same for both.Thank you very much!Peter