oddkeir
01-28-2003, 03:52 PM
I need a simple script, that check if the visitors are using a Mac or not.
(paltform = "mac" or paltform = "pc")
thanks :-)
(paltform = "mac" or paltform = "pc")
thanks :-)
|
View Full Version : platform check. mac or pc? oddkeir 01-28-2003, 03:52 PM I need a simple script, that check if the visitors are using a Mac or not. (paltform = "mac" or paltform = "pc") thanks :-) Alcy 01-28-2003, 05:04 PM There's one here (http://javascript.internet.com/user-details/simple-info-line.html) and here (http://javascript.internet.com/user-details/platform-page.html) :D epolady 01-28-2003, 05:07 PM http://www.javascriptkit.com/script/cut22.shtml |