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

android - Pass an Serializable object in AIDL -

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

How to use Authorization & Authentication in Asp.net, C#? -