Accurate Browser Statistics?
zyl0x asks: "A co-worker of mine has been made responsible for a large web application for our software product, and he was having a hard time deciding what functionality to implement, and whether or not to sacrifice functionality for a larger user base. With Walmart's harsh stand on browser compatibility, we got to thinking, exactly how many users would we be alienating by using some IE-only functionality on our website? We tried crawling the internet to get some current, accurate browser usage statistics, but we could only find stats for specific websites. I thought I'd try sending Google a request, since we imagine they'd have the lowest-common-denominator in terms of types of users, but I received an email from their press department telling me that they 'don't make that kind of information available.' Where can one get a current, accurate, and un-biased measurement of browser usage? Is it even possible?"
Browser marketshare varies widely according to audience. And by audience I mean not just people's interests, but their geographic location. Opera is used more in Europe than North America. Firefox is used more by visitors to techie sites than by visitors to entertainment sites. I've got one site where Firefox accounts for 20% of visitors, second to IE at 70%, and another where Firefox is #1 at 44% and IE is #2 at 40%.
Firefox, the second-most-used browser, seems to have a marketshare of 10-20% depending on where you look. So you'll probably be blocking at least 10% of potential users, if not more, by restricting your site to IE users only. And that percentage continues to grow.
Keep in mind also that IE is only available on Windows (not counting emulation, which is of limited use). The Mac version has been discontinued. Unless you want to block all Mac users, you'd better provide at least Safari or Firefox compatibility.
Also, any site that already restricts browser access is going to have skewed results, because the potential audience using other browsers has either cloaked their browser to look like the supported one, or has gone somewhere else.
Since you say this is a new application, you'll want to get statistics from a similar product that works cross-platform.
Unless you are Google, don't worry about what Google's browser stats are. Instead, look at the browser stats of your OWN web site. Those are your customers.
I''ll mostly refrain from talking about the monumental stupidity of using IE-only functionality because I know the Slashdot crowd will be (justifiably) beating your head in over that momentarily. Good luck with that.
Is 1% of your expected revenue greater than the implementation costs of supporting multiple browser platforms?
For almost every site out there, the answer to this question is "Yes". If you are in that situation, it would pay for you to use technology that would work on all browsers, or have a browser specific page with equivalent functionality for non-IE browsers. You often see Slashdot comments in these types of threads that say the "extra 5% of the market is too small for the company to care about". Sure, 5% seems small, but the costs of developing cross-platform support for web applications is usually so low that you're throwing away free profit by ignoring even the least-used browsers.
There are other arguments too... Many IE specific features are annoying even if you are an IE user, Using technology that isn't standardized across the industry make maintenance more difficult across platform versions, etc... But really it comes down to the money.
The reason there is such a thing as IE-only functionality is the fact that one powerful company wants to break the open platform and force people onto theirs, in order to fill their own pockets. This is not something I wish to support in the least, so I don't create, use or promote any web-based things that require IE.
Slashdot Burying Stories About Slashdot Media Owned
Just curious, what kind of IE-only content are you talking about here? Granted I've never developed a commerical web app but I haven't come across any major obstacles to implementing cross-browser functionality in anything I've written in recent years. OK so I usually end up with a couple of dozen IE-specific fixes that have to be made and maybe some browsers get less functionality than others but I've not come across anything which worked on one browser that couldn't fail gracefully on another.
Or am I just being ignorant in thinking this isn't really a major problem anymore?
Spelling mistakes, grammatical errors, and stupid comments are intentional.
Take it from a site that hosts 6000+ webcomics, so you get a good sense of what's being used out there.
On average from CG, from the top of my head (not accurate!!!):
* Firefox/IE are major contenders -- ether one or the other flops back and forth the lead.
* Safari rounds out the third
* Konqueror, Opera, Netscape 4, and web spiders scrape out the distant rest.
What I would do is follow Google Mail's lead: Make a javascript version and a non-js version, and if there's a browser not on the tested whilelist, go non-js.
--
# Canmephians for a better Linux Kernel
$Stalag99{"URL"}="http://stalag99.net";
validator.w3.org is your friend. if it validates, its good. just do that.
They are certainly not perfect, but it should give you some idea.
= 0
http://marketshare.hitslink.com/report.aspx?qprid
Are you wanting to use IE-only functionality because it's easier to implement? The possible loss of revenue by not providing service to people who aren't on IE is probably enough of a reason to spend the extra development time. That's just one initial cost, and maybe some extra maintenance if it proves to be tricky to maintain, but it means you've openned yourself to what could amount to a large amount of revenue. Of course, it depends on your individual user bases particulars when it comes to Browsers.
I tend to use IE-only functionality only when it's for our Intranet. In that case, I know that every user is running IE, because that's the mandated standard for company computers. They can have FireFox, but they all have IE. And at that point, the extra development can result in a minimal amount of advantage, depending on the situation.
as it is the default search engine for pretty much every browser except internet explorer. A lot of ie users do change their search engine settings to google, but many will stick with live.com or msn.
I forgot to mention in the first post, that it's more than just Firefox growing. Safari and Opera may be relatively small, but they're gaining as well. And there are quite a few other modern browsers around. You can expect several of them to grow over the next couple of years, probably at IE's expense.
So even aiming for just IE+Firefox support isn't enough to be sure that you're not still turning people away. Fortunately, many of the lesser-known browsers share the same rendering engine (or a variation thereof) with Firefox or Safari, making it easier to keep compatible. You basically have to target the standards and test in Gecko, IE, Opera and KHTML/Webkit.
Whatever happens to standards?
http://validator.w3.org/
You can make anything you like available on a web server. If someone complains, and it follows the standards, then it's their fault. If it doesn't, then it's yours.
Dang, and I was gonna beat him over the head, too. Too busy laughing at your reply to beat anyone. Well played.
blah blah blah
If you follow the standards your site will look good on most browsers, including IE.
/.ers, and pretty much everyone who has a non-ie browser.
On the other hand, if you jump on all the IE specific functionality you have a few issues. Will it work on old versions of ie? Will it work if people have their active X controls set to "high security"? Will IE break your sites functionality in a security upgrade?
Either way, you're writing off Mac's and all cellphones and pdas, you're writing off a lot of
Now, I think Walmart gives as much of a shit about me as I do about them (if I were bleeding to death I'd drive 10 more miles to get some bandages rather than go to Walmart), so no loss for either one of us. But your company isn't Walmart, whose main customer base isn't remotely online.
If it were me, I'd stick with standards.
ad logicam Claiming a proposition is false because it was presented as the conclusion of a fallacious argument.
Hey, if you want to block millions of potential visitors, that's your prerogative. Personally, I'd like to keep the doors open for them.
check the stats of your current website and the percentages of bowsers being use. Be aware that some browsers have settings to look like another when online.
This is a good point. In case the submitter isn't aware, IE7 removed or disabled a lot of IE-specific functionality relied on by web apps. Functionality based on the standard specs, however, not only worked across IE6, Firefox, and others, but needed minimal adjustment -- if any at all -- to work in IE7.
In my own experience, most of the changes I needed to make with IE7 involved disabling workarounds for IE6-specific bugs.
Perhaps 'only' 10-20% of your visitors will use non-IE browsers. However, perhaps only 5% of visitors to your website will purchase your product.
Do you want to gamble on which 5% that is?
- RG>
Hey pal, this isn't a pleasantforest, so don't waste my time with pleasantries!
I manage all web services for my employer. Not surprisingly, there are many ways to count "browsers" - by hits, by IP, by "user sessions", by "known users", or something else.
I only count "browsers per known user per day". So users that come in more than once per day are only counted once; anonymous users (and robots/crawlers without a credit card in hand) are excluded.
This, not surprisingly, results in a number that's quite different than traditionally published "browser" numbers. The net result is that the browsers I must support are IE6, IE7, Firefox, and Safari.
But of course, being standards-compliant, it's easy for us to support any browser.
Your numbers will be different, because you're in a different industry with a different customer base.
Well if you have a website that doesn't work well enough in non-IE browsers, most likely those users won't return. Which means that using your own statistics will only reinforce your perception.
IE 7 is better, but the support for Cascading Style Sheets is still shite.
Deleted
On all three of our computers at this office, (XP, OSX, Linux) we always use fake headers that look like IE just so that some sites will "let us in." Not all features work on "IE only" sites, but we end up blacklisting them from our office use and do not bookmark them for return visits.
Hope this helps. Lots of techies out there would agree that running an "IE only" website just hurts business.
Wouldn't you know, I just lost my mod points. :-(
Sit, Ubuntu, sit. Good dog.
Do you have any competitors, or are there any companies offering reasonably similar services? Visit their support or forums or Google for complaints that they don't support particular browsers. Also install the various browsers and visit their site(s). Just like features, the more they support the more you probably should. Likewise, if they have big holes in browser support it means something... it could be that you could fill a void for potential clients...
I smurf everything and everything I smurf is perfect.
If you're even willing to entertain the idea, then why not take it to the next level? Instead of having an interactive ActiveX-heavy website, just have a website that contains one file, a MS Windows-only executable, for your "audience" to download and execute as administrator. Then you won't have to worry about "giving up functionality" at all.
(BTW, you're never going to find the statistics that you want. Having MSIE be in the user-agent header, is practically part of the defacto http standard now. Why? Exactly because of the kind of abuse that you're contemplating. 10 years after the last copy of MSIE has been erased, it will still have 90% marketshare, at least according to the server logs.)
As copyright owner of this comment, I authorize everyone to defeat any technological measure which limits access to it.
The parent post said: "I only count "browsers per known user per day". So users that come in more than once per day are only counted once; anonymous users (and robots/crawlers without a credit card in hand) are excluded."
And *how* do you count users/day accurately? With proxy servers, you *can't* always know that kind of information from server logs, though many logfile analyzer s/w packages will try to make you think you can...
See the Analog logfile analyser docs: What the results mean, and particularly How the web works.
"This section discusses what happens when somebody connects to your web site, and what you can and can't find out about them. If you think that you can get statistics on how many people have visited your web site (or want to know why you can't), then this section is for you."
If you've already got some sort of website going, start logging statistics for it. Get a counter of some kind (like the kind at http://extremetracking.com/ and you can look at who goes to your site. As you start to build the real meat and potatoes you will know what your primary audience. I look at these stats all the time for my websites to make sure that my site look good to the majority of my audience.
"Those who would sacrifice essential liberties for a little temporary safety deserve neither liberty nor safety." - BenF
I'm not privy to what exactly "IE-only functionality" is in your case, but perhaps you should rethink your application design if you can't find a way to create a cross-platform solution. With AJAX, Java, and various other technologies with excellent cross-platform support, the only justifications for creating an IE-only site seem to be either DRM systems or laziness. Then again, we could also be dealing with the difference between a developer and an engineer. If you're hitting a point where IE-only functionality is appearing to be a good option, try rethinking what you need the application to do, and how it can do it, from the ground up. You'll probably find a much more future-proof and robust solution without sacrificing end-user functionality. You're right in stating that the audience is what matters, but platform lock-in also requires you to be absolutely certain that your audience doesn't change, the platform you're on won't drastically change, and that you can live with absolutely no assurance of future-proofing by avoiding standards.
Bowser is bottom-tier, so he doesn't really get used much. Luke (grabfestbowser) is pretty hardcore with him, as are a couple of other folks like Magnum, but for the most part he doesn't see much play.
I like basketball!!1!
The question is not "Why code for non-IE" it's "Why not?" The fact of the matter is that if you use open standards (XHTML, XML, CSS, Javascript, XSLT, XPath, or something that will run 3rd-party in all browsers (Java, flash/shockwave *gag*) it will work not only in IE but in all other browsers simply because you are coding to standard. This seems like a no-brainer unless you're microsoft. Also keep in mind that if you code properly with CSS you don't even need to do much more than CSS-hacking in order to make your site work seamlessly with PDAs, phones, 508 (accessibility for people with disabilities), etc. If you can find something that is IE-only (in functionality, not in feature-name like ActiveX) then I'll be surprised but I don't think those things exist. Even ID is using the standard AJAX stuff now instead of their own proprietary one so the reasons to move to IE-only are really dumb.
lol
If you ever looked through web site logs, you could probably notice e-mail harvesters (and other junk robots). They identify themselves using a popular OS/browser combination (such as MSIE 6 Windows XP), but you can tell they are robots by their behavior (time between requests, systematic way of browsing links, etc.).
So, do the statistics have a reliable way of telling apart email harvesters? Do the statistics even try?
I manage dozens of websites reaching multiple demographics (i.e., business, home users, education, medical, engineering, agri-business, sporting goods). Our sites see roughly 1,000,000 unique visitors each week.
Removing bots out of the stats, on average, I see:
If your site is geared towards highly technical people, expect to see double the FireFox & Linux traffic. If the site is geared towards the average home user, you might only be pissing off 10-12% of your potential customer base by having IE only components. I can't imagine many businesses surviving very long by pisssing off 1 out of every 9 customers ... oh, wait, Microsoft ... forget I said that.
For a snapshot of the web population at large, check this site:
http://marketshare.hitslink.com/
Their stats are updated regularly, they've got a reasonable level of detail, and lots of pretty graphs.
However, as others have pointed out, you need to be worrying about your particular audience more than anything else. A site like the one I've just given isn't all that useful unless you've got a really huge web site. So here's a three step plan for YOUR web site:
1) At first, design it to work smoothly with as many browsers as you possibly can.
2) Build up a profile on the types of users who visit your site. There are lots of programs that can help you do this. Google Analytics does a decent job, and it's free of charge. Another one is Mint, which some people swear by (it costs $30 USD). There are lots of others out there, of varying quality and abilities. Take your pick.
3) Once you've got a profile built up, tune your web site to suit the abilities of the browsers that most of YOUR particular users favor. You might discover that only 0.002% of your visitors are using Safari, meaning perfect compatibility with Safari is not a major concern for you. Or you might discover that the Opera users of the world swarm your web site like ants swarm spilled sugar, in which case Opera becomes a priority for you.
Lather, rinse, repeat.
I see your point, but most people use google, no matter what their interests are and if they are advanced users or n00bs.
I spent five minutes stealing cool sigs and all I got was this.
If reading Accurate Browser statistics has taught me anything it's that Snape kills Dumbledor in Harry Potter. Enjoy Accuracy! I know I do.
Browser demographics are different from site to site. You should make your own statistics. I bet you that /.'s demographics will vary a lot from, say, amazon.com
Here's the percentages for the site I work on. I can't reveal specific numbers, but we get many millions of unique visitors per day. As many other posters have mentioned, the answer of what to support greatly depends on who your audience is and what you're trying to achieve. Our audience is over 99% from the US, and represents a more average (read: less tech savvy) cross section of internet users, specifically, those that would buy shoes and apparel online. Your potential customer profile is likely much different, but here's the top 10 browsers/platform combonations we saw last week:
44.93% - Internet Explorer 6.0 Windows XP
26.48% - Internet Explorer 7.0 Windows XP
5.26% - Firefox 2.0 Windows XP
4.90% - Firefox 1.5 Windows XP
3.98% - Internet Explorer 6.0 Windows 2000
2.29% - Safari 419 Macintosh PPC
1.82% - Safari 419 Macintosh Intel
1.39% - Internet Explorer 6.0 Windows 98
0.92% - Safari 312 Macintosh PPC
0.52% - Firefox 1.0 Windows XP
We do our best to support normal operation on all of these platforms (and several others) because at our volume alienating even a fraction of a percent costs real money. And also in our case it's not hard to make things work cross browser because we use simple HTML and minimal javascript.
You ask what you lose by adding some IE only features. The equally important question is what you gain. Are the IE only features you're considering going to increase the value of your application enough to make up for what is lost in potential users? Maybe it is, maybe it isn't. In general I think people overestimate how much fancy features are going to improve usefulness, so be honest with yourself there. Good luck figuring out where to draw the line.
Cheers.
No, this is bad advice too. Walmart's just built a web service that only works in Internet Explorer. How many non-IE users do you think they are seeing in their logs compared with IE users? Looking at your current users can only tell you to keep doing more of the same.
What you need to measure is not what your current visitors use, but what your target audience uses. Unfortunately, the web wasn't built around this kind of need, HTTP is a stateless protocol with unreliable user-agent identification. What you need is good old-fashioned polling. In-band data can be skewed beyond usefulness.
Bogtha Bogtha Bogtha
Judging by the GP's remark about "robots/crawlers without a credit card," I'm guessing it means they're counting "known users" who have logged into the site. In that case, you can track them pretty accurately, as long as you're willing to ignore traffic from people who have an account, but aren't logged in.
Thus retorted the owner of the 10th floor stairs-only accessible wheelchair store out the window to a customer on crutches at ground floor:
"Only abled bodied people buy wheelchairs! What the hell do you want one for?"
And so ignorance becomes truth.
but its got a cross-section of info on browser usage and related
http://www.thecounter.com/stats/
Mod me off-topic if you must, but I think asking about browser share is definitely the wrong place to start. Start by asking why you want a web-based application, and you'll probably confront the fact that "universal client" was at least an important consideration at some point in the evolution (maybe back in the naive days before MS entered the browser market). For every feature you consider, before asking about browser share, think about whether the communication or functionality objective (user can get/do X) requires something so complex or sophisticated that it has to be embedded in a proprietary browser. The vast majority of features don't need the proprietary features, and of those that really, really need them, it might be worth developing multiple options, because "really, really need" usually means revenue$.
Unless you are Google, don't worry about what Google's browser stats are.
Thing is Google probably has the largest sampling available meaning that their numbers will be most accurate about true browser market share.
As another poster pointed out, your web server logs will reinforce the policy your web site's already had, proving nothing to PHB's about enhancing your compatibility.
A good conversation with a PHB would be: Our users on our sites are 99% IE. IE is 80% of the market, therefore in the long run we stand to grow our business by 20% if we start supporting all browsers, and you stand to make 20% more money.
09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0
No, this is bad advice too. Walmart's just built a web service that only works in Internet Explorer. How many non-IE users do you think they are seeing in their logs compared with IE users? Looking at your current users can only tell you to keep doing more of the same.
That's a good point, but I was thinking from the point of view that they hadn't already implemented IE-only stuff.
It IS really annoying that Google doesn't release their browser stats; I don't know what their reasoning is on that one. I'd also like their stats on screen resolution (and window) resolution.
After one version of a browser passes ACID2, regressions can make it not pass again after a while (konqueror/kde3.5.6 does not pass ACID2 -- at least on my machine)
It's better to be the foot on the boot than the face on the pavement. ~~ tkx Kadin2048
I wonder if Google's stats might be a bit non-IE-centric, though, as IE browsers default to MSN searching, don't they? I guess that might apply to any non-MSN site, though. It would be interesting to base stats on router traffic rather than web sites. Is anyone making that kind of info available for free?
I know I might be playing Devil's Advocate here, but if users alienated >0, wouldn't common sense dictate that the move in question is a pretty bad one?
Help us build a better map!
As others have said, it's really up to those who visit your site.
If I was deploying a new web application I would start by writing it to standards and making it work with IE and FF out of the box. Then I'd keep track of what browsers hit my main page.
Then I'd make a simple business decision:
if (potentialLostRevenue > costToImplement)
implement_browser(someBrowser)
Lets say it will take $1500 worth of manpower to implement Opera. If I'm potentially turning away $5K in business from Opera users, I'd implement it. If I'm potentially turning away $200, forget it.
Despite what others have said about Mac users being flush and careless with disposable income, I've found sell-through rates to be roughly the same (within 15%) between OS/browser.
Another thing to think about is future maintenance. Take a look at what IE7 did to IE-only Web sites. Lots of IE-specific things that worked find in IE6 suddenly didn't work or worked badly in IE7 because of changes in the browser. If you'd written an IE-specific Web site that actually used IE-specific features (as opposed to "we only tested it in IE" without using anything beyond bog-standard HTML/CSS/JS), you had headaches. Sites designed to work well in Mozilla, Opera and Safari, by contrast, made the IE6-to-IE7 transition with few if any problems.
So you not only have to ask whether it's worth it to accomodate non-IE browsers, you also have to ask if it's worth it to target only IE and deal with the havoc when Microsoft moves your target again (and they will move it, the only question is when and how far).
...besides the fact the millions of people DON'T use IE? Isn't "millions" a large enough number? Now I can see if it was mere thousands, but really, this is 2007, the numbers of people who use anything but IE grows daily and it is a nice fat large number. Yes, it is not as large as IE, but IE is no longer as large a dominating factor as it used to be either and that particular trend is just continuing. If you don't give a crap about those folks-your competition sure will. Ya, it's more work, so what? You potentially want every possible set of eyeballs to hit your site, why tell a section of them to go pound sand? All you will do is save a few bucks now being picky about if it is 10% or 11%, for the fantastic business opportunity of losing business in the future, and alienating potential customers/clients. It is beyond annoying to go to some website and be told you MUST be using such and such a browser, or "go to hell", because that is exactly what you are telling folks, just "go away, we don't like you, we think you are insignificant to us, because you fail to use the most insecure browser ever with features years behind everyone else".
That is not a good way to "win hearts and minds".
There's an old saying that fits, "penny wise, pound foolish". Would a gas station have a color code to get gas "sorry, we don't serve blue or green cars, only red cars".
Ya more work, suck it up. It'll pay off in the future for you.
hmm, perhaps that's what he meant. If so, that's useless for most sites of course.
As I mentioned, many logfile analyzers unfortunately mislead uers into thinking their "user" counts have any validity or mean anything, so he might think he really is counting users.
Google used to include some of this information in their Zeitgeist, for example see December 2001. But just because they have representative users, it doesn't mean they can collect representative data from traffic analysis. Browser market share data culled from web statistics is good for entertainment, not for basing important decisions on.
Bogtha Bogtha Bogtha
http://alternatives.rzero.com/
'[we] don't make that kind of information available for free.'
That's because Firefox has something that IE doesn't have: cool wallpapers! (warning: NSFW!)
home
A wider range of visitors than "people with an interest for web technologies" perhaps?
How about Wikipedia's browser stats? It lists stats from many different sources, not just one web developer oriented site.
What a fool believes, he sees, no wise man has the power to reason away.
I'm trying to build a complete set of tracking tools and reports for free for anyone to use. By doing this, I also hope to have a better way to output the stats of Browsers and OS'es. It's not perfect but it's growing! http://tracker.buildacomputeronline.com/ I'm going to continue to improve it, but if anyone has any suggestions, I'm all ears.
http://www.gibby.net.au
Do your developers use Firefox and heavily utilize features/plugins such as Live HTTP Headers, Firebug, DOM Inspector, and the Javascript Console? Are you going to piss them off by making them work in IE? The cost of having to replace developers and the cost of decreased productivity alone may sway your decision.
The masses are the crack whores of religion.
I personally do not understand the whole point of the ACID2 test. It is not valid CSS, so it does not accurately measure how well the site adheres to CSS.
It wouldn't be an unreliable user-agent identification if web designers didn't restrict the access of their web sites to specific user-agents in the first place. I see no other reason to spoof who you are other than to get around some artards notion of what browsers can access a page.
First,you only need one disenfranchised user to sue you. For example, if you are operating a Web site in the US (or in many cases the EU or Canada) anti-discrimination laws mean you'd better make your site accessible. And that means accessible to someone using a text-based browser such as Lynx, as well as a text reader. See the American Disabilities Act and the "508" laws.
Second, yes, you can make a Web site more cheaply that's aimed at, say, IE 6. Or IE 7. or maybe you could choose Mosaic 1.5, or Netscape 0.96, as some other sites did. And in a few years you might have to redo everything when that particular browser is no longer available.
Third, you could optimize your site for a particular screen size. For example, 640x480 pixels or even 800x600 are popular choices. Of course, you can't actually buy a desktop PC with a 640x480 pixel screen very easily today. Mine is 1680x1050, but sizes vary widely, mostly because of the emerging popularity of watching DVDs on a computer. But, right now a surprising number of people in some parts of the world (Europe and Japan mostly I think) seem to browse the Web on a mobile phone, and those often have 320x240 pixel screens.
The point of the World Wide Web is that it's for everyone, everywhere, regardless of language, culture, ability, special needs or even computing platform. Do the right thing. Make your site work on as many platforms as you can, by sticking to standards, avoiding platform-specific tricks, and testing.
[disclaimer: I work for the World Wide Web Consortium, although in this area my opinions expressed here also match those of my empolyer!]
Live barefoot!
free engravings/woodcuts
First, lets see what's wrong with the "stick to the standards.." argument. If sticking to standards frees you from the troubles of IE, then why isn't the Acid2 test working on IE7? Acid2 sticks to the standards, specifically, it is a test for the CSS standards, and it's not working.
You may say Acid2 uses obscure CSS tags that nobody would use. Then let's try some common DOM alright? Say you want to create a radio button in Javascript via DOM methods. What's the standard way to do that?
Try this in IE6 (still the dominant browser), the radio button is created, but it doesn't work - you cannot check it by clicking on it. The above code works perfectly in Firefox or Safari. Standard compliance frees you from trouble? My ass!
How, then, can you make a working radio button via Javascript in IE? You HAVE to use non-standard ways. This is how you make a radio button, from MSDN:
See? You cannot simply stick to the standards and expect a working web application.
I work for a major internet company that provides portals and premium services to our customers. Their users are 'average joe' types and with about 200,00 unique users on one domain alone I figure that these stats probably hold true for most 'general use' sites.
The breakdown was about 85% IE, 10% FF, and 5% 'Other', which included Safari, Opera (1%), AOL Browser, even some Web TV clients. Over the last few months, IE6 has been shrinking with IE7 gaining and that continues to be the case. Don't expect IE6 to disappear for quite some time, but IE5.5 seems to be dropping into the negligible category - outstripped by FF on most domains.
Love sees no species.
...to your site statistics and see what kind of users do you have.
but at least make the site compatible with gecko and khtml based browser and ie of course. with this you will keep more than 98% of your visitors.
mine are the kubuntu-edgy packages at kubuntu.org/packages ... it might be a DPI/font-related problem (the smiley face is larger than the reference rendering and it has a red streak under the second line)
It's better to be the foot on the boot than the face on the pavement. ~~ tkx Kadin2048
There's a difference between saying, "IE supports every aspect of every standard perfectly" (nothing does, although some programs come a lot closer than others, of course) and saying, "avoid single-browser extensions when possible and use only the portable subset of what is standard". I agree it's not easy though.
Liam
Live barefoot!
free engravings/woodcuts
Me lost me cookie at the disco.