Okay, i need to code in javascript or ASP to determine the client OS of the user.... so can somebody please translate the pseudocode in ASP or javascript:
if (client.os == MAC) then
print "your on a mac";
else if (client.os == PC) then
print "your on a pc";
end if
i need these conditions to determine the course of how to display the content to them.
thanks,
755
if (client.os == MAC) then
print "your on a mac";
else if (client.os == PC) then
print "your on a pc";
end if
i need these conditions to determine the course of how to display the content to them.
thanks,
755