java Programming Glossary: ie6
How can I get client infomation such as OS and browser http://stackoverflow.com/questions/1326928/how-can-i-get-client-infomation-such-as-os-and-browser of browser always check newer version first. For example IE6 user agent may contain IE5 for backward compatibility. If you.. IE5 for backward compatibility. If you check IE5 first IE6 will be categorized as IE5 also. You can get a full list of..
Why GWT? Advantages and Trade-Offs of Using This RIA Framework http://stackoverflow.com/questions/2097964/why-gwt-advantages-and-trade-offs-of-using-this-ria-framework some aren't used at all add to this mix the need to please IE6 7 and you get yourself a nightmare. With GWT you can instruct..
Is it possible to change the element id separator in JSF? http://stackoverflow.com/questions/2142929/is-it-possible-to-change-the-element-id-separator-in-jsf leveltwo color blue ought to work for normal browsers for IE6 7 you need #levelone 3A leveltwo instead . The same applies..
Best regex to catch XSS (Cross-site Scripting) attack (in Java)? http://stackoverflow.com/questions/24723/best-regex-to-catch-xss-cross-site-scripting-attack-in-java to prevent this real world attack on Yahoo and Hotmail on IE6 7 8 HTML BODY xml namespace prefix t ns urn schemas microsoft.. lt SCRIPT gt BODY HTML How about this attack that works on IE6 TABLE BACKGROUND javascript alert 'XSS' How about attacks that..
How to use JSF generated HTML element ID in CSS selectors? http://stackoverflow.com/questions/5878692/how-to-use-jsf-generated-html-element-id-in-css-selectors phoneTable background pink This only doesn't work in IE6 7. If you'd like to support those users as well use 3A instead..
|