Call cascade style sheet using javascript -


this question has answer here:

i have requirement need call main css file using javascript header section. instead of having below line within headers

<link rel="stylesheet" href="css/main.css"> 

how can call using javascript within header tags?

you mean this

document.head.innerhtml+='<link rel="stylesheet" href="css/main.css">'; 

Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -

How to provide Authorization & Authentication using Asp.net, C#? -