Hola [EMAIL PROTECTED]

El 21-Jan-00, usted escribio:

> If the box isn't check, it doesn't set the value in the CGI value. 
> 
> Checked
> MAIL=ON
> 
> Not checked
> 
> 
> It just don't exist. 

For this I create an object with default values:

cgi: make object! [ 
    orden:     OFF
    clave:     OFF
    id:        OFF
   etc....
     ]


and the copied the values of the CGI query

   cgi-query: make object! decode-cgi system/options/cgi/query-string
   foreach name next first comandos [ set in cgi :name   cgi-query/:name ] 

and if you just comment that cgi-query you can use the default
values for testing :))
 
Atentamente, Javier Delgado
-- 
Paralax Multimedia S.A.   Mexico D.F.
    http://www.paralax.com.mx

Produccisn de Video, Video3d, animacion 3d  kioskos
tel/fax <5>373 36 20 , Calzada de las Armas16 Naucalpan
----------------------------------------------
Personal  http://www.paralax.com.mx/Javier               
Kaliman    http://www.kaliman.org.mx
icq :   40740225  JavierD

Reply via email to