Here, temporarily, is my test of my own would-be improvement of a page supplied to me by a company.
The page has various oddities and failings. Please don't tell me about them; I already know. I also have a limited number of hours in the week in which I can fix them, and anyway the entire site may well be replaced within months. Instead, I'd like to ask about specific points.
If you have Flash, you should see an imagemap constructed in Flash near the top of the page.
If you don't have Flash, you should instead a list of links in its place. For the next few hours, the list of links is unfortunately in grey on white (because I wrote id="destlist" where I should have written class="destlist"). Also, you'll still be asked to click on a star, despite your inability to see any stars.
At the foot of the page, you'll see another set of links, added because I feared that some real-world browser somewhere might be unable to render plain HTML within OBJECT. (By "real-world", I exclude Amaya.) Does such a browser exist, or can I safely delete this extra set of links?
If you look at the source of the page, you'll see that I've just commented out the code I received. There's a lot of mumbo-jumbo (classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000", etc) in the OBJECT tag, which embeds the EMBED tag. I'm used to seeing this stuff, even if I only hazily understand what it's supposed to do. What puzzles me is that it's all in NOSCRIPT, immediately following a Javascript that looks as if it does much the same thing. What was the point of the Javascript, and does my radical simplification (no Javascript, no EMBED) risk losing anything?
