I have two .css file one of Chrome brwoser and another one for all other brwoser, But why my java script is not getting called, I mean, I am unable to invoke the .css file in MVC view page, Please help me, Kindly find my below code which I am invoking through a.cshtml file
this is MVC 4.Net Project
var printCSSfile = "quickui.print.css";
if (navigator.userAgent.toLowerCase().indexOf("chrome") > -1) {
printCSSfile = "quickui.printChrome.css";
}
document.write('');
Midhun TpPosted Apr 10, 2017, 12:44 AM
Kumar AUPosted Apr 9, 2017, 1:14 PM
Amit Kumar SinghPosted Apr 9, 2017, 12:45 PM
Kumar AUPosted Apr 9, 2017, 12:12 PM
Khaja MoizuddinPosted Apr 9, 2017, 11:55 AM