It’s high time I start keeping track of good and bad things I see around the Internet and telling you, my dear readers, about them. So at the risk of throwing stones, or maybe making the Internet a better place to live, I bring you:
Why On Earth Did They Do It That Way?
That challenging trivia question that maybe one of you out there can help shed some light on.
My first target: Qwest’s account login page.
I spied this little beauty on the sidebar.
As you can see, it is a series of radio boxes and a “go” button that takes you to other parts of the page.
After sifting through kilobytes of nested tables, Javascript, and spacer GIFs, I found (as I suspected) that the “action” attribute for the form is a Javascript function (looks like some sort of validation), so if Javascript is disabled, the form ceases to function. This raises several questions:
1. Why on earth is this not a simple list of links?
2. Why on earth does it need validation?
3. Why on earth isn’t there a default selection set?
4. Why on earth is the “action” attribute set to a javascript function, rather than a real page, and the Javascript not set as an “onclick” event on the submission button?
Come on Qwest, you can do better than that.
Leave a Reply