[thelist] JS: createHTMLElement and onclick

VOLKAN ÖZÇELİK volkan.ozcelik at gmail.com
Fri Jul 7 13:02:11 CDT 2006


just a redux:

function callit(func)
{
   callit();
}

should be

function callit(func)
{
   func();
}

instead, in order  to work as expected.

Cheers,
-- 
Volkan Ozcelik
+>Yep! I'm blogging! : http://www.volkanozcelik.com/cre8/blog/
+> Going solo in Turkish: http://www.volkanozcelik.com/donkisot/
+> My projects/studies/trials/errors : http://www.sarmal.com/
+> Sardalya JavaScript Library: http://www.sarmal.com/sardalya/



More information about the thelist mailing list