Post is old, but the link works fine....
Because of the browser limitations (built in drag and drop functionality) the script works as follows:
click (and release)
drag
click again to finish...
Here is what you do:
Scroll/size your browser so that <select> control is at the bottom of the page.
Move your browser so that it is a the bottom of your screen.
Try using <select> now....
Not sure what your application is, but with that setup your got, users without Javascript are SOL...
... to access parent document from an iframe (not layer), use
window.parent
Start with 3 sets of radio buttons so that the form can still operate when scripting disabled, then add some self initiating script so that your HTML page is not polluted with all the onclicks...
This whole "UA Strings can be spoffed" argument does not hold water. The purpose of UA string is to provide server with information about user agent and its capabilities. If you are spoofing the UA...
I have a server side CSS preprocessor written in PHP that will deliver browser specific code: raw stylesheet: http://www.klproductions.com/styles/screen.xcss and processed one:...
"Code becomes non-maintainable" only when you do not use the JS compressors properly. I have been using JS compression for awhile now. The difference is that my JS compressor is part of a server side...
Same two questions:
1. What happens when a SE bot or user without JS visits your page?
2. Where will your visitors want to open the pages that you want in a new window? (hint: ever used any other...