alecpl
2008-07-18 bc0fe54235ae4f5cd4a74be91beb1f9953eb7b03
program/include/html.php
@@ -248,7 +248,7 @@
{
    protected $tagname = 'input';
    protected $type = 'text';
    protected $allowed = array('type','name','value','size','tabindex','autocomplete','checked','onchange');
    protected $allowed = array('type','name','value','size','tabindex','autocomplete','checked','onchange','onclick');
    public function __construct($attrib = array())
    {