marceluh Posted February 28, 2006 at 12:46 PM Report #15957 Posted February 28, 2006 at 12:46 PM <html> <body> <SCRIPT Language="Javascript"> document.write ("Seu navegador é " + navigator.appName + " " + navigator.appVersion ); </SCRIPT> </body> </html> cumps.
deathseeker25 Posted February 28, 2006 at 01:58 PM Report #15973 Posted February 28, 2006 at 01:58 PM É um script útil na maior parte das vezes. No entanto, prefiro fazer em PHP.. 😄
Spread Posted March 1, 2006 at 11:25 AM Report #16111 Posted March 1, 2006 at 11:25 AM Têm algum site que use esses scripts tanto em javascript como em php? Cumps 8) http://spread-pt.comDownload de Hiphop Português gratuito
entering Posted July 16, 2006 at 10:21 PM Report #38547 Posted July 16, 2006 at 10:21 PM para completar este assunto sobre o browser, fica aqui mais umas coisas que podem ser usadas, mas cuidado com a portabilidade. cookieEnabled <- da bastante jeito Property/Method Description IE Moz Op Saf appCodeName String representing code name of the browser (typically “Mozilla”) X X X X appName String representing official browser name X X X X appMinorVersion String representing extra version information X – – – appVersion String representing the browser version X X X X browserLanguage* String representing the language of the browser or operating system X – X – cookieEnabled Boolean indicating if cookies are enabled X X X – cpuClass String representing the CPU class (“x86”, “68K”, “Alpha”, “PPC”, or “Other”) X – – – javaEnabled() Boolean indicating if Java is enabled X X X X language String representing language of the browser – X X X mimeTypes Array of mimetypes registered with the browser – X X X onLine Boolean indicating if the browser is attached to the Internet X – – – oscpu String representing the operating system or the CPU – X – – platform String representing the computer platform that the browser is running on X X X X plugins Array of plugins installed in the browser X X X X preference() Function used to set browser preferences – X X – product String representing the name of the product (typically “Gecko”) – X – X productSub String representing extra information about the product – X – X opsProfile – – – – securityPolicy – X – – systemLanguage* String representing the operating system’s language X – – – taintEnabled() Boolean indicating if data tainting is enabled X X X X userAgent String representing the user-agent header string X X X X userLanguage* String representing the operating system’s language X – – – userProfile Object allowing access to the browser user profile X – – – vendor String representing the name of the branded browser – X – X vendorSub String representing extra information for the branded browser – X – X document.write( "appCodeName: " + navigator.appCodeName + "<br />" + "appName: " + navigator.appName + "<br />" + "appVersion: " + navigator.appVersion + "<br />" + "platform: " + navigator.platform + "<br />" ); CodeName: Mozilla appName: Microsoft Internet Explorer appVersion: 4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) platform: Win32
sandro_G Posted February 9, 2007 at 05:02 PM Report #81508 Posted February 9, 2007 at 05:02 PM Ta porreira a info..Curti isto... ||I'm the devil25, I'm G and I'm sandro_G||
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now