alecpl
2008-07-21 e2003306d3b4010fb9772f79dc490805848c7a8c
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())
    {