
im on the process of making some "html validation/cleaning" in my site and i want
to know how can i separate the javascript "<script>s" coming from "$chat->printChat"
so i can echo'em in my <head>er ?
I found "printJavascript" and "printStyles" but even in demos (/demo) they
doesnt output anything (blank) in v1.3.
I dont want to print <scripts> in middle of html (is bad & slow) and dont want either to do
some parsing work (if i can avoid it) by taking only the "<scripts>" via call like
"$chat->printChat(TRUE)"
thank you