Interview Question in Sharepoint Documents


 

Question :: I need to allow remote users to view my intranet

I am running ms sharepoint and they all have blackberry 8830's

I was looking through the sourcecode generated by sharepoint and there is this snippet

if (browseris.mac && !browseris.ie5up)
{
var ms_maccssfpfixup = "/_layouts/1033/styles/owsmac.css";
document.write("<link rel='stylesheet' Type='text/css' href='" + ms_maccssfpfixup + "'>");
}

is there a way to make a new view like this, so when blackberry users comming to the site, it detects they are blackberry browsers and changes the stylesheets accordingly?