alecpl
2008-07-18 59200ca922332e889302ba7142853c6bd7a75295
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())
    {