Is there any way to attach a CSS file using JavaScript? Maybe something like this:
All I need is a JavaScript action that loads a external CSS stylesheet file.
Is this even possible?
Code:
document.write="*CSS TAG*"
Is this even possible?