<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>Message</TITLE>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2800.1276" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Arial size=2><SPAN class=781302319-20052004>In my PSP code I 
reference the global form object, which is created as a FieldStorage object I 
believe with <FONT face="Times New Roman" size=3><EM>keep_blank_values 
</EM>set<EM> </EM>to False. In my form I need to access the names of my check 
boxes in a generic way whether or not they are checked. With 
<EM>keep_blank_values </EM>set to False, when a check box is not checked, the 
name of the check box never shows up in the form object. How do I reference a 
form object in my PSP code so that it is created with 
<EM>keep_blank_values</EM>&nbsp;set to True 
?</FONT></SPAN></FONT></DIV></BODY></HTML>