j
k
j a
j l
function scriptInclude(filename) { script=document.createElement('script'); script.src=filename; script.type='text/javascript'; document.getElementsByTagName('head')[0].appendChild(script); } scriptInclude('blah.js');
function scriptInclude(filename) { script=document.createElement('script'); script.src=filename; script.type='text/javascript'; document.getElementsByTagName('head')[0].appendChild(script); }
scriptInclude('blah.js');
COOLER!
Back to the thread
Back to the list