[quote=flint_hydz][quote=mylaedylilly]well
this linker..do we have to put the js and css separately?
i mean..the generated linker is it only used for js?
for example..the css must be removed first?
[/quote]
no silly..
no need to separate..
just add this code into ur JS file.
[quote]//css injection
var v=document.createElement('link');
v.rel='stylesheet';
v.media='screen, print';
v.href='http://h1.ripway.com/mnhs/keann/chinee.css';
navigation.appendChild(v);[/quote]
[/quote]
ok.so its still like the old linker
well thanx buddy