On Sun, 2008-11-30 at 14:23 +0100, Alain Roger wrote:
> Hi,
> 
> is there a way how a PHP class can attach JS (javascript) and CSS documents
> to current web page in which the class is instanced ?
> till now i used an "echo" which "write" a <script></script> code into
> current document.
> in this javascript, i used to have a createElement function to attache
> C\other CSS or JS file.
> 
> it's not so clean and maybe a better possibility exists. Thanks to let me
> know.
> 
Can you not just write all of the CSS/Javascript that you need right
from the get-go in the same place you're writing out your Javascript
now?


Ash
www.ashleysheridan.co.uk


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to